2001-07-20 Michael G Schwern <schwern@pobox.com>
* Release 1.18
* Now recommending Test::Simple/More in the docs
* Removed warning about skip interface, it was a mistake
- added mention of Pod::Tests and SelfTest
- Test's tests no longer report "UNEXPECTEDLY SUCCEEDED"
2001-05-29 Michael G Schwern <schwern@pobox.com>
* Release 1.17
- protected against stray $/ and $,
* documented ok()
* made the regex diagnostics a bit more obvious
* Backported to 5.004 (if you're using the new Test::Harness)
* Included the VMS fix for ok()
2001-02-16 Michael G Schwern <schwern@pobox.com>
* Release 1.16
* Taken over maintenance from Joshua. Altered AUTHOR appropriately.
Blame me.
* t/fail.t was failing on Windows because the filename was
hardcoded in the test (its t\fail.t on Windows). NOT A BUG!
2000-11-22 Joshua Pritikin <joshua.pritikin@db.com>
* Release 1.15.
* Fix documentation. (crt@kiski.net)
1999-06-21 Joshua Pritikin <joshua.pritikin@db.com>
* Release 1.14.
* Port back to 5.004_05.
1999-05-07 Joshua Pritikin <joshua.pritikin@db.com>
* Release 1.13.
* Handle undef without triggering warnings. Added tests.
1998-11-29 Joshua Pritikin <joshua.pritikin@db.com>
* Release 1.122.
* Make Test.pm 7-bit clean. (Sarathy)
1998-11-23 Joshua Pritikin <joshua.pritikin@db.com>
* Allow customization of 'skip' reason. Improved tests.
1998-11-17 Joshua Pritikin <joshua.pritikin@db.com>
* Release 1.11.
* Add 5.005 dependency to Makefile.PL.
1998-11-12 Joshua Pritikin <joshua.pritikin@db.com>
* Release 1.10.
* Support qr//.
1998-10-15 Joshua Pritikin <joshua.pritikin@db.com>
* Release 1.09.
* Better diagnostics for failed todo tests.
* Document return value.
1998-08-21 Joshua Pritikin <joshua@eq1062.wks.na.deuba.com>
* Version 1.08.
* Documentation tweaks.
1998-08-21 Joshua Pritikin <joshua@eq1062.wks.na.deuba.com>
* Version 1.07.
* Send all output to $TESTOUT.
* Removed all failures from the test suite. More work is still
needed but this is a start.
* Moved $ntest to @EXPORT_OK from @EXPORT.
* Instead of printing bits to STDERR, now all output goes to
STDOUT.