At Thu, 12 Apr 2007 12:55:16 -0700, Eric Wilhelm <[EMAIL PROTECTED]> wrote: > > I don't think that simplistic concatenation is really par's thing (as it > would greatly complicate PAR but be roughly 100 lines in its own > module/program), though Module::ScanDeps might be useful in determining > which modules to chunk together. Anyway, might work in about 80% of > cases. For the rest, you either use CPAN or get creative.
Thanks to all for the detailed responses. It guess I was expecting PAR to do something it really wasn't intended to do. After using scandeps.pl on my original script it appears that I really do need PAR to work as it was intended (not my utopian assumptions :) ) Log::Log4perl actually depends on modules that aren't pure perl, including ironically Compress::Zlib. Jason
