The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.
Revision history for Test::Count

0.04      Thu Aug 14 21:37:40 IDT 2008
          - added the "++" operator for variables.

0.0301    Fri Mar 14 21:18:10 IST 2008
          - added more modules to the Build.PL 'build_requires'. They are
          core modules, since perl-5.6.x+. Kwalitee stuff.

0.03      Fri Mar 14 21:11:04 IST 2008
          - added some examples to examples/ - Kwalitee and stuff.

0.02      Fri Mar 14 13:12:50 IST 2008
          - Added the 'assert_prefix_regex' and 'plan_prefix_regex' options
          so one can apply Test::Count on different languages besides Perl.

0.0105    Sat Mar  1 15:52:35 IST 2008
          - Now handling trailing whitespace in "# TEST" lines properly.

0.0104    Wed Nov 21 12:07:32 IST 2007
          - Fixed the 'requires' and 'build_requires' in the Build.PL
          file.

0.0103    Tue Nov 20 22:52:42 IST 2007
          - Upgraded Test::Run::Builder that works properly with the recent
          Test::Run and friends.          
          - Fixed a bug with using variables whose values are zero in
          expressions.
          - Fixed a bug in which assignments were performed twice.

0.0102    Tue Sep 19 14:40:34 IDT 2006
          - Now generating a pass-through Makefile.PL.

0.0101    Thu Sep 14 17:03:00 IDT 2006
          - Added an acknowledgement for Parse::RecDescent.
          - Converted Build.PL to Test::Run::Builder.
          - Added more meaningful documentation.

0.01      Sat Aug 19 17:57:31 IDT 2006
          - First version
          - starting from the skeleton of Module-Starter.
          - Implemented most of the desired functionality. (except various
          nice to have customizations.)