http://www.perlmonks.org?node_id=1090436


in reply to packaging perl

"pp -Perl Packager "

Why are you using -Perl option? What do you think that does?

You want to use  pp -x -l libgif... foo.pl ...

Replies are listed 'Best First'.
Re^2: packaging perl
by Jocqui (Novice) on Jun 19, 2014 at 12:36 UTC

    i am mentioning the method i was using perl packager. not giving a sample of the code i was using

      i am mentioning the method i was using perl packager. not giving a sample of the code i was using

      That is very weird since that isn't a valid method :)

      Unknown option: Perl pp: Input file Packager was not found

      pp is what you need to use ... its very simple to use , and will find all .pm files your program use/require, especially if you use the -x option ... and you can even tell it manually which files to add in the rare case they aren't detected by -x

      If you post a small stub program and few small stub modules, and your pp invocation, I'll help you work it out