1# ChangeLog for Test.pm dist 2 31.26 2013-01-16 Jesse R Vincent <jesse@bestpractical.com> 4 * Bump version to a stable number. No functional changes 5 61.25_02 2009-06-08 Jesse R Vincent <jesse@bestpractical.com> 7 * Typo fixes from Perl core 8 * README updated 9 * Ancient TODO removed 10 * New Maintainer 11 122004-04-24 Sean M. Burke <sburke@cpan.org> 13 * Release 1.25 14 * added some new tests 15 * Gisle Aas kindly contributes a bunch of new code that diffs 16 multiline result and expectation 17 * corrected some doc typoes to do with skip() 18 192003-04-18 Sean M. Burke <sburke@cpan.org> 20 * Release 1.24 21 * Two cosmetic fixes: Ken Williams spotted the typo (tr/[...]//d 22 for tr/...//d) that was deleting brackets in program source 23 lines. Fixed. 24 * And Rob Nagler noticed that I was reporting the MacPerl 25 "verison" instead of "version". Fixed. That's all. 26 272002-10-11 Sean M. Burke <sburke@cpan.org> 28 * Release 1.23 29 * Dermot Musgrove notes that I switched localtime and gmtime in 30 the last dist! Fixed. That is all. 31 322002-08-28 Sean M. Burke <sburke@cpan.org> 33 * Release 1.22 34 * Doc note about the danger of "ok Foo->can('bar');", as helpfully 35 noted by Schwern 36 * Applied Schwern's fix for false positives with "ok 1, undef;" 37 382002-08-26 Sean M. Burke <sburke@cpan.org> 39 * Release 1.21 40 * I take over maintenance. 41 * Lots of doc improvement and examples added. 42 * More comment lines are sent to STDERR/STDOUT, noting Perl 43 version and platform, noting content of line where error occurred 44 when it looks interesting, etc. 45 * A bit more DWIM with skip(). 46 * Noted in the docs that this modules is indeed being developed. 47 482002-02-07 Michael G Schwern <schwern@pobox.com> 49 * Release 1.20 50 * Failure diagnostics now go to STDERR so they show up 51 in 'make test'. 52 - noted in the docs that this module is no longer being 53 developed. 54 552001-12-17 Michael G Schwern <schwern@pobox.com> 56 * Release 1.19 57 - Resetting globals for mod_perl testing (thanks to Stas Bekman) 58 - License change to be same as perl's 59 602001-07-20 Michael G Schwern <schwern@pobox.com> 61 * Release 1.18 62 * Now recommending Test::Simple/More in the docs 63 * Removed warning about skip interface, it was a mistake 64 - added mention of Pod::Tests and SelfTest 65 - Test's tests no longer report "UNEXPECTEDLY SUCCEEDED" 66 672001-05-29 Michael G Schwern <schwern@pobox.com> 68 * Release 1.17 69 - protected against stray $/ and $, 70 * documented ok() 71 * made the regex diagnostics a bit more obvious 72 * Backported to 5.004 (if you're using the new Test::Harness) 73 * Included the VMS fix for ok() 74 752001-02-16 Michael G Schwern <schwern@pobox.com> 76 77 * Release 1.16 78 79 * Taken over maintenance from Joshua. Altered AUTHOR appropriately. 80 Blame me. 81 82 * t/fail.t was failing on Windows because the filename was 83 hardcoded in the test (its t\fail.t on Windows). NOT A BUG! 84 852000-11-22 Joshua Pritikin <joshua.pritikin@db.com> 86 87 * Release 1.15. 88 89 * Fix documentation. (crt@kiski.net) 90 911999-06-21 Joshua Pritikin <joshua.pritikin@db.com> 92 93 * Release 1.14. 94 95 * Port back to 5.004_05. 96 971999-05-07 Joshua Pritikin <joshua.pritikin@db.com> 98 99 * Release 1.13. 100 101 * Handle undef without triggering warnings. Added tests. 102 1031998-11-29 Joshua Pritikin <joshua.pritikin@db.com> 104 105 * Release 1.122. 106 107 * Make Test.pm 7-bit clean. (Sarathy) 108 1091998-11-23 Joshua Pritikin <joshua.pritikin@db.com> 110 111 * Allow customization of 'skip' reason. Improved tests. 112 1131998-11-17 Joshua Pritikin <joshua.pritikin@db.com> 114 115 * Release 1.11. 116 117 * Add 5.005 dependency to Makefile.PL. 118 1191998-11-12 Joshua Pritikin <joshua.pritikin@db.com> 120 121 * Release 1.10. 122 123 * Support qr//. 124 1251998-10-15 Joshua Pritikin <joshua.pritikin@db.com> 126 127 * Release 1.09. 128 129 * Better diagnostics for failed todo tests. 130 131 * Document return value. 132 1331998-08-21 Joshua Pritikin <joshua@eq1062.wks.na.deuba.com> 134 135 * Version 1.08. 136 137 * Documentation tweaks. 138 1391998-08-21 Joshua Pritikin <joshua@eq1062.wks.na.deuba.com> 140 141 * Version 1.07. 142 143 * Send all output to $TESTOUT. 144 145 * Removed all failures from the test suite. More work is still 146 needed but this is a start. 147 148 * Moved $ntest to @EXPORT_OK from @EXPORT. 149 150 * Instead of printing bits to STDERR, now all output goes to 151 STDOUT. 152