in reply to Re: no modules unziped from par archive
in thread no modules unziped from par archive

# 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.
  • Comment on Re^2: no modules unziped from par archive

Replies are listed 'Best First'.
Re^3: no modules unziped from par archive
by Corion (Patriarch) on Jul 23, 2012 at 09:12 UTC

    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?

Re^3: no modules unziped from par archive
by marto (Cardinal) on Jul 23, 2012 at 09:12 UTC

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