Skip to content

Releases: jonasbn/perl-test-timer

2.12

08 Jul 18:39
3f2cee9
Compare
Choose a tag to compare

2.12 2021-07-08 Maintenance release, update not required

2.11

18 Feb 06:35
Compare
Choose a tag to compare

2.11 2019-09-06T17:43:07Z Maintenance release, update not required

  • Applied patch with POD improvements from Mohammad S Anwar

2.10

18 Feb 06:35
Compare
Choose a tag to compare

2.10 2019-02-19T16:13:40Z Maintenance release, update not required

  • Cleaned the code a bit and eliminated use of regular expression for parsing output from Benchmark

    REF: #21

Maintenance release

24 Nov 21:53
Compare
Choose a tag to compare

2.09 2017-11-24 Maintenance release, update not required

Bug fix release

17 Nov 21:36
Compare
Choose a tag to compare

0.05 2008-11-16 Bug fix release, update not required

  • Added use of Test::Builder::Module

  • Added patch from brian d foy, bug in _run_test

Maintenance release

17 Nov 21:36
Compare
Choose a tag to compare

0.04 2007-03-18 Maintenance release, update not required

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

  • Added Makefile.PL to MANIFEST

Maintenance release

17 Nov 21:35
Compare
Choose a tag to compare

0.03 2007-03-11 Maintenance release, update not required

  • 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

Feature release

17 Nov 21:34
Compare
Choose a tag to compare

0.02 2007-03-10 Feature release, update recommended

  • 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

Initial release

17 Nov 21:31
Compare
Choose a tag to compare

0.01 2007-03-01 Feature release

  • First version, released on an unsuspecting world.