NOTE: use Perl; is on undef hiatus. You can read content, but you can't post it. More info will be forthcoming forthcomingly.
All the Perl that's Practical to Extract and Report
Stories, comments, journals, and other submissions on use Perl; are Copyright 1998-2006, their respective owners.
Add-on packages (Score:2)
It would be a bit like PPM distributions for ActivePerl, or APTGET packages for some distros of Linux.
The good thing is that there is no clash if you want the module bundles of two different "cores". You ought to be able to just install both, without installing Perl twice.
There's a bit of a problem using CPAN to build some bundles, but it gets a lot worse if it needs external libraries. DBD::SQLite has the right idea: it includes the library. That makes life a lot easier for people trying to install it. Of course, there's the little matter of the license for the library... And so it begins.
People should not have to be computer geeks just to build a usable Perl setup.
Reply to This