in reply to Re^4: Problems running a packaged script.
in thread Problems running a packaged script.

The version of ppsimple.pl that I found following the given search link required Wx::Perl::Packager, and Wx was installed by cpanm as a dependency of that module.
  • Comment on Re^5: Problems running a packaged script.

Replies are listed 'Best First'.
Re^6: Problems running a packaged script. (ppsimple.pl)
by Anonymous Monk on Feb 09, 2019 at 03:41 UTC

    LOL!

    Here is a patch

    # our $WXPAR = which('wxpar') or die "wxpar not installed "; our $WXPAR = which('wxpar') or warn "wxpar not installed ";

    Seriously