This is the latest stable release of Test::More.
http://github.com/schwern/test-more/tree/v0.88
Important Features and Changes
* Finally, the oft requested done_testing() allows you to declare when
the tests have ended, and to declare how many tests have run. This is
a more robust alternative to no_plan.
* You can now run tests without first declaring a plan. But you must
eventually declare one whether it be a numbered plan or no_plan or
done_testing().
* output() and friends will write to scalar references. Useful for
testing.
* Test::More is now hosted on github. Feel free to fork (like branching
on steroids) and do your work directly with git rather than emailing
patches around.
0.88 Sat May 30 12:31:24 PDT 2009
Turing 0.87_03 into a stable release.
0.87_03 Sun May 24 13:41:40 PDT 2009
New Features
* isa_ok() now works on classes. (Peter Scott)
0.87_02 Sat Apr 11 12:54:14 PDT 2009
Test Fixes
* Some filesystems don't like it when you open a file for writing multiple
times. Fixes t/Builder/reset.t. [rt.cpan.org 17298]
* Check how an operating system is going to map exit codes. Some OS'
will map them... sometimes. [rt.cpan.org 42148]
* Fix Test::Builder::NoOutput on 5.6.2.
0.87_01 Sun Mar 29 09:56:52 BST 2009
New Features
* done_testing() allows you to declare that you have finished
running tests, and how many you ran. It is a safer no_plan and
effectively replaces it.
* output() now supports scalar references.
Feature Changes
* You can now run a test without first declaring a plan. This allows
done_testing() to work.
* You can now call current_test() without first declaring a plan.
Bug Fixes
* skip_all() with no reason would output "1..0" which is invalid TAP. It
will now always include the SKIP directive.
Other
* Repository moved to github.
0.86 Sun Nov 9 01:09:05 PST 2008
Same as 0.85_01
--
The mind is a terrible thing,
and it must be stopped.