in reply to Re^5: Module::ScanDeps interaction with Moose::
in thread Module::ScanDeps interaction with Moose::

I didn't think to try that actually.

Adding "use List::MoreUtils::XS;" still results in the "Can't locate List/MoreUtils/PP.pm" failure on execution of the packed file.

Adding "use List::MoreUtils::PP;" instead results in successful running.

  • Comment on Re^6: Module::ScanDeps interaction with Moose::

Replies are listed 'Best First'.
Re^7: Module::ScanDeps interaction with Moose::
by Anonymous Monk on Jan 16, 2015 at 04:58 UTC
    Hmm, thats kinda odd, ... shouldn't be looking for the PP version if the XS version is there ... but thats just in general how its supposed to work (not looked inside)