# New Ticket Created by  fe...@herrmann-koenigsberg.de 
# Please include the string:  [perl #119267]
# in the subject line of all future correspondence about this issue. 
# <URL: https://rt.perl.org:443/rt3/Ticket/Display.html?id=119267 >



Shell commands to reproduce:

felher %> nom --version
This is perl6 version 2013.07-203-g42a37a0 built on parrot 5.5.0 revision 
RELEASE_5_5_0
felher %> echo 'constant $a = [1,2,3]; say $a.perl;' > T.pm
felher %> nom --output=T.pir --target=pir T.pm
felher %> nom -e "use lib '.'; use T;"
[]

Expected output: '[1,2,3]' instead of '[]'

Reply via email to