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.
CPAN/CPAN::Reporter and library failure (Score:1)
I just want to clarify the changes to CPAN/CPAN::Reporter.
CPAN::Reporter does not check for a "missing library" string as CPANPLUS does, as I am not convinced that this is a robust approach. The actual ExtUtils::MakeMaker string includes the phrase "(probably harmless)" -- which implies that a harmless missing library could cause a legitimate test failure to be discarded, which we don't want.
Instead, the change to CPAN fixes a bug where CPAN continued to try to make even if a Makefile was never create
Re: (Score:2)