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. G

Re: Problem found with PERL6LIB environment variable

2015-06-08 Thread Tobias Leich
Hi, you might use this: say $*DISTRO.cur-sep rakudo-moar 228168: OUTPUT«,␤» Am 08.06.2015 um 21:17 schrieb Brandon Allbery: > On Mon, Jun 8, 2015 at 3:09 PM, Fields, Christopher J > mailto:cjfie...@illinois.edu>> wrote: > > I had the same problem recently, tied to the revised path names >

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 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 files that can be s

Re: Problem found with PERL6LIB environment variable

2015-06-08 Thread Fields, Christopher J
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. chris > On Jun 8, 2015, at 11:51 AM, mt1957 wrote: > > ls, > > Found another problem in the new rakudo (understood that was from 4/8). > Versio