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

What happens if you add use List::MoreUtils::XS; ?

Replies are listed 'Best First'.
Re^6: Module::ScanDeps interaction with Moose::
by xlr82xs (Acolyte) on Jan 16, 2015 at 04:42 UTC

    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.

      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)