ls,

Found another problem in the new rakudo (understood that was from 4/8). Version: 'This is perl6 version 2015.05-139-g2281689 built on MoarVM version 2015.05-49-g07fbd62'

It seems that perl6 doesn't understand the environment variable PERL6LIB anymore.
Example (in tcsh shell);

$ setenv PERL6LIB ".:lib:/home/marcel/Software/lib/perl6/lib"
$ perl6 some-program.pl6
some-program.pl6 .. ===SORRY!===
Could not find Semi-xml in any of:
  file#.:lib:/home/marcel/Software/lib/perl6/lib
  file#/home/marcel/.perl6/2015.05-139-g2281689/lib
  inst#/home/marcel/.perl6/2015.05-139-g2281689
  file#/home/marcel/Software/lib/perl6/share/perl6/lib
  file#/home/marcel/Software/lib/perl6/share/perl6/vendor/lib
  file#/home/marcel/Software/lib/perl6/share/perl6/site/lib
  inst#/home/marcel/Software/lib/perl6/share/perl6
  inst#/home/marcel/Software/lib/perl6/share/perl6/vendor
  inst#/home/marcel/Software/lib/perl6/share/perl6/site

You can find the PERL6LIB text back in the first line of the error message. It isn't split on the colon to get multiple paths.

Greetings,
Marcel Timmerman

Reply via email to