hello Patrick, > I'm guessing the error message you got in > https://gist.github.com/2868058 comes from your Perl 5 > installation looking in $PWD/lib for modules,
you're right! and it's about my config. i just added 2 lines to the script to make it work. Thanks a lot and regards, marc set -e export PERL5LIB PERL5LIB= dist=rakudo-star-2012.05 base=https://github.com/downloads/rakudo/star curl --location $base/$dist.tar.gz | gzip -cd | tar x cd $dist perl Configure.pl --gen-parrot make make install
