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

# $Id: Changes,v 1.8 2007/03/18 10:06:38 jonasbn Exp $

0.04 released Sun Mar 18 2007, update not necessary

- Added creation of traditional Makefile.PL to Build.PL

- Added Makefile.PL to MANIFEST


0.03 released 11. March 2007, update not necessary

- Removed version number from README

- Read up on the Test::Perl::Critic documentation and updated my Perl::Critic
  test (t/critic.t), introducing t/perlcriticrc and added a few of the
  requirements needed by this test to build requirements

- Moved Test::Tester to general requirements from build requirements

- Minor changes to POD


0.02 released 10. March 2007, update necessary

- Removed support for reference to arrays as second parameter to time_nok,
  time_ok, time_almost and time_atleast - time_between is recommended

- Read up on the Test::Builder does and eliminated the builder sub, this has
  also been removed from the test-suite (t/test-tester.t)

- Added some more tests, to get better coverage, thanks to PJCJ for Devel::Cover
  this module really helps, since aiming at better coverage, makes you think
  about your tests and code and you can eliminate stuff you do not need 

- Updated POD added DIAGNOSTICS among other things

- Fixed bug in Test::Timer, with alarm being scoped using my, should
  be our, pointed out by Paul Evans

- Ran all code through perltidy


0.01 Initial release 1. March 2007

- First version, released on an unsuspecting world.