CPAN-Reporter
view release on metacpan or search on metacpan
failure; increased test diagnostics
0.99_01 Tue Jul 31 22:28:25 EDT 2007
* Major API additions and configuration changes in preparation for
adding Makefile/Build.PL and make/Build support into CPAN.pm
* Deprecated test() function; test() separated into record_command()
and grade_test() functions to support CPAN.pm sending
reports from output generated indpendently from CPAN::Reporter,
e.g. CPAN.pm using Expect with distroprefs
* Added record_command() to wrap and tee a system() command and
return results for further evaluation in grade_*() functions;
wrapping used to capture exit values that would otherwise be lost
from pipe to tee; will support CPAN inactivity timouts on both *nix
and Win32
* Added grade_PL() function to evaluate results of 'perl Makefile.PL'
or 'perl Build.PL'; recognizes 'require 5.xxxxx' and unsupported
OS error messages to be 'NA' as well as ordinary pass/fail outcomes
( run in 0.649 second using v1.01-cache-2.11-cpan-0bb4e1dffa6 )