perl6 can't find installed modules, installed by panda

2015-04-24 Thread MT
ls. I've installed the newest perl6 rakudo (2015.04-5-g59f57a8 built on MoarVM version 2015.04-3-gbb50941) and works fine except... I've also installed the panda module manager again which seems to work fine. It installs modules and shows them in the list. However, perl6 cannot find them anyw

perl6 can't find installed modules, installed by panda

2015-04-24 Thread MT
ls. Continuing story... I found out that the bootstrap.pl program used an environment variable DESTDIR which I have used now to place the installed modules outside of rakudo. I really don't know what the influence is on this but the modules are now installed like before but the path name I me

Re: subset problem

2016-09-17 Thread MT
Hi, thanks for all your ideas, I have used the enum before but turned to Map for some reason, don't know why (getting old I think (hopefully)). But still, should I open a ticket for the Map/subset thing? Btw the following has the same problem; > my Hash $h = {a=>1,b=>2} {a => 1, b => 2} > $h

about 'use v6.d'

2019-12-13 Thread MT
Hello all, In the light of renaming to Raku I was wondering if the statement 'use v6.*' is still useful. First there is no version 6 of Raku (should be version 0, but that's another story) and the 'use v5' in the past used for perl5 is also not used anymore (I think) (it is, I believe, more