in reply to no modules unziped from par archive

Have you looked at the -x option in pp?

Replies are listed 'Best First'.
Re^2: no modules unziped from par archive
by une04 (Initiate) on Jul 23, 2012 at 09:05 UTC
    # pp -x test /usr/local/bin/pp: Binary 'test' sure doesn't smell like perl source! Can't locate object method "maybe_command" via package "MM" (perhaps you forgot to load "MM"?) at /usr/local/share/perl5/PAR/Packer. pm line 1561.

      Have you read the error message? Have you read the documentation for the pp command I linked to?

      Why did you leave out the -o option?

      As per the documentation, pp runs against the perl source, not the package it creates. pp -x test.pl