in reply to Distributing Perl in a Linux distribution

I'm guessing that there are such things as core modules in a perl distribution to provide... Recently I worked on a Solaris project (which uses ABI standard packaging) where I/we designed
  1. A package for the distribution plus a package each for the non-core modules
  2. A build process that downloads and translates the perl distribution (& modules) into packages for subsequent deployment and installation onto the target
Or, put another way, designed our packaging to supplement, not ignore, the significant benefits of perl & the CPAN - why re-invent the wheel when perl/CPAN already has the majority of dependency tracking etc. implemented, all you need do is supplement the given dependencies where dependencies may be missing in the original.

A user level that continues to overstate my experience :-))
  • Comment on Re: Distributing Perl in a Linux distribution