in reply to Error "Can't locate PAR/StrippedPARL/Static.pm in @INC" while trying to use pp

You do a make PAR::Packer, test PAR::Packer, but don't actually (re)install it. You can do this via:

cpan>force install PAR::Packer

Or from the command line cpan -f PAR::Packer. Use one of the methods I suggest to reinstall PAR::Packer, then try to recreate the problem and let us know what's happening.

Replies are listed 'Best First'.
Re^2: Error "Can't locate PAR/StrippedPARL/Static.pm in @INC" while trying to use pp
by HJO (Acolyte) on Sep 28, 2012 at 10:42 UTC

    Thank you for your answer

    I tried to do an install PAR::Packer, but CPAN used to tell me that the module was already installed, which led me to try the make clean and everything else...

    But I just tried your cpan>force install PAR::Packer and it worked, I managed to create a runnable bin out of a perl script, and even managed to create a binary file including perl, two other modules and another script, it works just fine :)

    THANKS A LOT !