Tags
There are no tags for this page.
Attachments
Hackathon Chicago, Nov 10-12, 2006
Perl::Crush
Leader: Michael Schwern
A module to take a Perl program, find all its dependent modules and smash them into one file so you can ship one Perl code file. The assumption is the user will already have Perl installed. If you need to deal with XS or want to ship a stand alone executable, PAR covers that.
Optionally...
- strip POD
- don't include core modules back to version X
|