timbunce / devel-nytprof

Devel::NYTProf is a powerful feature-rich source code profiler for Perl. (Mostly in maintenance mode, so PRs are much more likely to be acted upon than Issues.)
http://blog.timbunce.org/tag/nytprof/
67 stars 51 forks source link

-Mlib or -M-lib in PERL5OPT confuses the BEGIN tests #144

Open shadowcat-mst opened 3 years ago

shadowcat-mst commented 3 years ago

They end up seeing 4 BEGIN blocks when they expected 3 (I'm using PERL5OPT to control execution environment on top of PERL5LIB, think ala lib::core::only) - code works fine when I make install anyway though.