I'm trying to install Raku on a Debian 11 x64. I never installed it before (perl5 too)
It's a server with some Perl5 scripts, and I want to "use" it in Raku with the Inline::Perl5 (also I want to use Perl5 Module if I don't find what I want in Raku Module) but I can't.
The perl5 is installed by APT, rakudo too.
When running zef install Inline::Perl5, I get the following:
===> Searching for: Inline::Perl5
===> Searching for missing dependencies: Distribution::Builder::MakeFromJSON:ver<0.6+>
===> Searching for missing dependencies: System::Query
===> Failed to find dependencies: System::Query Failed to resolve some missing dependencies
If I try to install System::Query with zef, I obtain :
===> Searching for: System::Query
No candidates found matching identity: System::Query
Do you have some idea to help me ?
Thank's a lot
The rakudo version you've installed probably does not have that one baked in. You can upgrade zef via
zef upgrade zef. My version of zef, 0.14.5, is able to findSystem::Querywithout a glitch.