# New Ticket Created by "Carl Mäsak" # Please include the string: [perl #73740] # in the subject line of all future correspondence about this issue. # <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=73740 >
Bug courtesy of uasi on Twitter: <http://twitter.com/uasi/status/10873572370>. <masak> rakudo: use Test; <jnthn> But that came to and end a while ago. :-) <p6eval> rakudo 35f337: ( no output ) <masak> rakudo: use Test <masak> long delays... :/ <p6eval> rakudo 35f337: ( no output ) <masak> locally, when I have a file with just 'use A;', it works fine. If I remove the semicolon, it says 'confused'. <jnthn> std: use A; <jnthn> std: use A <p6eval> std 30169: OUTPUT«Potential difficulties: Can't locate module A at /tmp/FQGpoIxpTk line 1:------> [32muse A[33m⏏[31m;[0mok 00:02 106m» <p6eval> std 30169: OUTPUT«Potential difficulties: Can't locate module A at /tmp/hIrELZGAXV line 1 (EOF):------> [32muse A[33m⏏[31m<EOL>[0mok 00:01 104m» <jnthn> :-/ <masak> both are equally ok. <jnthn> agree <jnthn> file Rakudo bug if Rakudo refuses to accept the latter. * masak files rakudobug Just for completeness... $ cat A.pm say "OH HAI"; $ cat test use A $ perl6 test OH HAI Confused at line 1, near "use A\n" [...]