You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It should be installed for the sake of new users coming from Perl as well as new users in general.
It is not always trivial to install it with Zef as can be seen with my current troubles with Travis CI testing my module 'Excel'.
The text was updated successfully, but these errors were encountered:
I've added Inline::Perl5 in my local tree to test it out, but it fails for me with the following error:
[2021-01-07T00:19:54] Installing Inline-Perl5
Failed to open file /home/tyil/projects/personal/rakudo-star/src/rakudo-star-modules/Inline-Perl5/resources/libraries/libp5helper.so: No such file or directory
in sub MAIN at /home/tyil/projects/personal/rakudo-star/lib/install-module.raku line 27
in block <unit> at /home/tyil/projects/personal/rakudo-star/lib/install-module.raku line 1
Perhaps this is because it is not installed through zef, which may perform some additional steps. If you can detail me which steps these are, and how to perform them manually, I can see if I can incorporate this into Rakudo Star's installation process.
Tyil
linked a pull request
Jan 6, 2021
that will
close
this issue
It should be installed for the sake of new users coming from Perl as well as new users in general.
It is not always trivial to install it with Zef as can be seen with my current troubles with Travis CI testing my module 'Excel'.
The text was updated successfully, but these errors were encountered: