Created
November 2, 2019 15:06
-
-
Save lucs/a4c91c7a408b339c9ee5816ebfc0e1c4 to your computer and use it in GitHub Desktop.
Problem with Inline::Perl5 + perlbrew
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
▸ 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