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

Ppsimple also doesnt depend on wx
  • Comment on Re^4: Problems running a packaged script.

Replies are listed 'Best First'.
Re^5: Problems running a packaged script.
by vitoco (Hermit) on Feb 07, 2019 at 11:48 UTC
    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.

      LOL!

      Here is a patch

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

      Seriously