The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
0.08 - Tue Sep  5 16:50:00 2006 GMT
  - Adressed ticket #21196. (smueller)
  - Made the untaint pattern less vulnerable to win32
    paths. (smueller)
  - Now quoting meta-characters before use in regex.
    (smueller)
  - Skipping tests that fail on win32 because of the
    testing procedure (smueller)

0.07 - Mon May 29 03:45:00 2005 GMT
  Skip blib/man directory in all_perl_files_ok() and all_cover_ok()

0.06 - Mon Mar 25 00:10:00 2005 GMT
  Skip blib/libdoc directory in all_perl_files_ok() and all_cover_ok()

0.05 - Mon Mar 21 21:10:00 2005 GMT
  Added $TEST_SYNTAX
        $TEST_STRICT
        $TEST_WARNINGS
    - Thanks Christopher Laco

0.04 - Mon Mar 21 20:40:00 2005 GMT
  Fixed warnings_ok() - now it detects "use warnings FATAL => 'all';" - Thanks Christopher Laco

0.03 - Sun Mar 20 23:10:00 2005 GMT
  Added untainting - Thanks Christopher Laco
  Added $Test::Strict::UNTAINT_PATTERN
  Added better detection of cover binary
  Added warnings_ok()

0.02 - Sat Mar 19 00:17:00 2005 GMT
  Added detection of 'cover' binary
  Added $Test::Strict::COVER

0.01 - Sat Mar 12 01:14:13 2005 GMT
  Initial release