goccy / p5-Compiler-Lexer

Lexical Analyzer for Perl5
Other
46 stars 17 forks source link

Build.PL fails without . in @INC #79

Open toddr opened 7 years ago

toddr commented 7 years ago

Minilla v3.0.10 is out. It will re-generate Build.PL with the correct options to support Perl without . in @INC. Could you please be sure to update Minilla prior to your next release?

Thanks!

karenetheridge commented 7 years ago

Please note that Compiler-Lexer does not currently install on the latest blead (very soon to be the 5.26.0 release) without this fix. thank you!

kablamo commented 7 years ago

I would also vote to see this fixed as Compiler-Lexer doesn't install on perl 5.26.0.

It sounds like this just needs a release using a recent version of Minilla. No need to merge any prs.

karenetheridge commented 7 years ago

A workaround for now is to set PERL_USE_UNSAFE_INC=1 during installation.