Agreed that CPAN is a huge time saver. Not all modules on CPAN are written with automatic installation in mind, unfortunately - as you've seen, some tests depend on environment variables or other additional configuration that doesn't fit into the CPAN.pm installation scheme.
A bigger problem that has cost me many hours is when critical documentation lives in the tarball's README file, but not in the module's perldoc. On Wed, 19 Nov 2003 09:27:16 -0800, "Ranga Nathan" <[EMAIL PROTECTED]> said: > CPAN module is cool! Dont know why I did not use it earlier! > However I have one problem. Sometimes, if the make test is not 100%, CPAN > does not install, even though I 'know' it is ok. So, I have to do some > installs the old way. > Any suggestions? I also like to hear about various uses people put this > module to. > TIA _______________________________________________ Boston-pm mailing list [EMAIL PROTECTED] http://mail.pm.org/mailman/listinfo/boston-pm

