The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
Revision history for Perl module Test::Subs

0.07 2013-02-21

 - Add a 'skip' functionnalities

0.06 2013-02-06

 - Check the presence of a ';' after the tests

0.05 2013-01-26

 - Documents the test_pod function.
 - Add a 'path_to_lib' option for the 'test_pod' function.
 - Add a 'pod_warn' option to control the verbosity of 'test_pod'.
 - Fix a typo in 'debug' prototype.
 - Fix a bug with the automatic comment of the 'fail' function.

0.04 2013-01-15

 - Add support for POD::Checker.
 - Extend the functionnalities of the debug mode.

0.03 2013-01-14

 - Added a debug mode to the test scripts.

0.02 2013-01-07

 - Correction to the documentation w.r.t. Test::Builder.
 - minor corrections to the code.
 - Makefile.PL more CPAN Testers friendly.

 0.01 2012-12-31

 - Initial release