Re: isn't $PERL6LIB separator ':' on unix ?

2015-09-09 Thread Tobias Leich
Please try $*DISTRO.cur-sep.

Am 08.09.2015 um 18:19 schrieb Marc Chantreux:
> hello, 
>
> on Linux 3.19.0-16, using perl6 version 2015.07.2 built
> on MoarVM version 2015.07.  i tested
>
>
> $ PERL6LIB=lib\;../dnsmanager-v6/lib perl6 t/basic.t
>
> ===SORRY!===
> Could not find X::html in any of:
>   file#lib;../dnsmanager-v6/lib
>   ...
>
> then i tried 
>
> $ PERL6LIB=lib:../dnsmanager-v6/lib perl6 t/basic.t 
>
> ===SORRY!===
> Could not find X::html in any of:
>   file#lib:../dnsmanager-v6/lib
>   ...
>
> so it seems $PERL6LIB doesn't split on the separators i used to use.
> any idea? 
>



Re: isn't $PERL6LIB separator ':' on unix ?

2015-09-09 Thread Marc Chantreux
On Wed, Sep 09, 2015 at 09:24:57AM +0200, Tobias Leich wrote:
> Please try $*DISTRO.cur-sep

i just changed my perl6 settings in .zshenv

export -UT PERL6LIB perl6lib $(perl6 -e '$*DISTRO.cur-sep.say')

it now works like a charm! thank you!

-- 
Marc Chantreux (eiro on github and freenode)
http://eiro.github.com/
http://eiro.github.com/atom.xml
"Don't believe everything you read on the Internet"
-- Abraham Lincoln


isn't $PERL6LIB separator ':' on unix ?

2015-09-08 Thread Marc Chantreux
hello, 

on Linux 3.19.0-16, using perl6 version 2015.07.2 built
on MoarVM version 2015.07.  i tested


$ PERL6LIB=lib\;../dnsmanager-v6/lib perl6 t/basic.t

===SORRY!===
Could not find X::html in any of:
  file#lib;../dnsmanager-v6/lib
  ...

then i tried 

$ PERL6LIB=lib:../dnsmanager-v6/lib perl6 t/basic.t 

===SORRY!===
Could not find X::html in any of:
  file#lib:../dnsmanager-v6/lib
  ...

so it seems $PERL6LIB doesn't split on the separators i used to use.
any idea? 

-- 
Marc Chantreux
Université de Strasbourg, Direction Informatique
14 Rue René Descartes,
67084  STRASBOURG CEDEX
☎: 03.68.85.57.40
http://unistra.fr
"Don't believe everything you read on the Internet"
-- Abraham Lincoln