Changes for version 0.29 - 2006-10-28

  • Backward compatibility warning: See below and 0.28_51 change log ***
    • Config file location on Mac OS X
    • Config option format and semantics for action prompts
  • fixed RT#22557: recursive build directories with no tests will no longer cause an "unknown" grade if tests exist at the top-level directory
  • changed action prompt rules; default is always no unless otherwise specified -- the suggested rule from interactive configuration has no impact on parsing
  • changed default action for edit_report and send_report to "no" and "yes" respectively if the grade is pass to avoid holding up successful installations. (Suggested by Michael Schwern)
  • changed several tests to always mock configuration directory; prevents OS X config files from being migrated early during testing. (Reported by Michael Schwern).
  • added explanation of grade:action pairs during configuration
  • added validation of grade:action pairs during configuration

Changes for version 0.28_51 - 2006-10-23

  • Backward compatibility warning: configuration options have changed and config directory on OS X has changed ***
  • changed config directory on Mac OS X to ~/.cpanreporter instead of ~/Documents/.cpanreporter to be more like Unix; automatically moves config file if old directory is detected. (RT#22120)
  • changed action prompt configuration option format to support grade- specific actions (RT#21690)
  • fixed success/failure parsing when recursive make output is included; line parsing is now done in reverse and only the first matching line is used
  • changed perl version prerequisite logic; report will only be marked "na" if a perl version was explicitly set in the prerequisites; autodetection of low perl version was removed to eliminate spurious matches from recursive makes
  • added tests for report output format

Modules

Provides Test::Reporter support for CPAN.pm