# New Ticket Created by Moritz Lenz # Please include the string: [perl #69242] # in the subject line of all future correspondence about this issue. # <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=69242 >
18:16 < diakopter> rakudo: caffeine(eval('sub caffeine($a){say $a}')); 18:16 <+p6eval> rakudo 0d77e4: OUTPUT«caffeine» Whereas S02 ll3230 says: foo; # provisional call if neither &foo nor ::foo is defined so far foo(); # provisional call if &foo is not defined so far [...] If a postdeclaration is not seen, the compile fails at C<CHECK> time. Cheers, Moritz