nine++ fixed this with https://github.com/rakudo/rakudo/commit/bdc37fb810fbe859dfeadf4f19dbfa92c3006f45
On Fri, Dec 11, 2015 at 7:41 PM perl6 via RT <perl6-bugs-follo...@perl.org> wrote: > Greetings, > > This message has been automatically generated in response to the > creation of a trouble ticket regarding: > "[BUG] no precompilation doesn't work with prcompilation", > a summary of which appears below. > > There is no need to reply to this message right now. Your ticket has been > assigned an ID of [perl #126878]. > > Please include the string: > > [perl #126878] > > in the subject line of all future correspondence about this issue. To do > so, > you may reply to this message. > > Thank you, > perl6-bugs-follo...@perl.org > > ------------------------------------------------------------------------- > #lib/precomp.pm > need noprecomp; > #lib/noprecomp.pm > no precompilation; > > perl6 -Ilib -e 'need precomp' > #!> Missing or wrong version of dependency '<unit-outer>' > >