Skip to content

Instantly share code, notes, and snippets.

@lucs
Created November 2, 2019 15:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lucs/a4c91c7a408b339c9ee5816ebfc0e1c4 to your computer and use it in GitHub Desktop.
Save lucs/a4c91c7a408b339c9ee5816ebfc0e1c4 to your computer and use it in GitHub Desktop.
Problem with Inline::Perl5 + perlbrew
▸ which perl
/opt/perlbrew/perls/perl-5.30.0/bin/perl
▸ perl -e 'use Text::Markdown; print "moo"'
moo
▸ perl6 -e 'use Text::Markdown:from<Perl5>'
===SORRY!===
Can't locate Text/Markdown.pm in @INC (you may need to install the Text::Markdown module) (@INC contains: /usr/local/lib64/perl5 /usr/local/share/perl5 /usr/lib64/perl5/vendor_perl /usr/share/perl5/vendor_perl /usr/lib64/perl5 /usr/share/perl5 .) at (eval 1) line 159.
BEGIN failed--compilation aborted.
Why isn't Inline::Perl5 using the perlbrew version?
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment