Revision history for Test-Timer
# $Id: Changes,v 1.8 2007-03-18 10:06:38 jonasbn Exp $
Project change log:
http://logicLAB.jira.com/browse/TESTT#selectedTab=com.atlassian.jira.plugin.system.project%3Achangelog-panel
0.06 2013.07.26
- Fixed up Changes file as part of my Questhub quest adhering to the standard
described in: CPAN::Changes::Spec [TESTT-3]
Quest: http://questhub.io/realm/perl/quest/51f0fd8e18ba7dcf4b000040
Spec: https://metacpan.org/module/CPAN::Changes::Spec
https://logiclab.jira.com/browse/TESTT-3
0.05 2008.11.16
- Update not necessary
- Added use of Test::Builder::Module
- Added patch from brian d foy, bug in _run_test
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 2007.03.11
- 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 2007.03.10
- 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 2007.03.01
- First version, released on an unsuspecting world.