Test fix: stopping cc on blead broke lots of other tests. Fixed those. Built my own blead perl so I can actually check these things in the future instead of relying on Andreas' blead smoking
Test fix: testing skipfile wasn't being created properly on Perl 5.005
Changes for version 1.07_03 - 2008-01-19
Test fix: set sample history file writeable after copy
Changes for version 1.07_02 - 2008-01-19
Added have_tested() function to CPAN::Reporter::History; provide ability to search the CPAN::Reporter history file
Bug fix: PL files that warned "OS Unsupported" and exited with 0 will now be flagged as NA; this bends the CPAN Testers "rules" slightly, but "OS Unsupported" is a hack anyway, so this should help things DWIM
Test fix: more changes to timeout testing to avoid false failures
Authors will never be CC'd on reports when running maint/blead perl (anything with $Config{perl_patchlevel} set)
Reports discarded due to missing prerequisites will now be recorded in the history file with a 'grade' of DISCARD (unless a duplicate DISCARD already exists)
Changed "edit_report" prompt to clarify this can be used to review reports in addition to just editing them
Shortened duplicate report warning to fit on one line
Changes for version 1.07_01 - 2008-01-08
Added "cc_skipfile" and "send_skipfile" advanced config options to specify a text file of regex patterns; if a distribution ID ('AUTHOR/Dist-Name-0.01.tar.gz') matches any pattern in the file, the author will not be copied on the report (cc_skipfile) or no reports will be sent at all (skip_sendfile)