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.08 2014.02.22
- Update not required
- Repository migrated to Github from hosted Subversion
- Plenty of POD updates
- Added changes.t automatic assertion of the integrity of the Changes file,
see also TESTT-4 [TESTT-6]
https://logiclab.jira.com/browse/TESTT-6
0.07 2013.07.31
- Update not requires
- Corrected minor issue in this file, had forgotten to run in through the
validator http://changes.cpanhq.org/validate [TESTT-4]
https://logiclab.jira.com/browse/TESTT-4
0.06 2013.07.26
- Update not required
- 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 required
- Added use of Test::Builder::Module
- Added patch from brian d foy, bug in _run_test
0.04 2007.03.18
- Update not required
- Added creation of traditional Makefile.PL to Build.PL
- Added Makefile.PL to MANIFEST
0.03 2007.03.11
- 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
0.02 2007.03.10
- 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
0.01 2007.03.01
- First version, released on an unsuspecting world.