BTW, I'm now getting this error on a couple of my boxes:
Undefined subroutine &CPANPLUS::Dist::Build::error called at /usr/
local/lib/perl5/site_perl/5.8.4/CPANPLUS/Dist/Build.pm line 253.
So I try this:
CPAN Terminal> i CPANPLUS::Dist::Build
Installing CPANPLUS::Dist::Build
[MSG] Module 'CPANPLUS::Dist::Build' already up to date, won't
install without force
Module 'CPANPLUS::Dist::Build' installed successfully
No errors installing all modules
That can't be right! So...
perl -MCPANPLUS::Dist::Build -le 'print CPANPLUS::Dist::Build->VERSION'
D'oh! There is no version number in that file, so CPANPLUS refuses to
upgrade it, assuming that it's current!
Most annoying. I tried to force the install, but got the same error
when it tried to install the Module::Pluggable dependency, which also
uses Module::Build, and which therefore also failed to install. So I
installed in manually, and then CPANPLUS installed
CPANPLUS::Dist::Build. An now it has a version number. Good!
Please, *never put modules on CPAN without a version number!*
Thank you.
David
-------------------------------------------------------
SF.Net email is Sponsored by the Better Software Conference & EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA
Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf
|