# New Ticket Created by  Mitchell N Charity 
# Please include the string:  [perl #51116]
# in the subject line of all future correspondence about this issue. 
# <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=51116 >


languages/perl6/perl6 --target=past gives no output with -e CODE.
r25997 on fedora 8, x86_64.

# works
$ languages/perl6/perl6 -e 'say(3);'
3

# works
$ echo -n 'say(3);' > deleteme.pm; languages/perl6/perl6 --target=past 
deleteme.pm
# ...big past output...

# doesn't work
$ languages/perl6/perl6 --target=past -e 'say(3);'
# no output at all

Fyi.
Thanks for all your work.
Mitchell

Reply via email to