in reply to Re^4: buildpacked.pl - Pack script and dependencies into self-extracting bash script
in thread buildpacked.pl - Pack script and dependencies into self-extracting bash script

Well, I guess that's my nitch use case for this script then :-) I want to generate a portable file that doesn't require any dependencies on the other machine other than the core modules of Perl itself (for some version of perl.) Or is that an unreasonable goal? Or a goal already covered by some other script/program I'm as yet unaware of? Cheers!

  • Comment on Re^5: buildpacked.pl - Pack script and dependencies into self-extracting bash script

Replies are listed 'Best First'.
Re^6: buildpacked.pl - Pack script and dependencies into self-extracting bash script
by Anonymous Monk on Aug 22, 2012 at 09:38 UTC

    Or is that an unreasonable goal? Or a goal already covered by some other script/program I'm as yet unaware of? Cheers!

    In that case I think it is App::FatPacker - pack your dependencies onto your script file

    http://cpanmin.us uses it