[perl #76828] Rakudo Star 'make' fails on Darwin/PPC

2010-09-26 Thread James Keenan via RT
Cf. also this ticket reported to Parrot's ticketing system: http://trac.parrot.org/parrot/ticket/1804

[perl #78056] compiling a script to PIR makes it lose its ability to handle command line arguments

2010-09-26 Thread via RT
# New Ticket Created by Moritz Lenz # Please include the string: [perl #78056] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=78056 > works fine directly: $ cat args.pl say @*ARGS.perl; say @*ARGS.join('|'); $ ./perl6 args