Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Inline::Perl5 no longer works with Rakudo HEAD #178

Open
Xliff opened this issue Aug 16, 2022 · 1 comment
Open

Inline::Perl5 no longer works with Rakudo HEAD #178

Xliff opened this issue Aug 16, 2022 · 1 comment

Comments

@Xliff
Copy link

Xliff commented Aug 16, 2022

Apparently the :from 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
@Xliff
Copy link
Author

Xliff commented Aug 16, 2022

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 :-)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant