in reply to Re: Whats the best way to package cpan modules
in thread Whats the best way to package cpan modules

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-)>
  • Comment on Re^2: Whats the best way to package cpan modules

Replies are listed 'Best First'.
Re^3: Whats the best way to package cpan modules
by superfrink (Curate) on Apr 01, 2014 at 06:05 UTC
    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.
Re^3: Whats the best way to package cpan modules
by Anonymous Monk on Apr 01, 2014 at 02:30 UTC
    you'll have to build one for each platform ... perlport