Closed kalkin closed 9 years ago
Found a solution. You have to install Test::Harness. It is a perl 5 package(?) which kind of is counter intuitive when installing perl6, but I see where it is coming from :). It would be great if the tutorial http://rakudo.org/how-to-get-rakudo/ would be extended to have for RPM based distributions:
yum install -y git perl-Test-Harness
I followed this guide http://rakudo.org/how-to-get-rakudo/ to install rakudo with
rakudobrew
. The installation of panda on a clean Fedora 21 fails with the following message:Adding
/home/user/.rakudobrew/moar-nom/install/share/perl6/site/bin
to the$PATH
does not fix this issue.Also it says
Done, built panda for moar-nom
but executing~/.rakudobrew/moar-nom/panda/bin/panda
throws another error:This issue could be related to #38