Re: Problem found with PERL6LIB environment variable

2015-06-08 Thread Brandon Allbery
On Mon, Jun 8, 2015 at 3:09 PM, Fields, Christopher J cjfie...@illinois.edu wrote: I had the same problem recently, tied to the revised path names (e.g. the ‘file#’ prefix). Any reason for the change? Kinda caught me by surprise. It's so that there can be things that are not directories of

Problem found with PERL6LIB environment variable

2015-06-08 Thread mt1957
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

Problem found with PERL6LIB environment variable (cont)

2015-06-08 Thread mt1957
ls, Also seems to go wrong for RAKUDOLIB Example (in tcsh shell); $ setenv RAKUDOLIB .:lib:/home/marcel/Software/lib/perl6/lib $ 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:

Re: Problem found with PERL6LIB environment variable

2015-06-08 Thread mt1957
On 06/08/2015 09:24 PM, Tobias Leich wrote: say $*DISTRO.cur-sep Hi Tobias, It returns a comma. I've used this in the path and processing is now ok. I was stuck with panda unable to do anything. As a workaround I can continue now. Hopefully this separator will be set back to ':' again.