in reply to Whats the best way to package cpan modules

Check out pp from PAR-Packer.
Related thread: Deploy Perl app under Windows.
  • Comment on Re: Whats the best way to package cpan modules

Replies are listed 'Best First'.
Re^2: Whats the best way to package cpan modules
by FlatBallFlyer (Acolyte) on Mar 31, 2014 at 23:17 UTC
    I installed and played with pp, but for some reason the "executable" created doesn't behave the same as the perl script. I would also like to ensure that I retain the platform independence of executing perl script. I will be using the scripts on various versions of Linux, Unix and OsX and possibly Winduohs.
    "B-)>
      You might be able use lib a relative path and put the installed modules with the program in a zip/tar file.

      I made some notes when I installed modules to a custom folder that might help you create the zip/tar.
      you'll have to build one for each platform ... perlport