in reply to How much of Perl can be removed?
Speaking of minimal distribution on the other side, I can share another my experience: I succeeded "packing" perl-5.6.1+Tk+Compress::Zlib+(some-other-modules) into some 20 files, most of which are dll-s on my Win32 machine and all text modules being packed into "modules.pm" file (~130Kb in size) which at bootstrap time is unpacked into normal perl modules set.
Having in total 20 files with total size of ~2Mb I have perl with Tk and those selected modules, which I often use. Very convenient to make independent distributions...
Courage, the Cowardly Dog
things, I do for love to perl...
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: Re: How much of Perl can be removed?
by elwarren (Priest) on Aug 14, 2002 at 15:39 UTC |