Hi, > On 23 Jul 2015, at 21:59, Jeff Linahan (via RT) > <perl6-bugs-follo...@perl.org> wrote: > > # New Ticket Created by Jeff Linahan > # Please include the string: [perl #125672] > # in the subject line of all future correspondence about this issue. > # <URL: https://rt.perl.org/Ticket/Display.html?id=125672 > > > > Spec gives an example use of no strict, but Rakudo still requires variables > be declared: http://design.perl6.org/S01.html > > $perl6 -e '$x = 1' > ===SORRY!=== Error while compiling -e > Variable '$x' is not declared > at -e:1 > ------> $x⏏ = 1 > expecting any of: > postfix > > This is perl6 version 2014.07 built on parrot 6.6.0 revision 0
Cannot reproduce this on MoarVM. Parrot is no longer supported as a VM backend. Liz