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.
Re: Fixing CPAN: Part 1 - Toolchain Communication (Score:2)
Is that really what we want to be aiming at? I mean, I think that CPAN (and CPANPLUS) is great, but the only people who know about it are Perl developers. It's great for us that the same method works (for some value of "works") on every platform that we use, but for the average user (or the average adminstrator of a computer with Perl instal
Re: Fixing CPAN: Part 1 - Toolchain Communication (Score:1)
Yes, newbie programmers on the first day they start Perl should be able to install modules without having to deal with errors they don't yet know.
You are correct that it would be better for users to use binary packages, and solutions for these exist.
Unfortunately, nobody that I'm aware of has managed to find a way to package and maintain up to date a reasonably large subset of Perl. debian is at 3,000ish out of 11,000. I believe ports is higher, but I'm not sure of the current number.
Or what if they don't use an operating system with a good set of binary packages.
There's always ultimately going to be a need to move up and pull modules directly from the CPAN source repository.
Frankly, I'd rather they install modules painlessly regardless of the method they are using.
Reply to This
Parent