The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Changes for version 0.02

  • 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

Modules

a test module to test/assert response times
exception class for Test::Timer