# New Ticket Created by "Carl Mäsak" # Please include the string: [perl #66450] # in the subject line of all future correspondence about this issue. # <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=66450 >
I'm on Mac OS X v10.5.7, running latest Rakudo (b677d6) with latest Parrot (r39470). Following these steps, I get my error: $ git clone git://github.com/mattw/form.git # just an example project, I get it with other things as well $ cd form $ perl6 -e 'use Form::Grammar' # no error $ export PERL6LIB=`pwd`/lib; perl Makefile.PL; make $ perl6 -e 'use Form::Grammar' # BAM! The error I get is this: "load_bytecode" couldn't find file 'perl6.pbc' viklund runs on Linux with reasonably new Rakudo and Parrot, and he's not affected, so this might be a platform-dependent flaw. Therefore, I'd be interested in hearing whether there are other people with Mac OS X who also get this error.