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::Reporter (Score:1)
For those following along, CPAN::Reporter doesn't use Test::Harness directly, but instead only has access to the output of "make test". So any change to output from Test::Harness is a potential point of breakage. Both sides have known this for a while and have accepted it as a cost of moving forward with the rewrite of Test::Harness.
Discussions of how to harmonize the communication between the two have been ongoing. As soon as the Test::Harness format stabilizes or another communication channel is developed, I'll patch up CPAN::Reporter to match.
Reply to This