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.
Hmm.... (Score:2)
For example, this problem [activestate.com] (warning - very large page) seems to be caused by their program not being able to configure CPAN.pm correctly. And this one [activestate.com] seems to imply that they aren't automatically installing pre-requisites.
Re:Hmm.... (Score:1)
Re:Hmm.... (Score:2)
It's the installations that cycle round in endless circles, when the right value hasn't been entered that gets me. There is a HTTP module that sits in a while loop until it gets the right entry. If you don't get the right entry after the second time (the first blank may be accidental), die with an appropriate error message or even better set up reasonable defaults. The HTTP module in question cause my automated smoke testing to run for 2 days (over a weekend) because of that.
While having a complete PREREQ_PM is good, it's not always possible or appropriate to include everything. Some features might not be required or may even be inappropriate for the user. You shouldn't have to install everything (including the kitchen sink) if you're never going to use certain features.
Reply to This
Parent