Jeff Horwitz (via RT) wrote: > # New Ticket Created by Jeff Horwitz > # Please include the string: [perl #61742] > # in the subject line of all future correspondence about this issue. > # <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=61742 > > > > Rakduo's behavior has changed in the past two weeks -- as of r34349, > it seems to evaluate "use" statements during the parse phase.
That is the correct behaviour > Among other > things, this breaks precompilation when the "used" module is not in the > @INC path during compilation. This causing all sorts of problems for > mod_perl6, which precompiles its modules. > > Example: > > [j...@groovy perl6]$ cat x.p6 > use Foo; > > [j...@groovy perl6]$ ../../parrot perl6.pbc --target=past x.p6 > Can't find ./Foo in @INC So does Foo.{pm,pir} not exist while you compile x.p6? Cheers, Moritz