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

0.0803      Sun 19 Aug 22:33:49 IDT 2012
    - add t/style-trailing-space.t and got rid of annoying trailing space.

0.0802
    - add "=encoding utf8" to all lib/**.pm files in order to please
    recent versions of Pod::Simple and Test::Pod happy.
        - http://www.cpantesters.org/cpan/report/86726260-ac00-11e1-a922-8f495ba78cfe
    - Add a "LICENSE" file to the distribution.
    - Add scripts/bump-version-number.pl
    - Updated the scripts/tag-release.pl script for mercurial.

0.0801      Sat Jul 16 19:55:20 IDT 2011
    - fix for File::Copy on Win32 in t/04-modify-file-in-place.t .
        - it writes the copied files as read-only.
        - http://www.nntp.perl.org/group/perl.cpan.testers.discuss/2011/07/msg2523.html
        - thanks to Serguei Trouchelle

0.0800      Fri Jul 15 23:53:32 IDT 2011
    - Now handling an indented (with leading space in the line)
    'plan tests => $N' line in processing Perl code.

0.0702      Wed Jun  1 21:47:53 IDT 2011
    - Add the ./scripts/tag-release.pl to tag a release.
    - Reformat this file (= "Changes") to make it better as far as 4-space
    jumps / indents are concerned.

0.0701      Wed Jun  1 21:38:16 IDT 2011
    - Fix t/04-modify-file-in-place.t to use File::Temp's tempdir().
        - This was done to settle MS-Windows-based testers such as:
        - http://www.cpantesters.org/cpan/report/4936c342-71bd-1014-a781-9481788a0512

0.0700      Thu Apr 14 18:43:11 IDT 2011
    - Added some examples in lib/Test/Count.pm .

0.0600      Sun Sep 27 07:31:36 IST 2009
    - Added Test::Count::FileMutator that can also handle the
    {{ source "file" }} include statement.
    - Added Test::Count::FileMutator::ByFileType::App

0.0500      Tue Jul  7 01:03:14 IDT 2009
    - Added lib/Test/Count/Filter/ByFileType/App.pm , which allows
    command-line filtering by file-type.
    - Enhanced the Build.PL with resources and keywords.

0.0401      Fri Jan 23 18:38:45 IST 2009
    - Documentation fixes.

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.)