Inline-Perl5
Inline-Perl5 copied to clipboard
Inline::Perl5 no longer works with Rakudo HEAD
Apparently the :from<Perl5> trait has stopped working with the latest changes to the compiler. Any attempt to apply a use statement with that token fails like:
raku -e 'use Inline::Perl5; use Email::Sender:from<Perl5>'
===SORRY!=== Error while compiling -e
Too many positionals passed; expected 1 argument but got 2
Comment from lizmat in IRC:
<lizmat> Inline::Perl5 just needs to be installed to make :from<Perl5> work (well before vrurg made changes in the mop :-)