2016-12-20 06:55:41 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Sun Dec 18 07:15:48 UTC 2016 - coolo@suse.com
|
|
|
|
|
|
|
|
- updated to 1.302071
|
|
|
|
see /usr/share/doc/packages/perl-Test-Simple/Changes
|
|
|
|
|
|
|
|
1.302071 2016-12-17 12:08:29-08:00 America/Los_Angeles
|
|
|
|
|
|
|
|
- No changes since last trial release
|
|
|
|
|
|
|
|
1.302070 2016-12-14 21:32:47-08:00 America/Los_Angeles (TRIAL RELEASE)
|
|
|
|
|
|
|
|
- Added two new event classes, Test2::Event::Encoding and
|
|
|
|
Test2::Event::TAP::Version. These are primarily being added for the
|
|
|
|
benefit of Test2::Harness now, but they could be useful for other Test2
|
|
|
|
event consumer tools in the future. Implemented by Dave Rolsky (#743).
|
|
|
|
|
|
|
|
1.302069 2016-12-12 15:03:04-08:00 America/Los_Angeles (TRIAL RELEASE)
|
|
|
|
|
|
|
|
- Generate HashBase from Object::HashBase which has been split out
|
|
|
|
- When a subtest is marked as todo, all of its contained Ok and Subtest
|
|
|
|
events are now updated so that they return true for
|
|
|
|
$e->effective_pass. Implemented by Dave Rolsky. (#742)
|
|
|
|
|
|
|
|
1.302068 2016-12-03 13:50:01-08:00 America/Los_Angeles (TRIAL RELEASE)
|
|
|
|
|
|
|
|
- Add TO_JSON and from_json methods to Test2::Event and Test2::Trace::Util
|
|
|
|
to faciliate transferring event data between processes. Implemented by
|
|
|
|
Dave Rolsky. (#741).
|
|
|
|
|
2016-10-22 13:20:30 +00:00
|
|
|
-------------------------------------------------------------------
|
2016-11-25 07:30:52 +00:00
|
|
|
Thu Nov 24 07:16:44 UTC 2016 - coolo@suse.com
|
|
|
|
|
|
|
|
- updated to 1.302067
|
|
|
|
see /usr/share/doc/packages/perl-Test-Simple/Changes
|
|
|
|
|
|
|
|
1.302067 2016-11-23 07:37:56-08:00 America/Los_Angeles
|
|
|
|
|
|
|
|
- Fix context test for recent blead.
|
|
|
|
|
|
|
|
1.302066 2016-11-08 07:58:39-08:00 America/Los_Angeles (TRIAL RELEASE)
|
|
|
|
|
|
|
|
- Handle cases where SysV IPC can be available but not enabled
|
|
|
|
- Import 'context' into Test2::IPC, it is used by 'cull'
|
|
|
|
- Propogate warnings settings to use_ok (#736)
|
|
|
|
|
|
|
|
1.302065 2016-10-30 11:54:37-07:00 America/Los_Angeles (TRIAL RELEASE)
|
|
|
|
|
|
|
|
- Set the TEST_ACTIVE env var to true
|
|
|
|
- Set the TEST2_ACTIVE env var to true
|
|
|
|
- Fix the oldest bug still in the bug list (#6)
|
|
|
|
This fixes cmp_ok output is some confusing cases
|
|
|
|
- Update travis config
|
|
|
|
- Add missing author deps
|
|
|
|
- Fix handling of negative pid's on windows
|
|
|
|
- Add can() to Test::Tester::Delegate (despite deprecation)
|
|
|
|
- Fix some minor test issues
|
|
|
|
|
|
|
|
1.302064 2016-10-24 21:03:24-07:00 America/Los_Angeles (TRIAL RELEASE)
|
|
|
|
|
|
|
|
- Repo management improvements
|
|
|
|
- Better handling of info vs diag in ->send_event
|
|
|
|
- Fix test that used 'parent'
|
|
|
|
- Better handling of non-bumping failures (#728)
|
|
|
|
|
|
|
|
1.302063 2016-10-23 21:31:20-07:00 America/Los_Angeles (TRIAL RELEASE)
|
|
|
|
|
|
|
|
- Fix double release when 'throw' is used in context_do()
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
2016-10-22 13:20:30 +00:00
|
|
|
Fri Oct 21 06:23:55 UTC 2016 - coolo@suse.com
|
|
|
|
|
|
|
|
- updated to 1.302062
|
|
|
|
see /usr/share/doc/packages/perl-Test-Simple/Changes
|
|
|
|
|
|
|
|
1.302062 2016-10-20 06:16:08-07:00 America/Los_Angeles
|
|
|
|
|
|
|
|
- No changes from last trial
|
|
|
|
|
|
|
|
1.302061 2016-09-30 14:49:19-07:00 America/Los_Angeles (TRIAL RELEASE)
|
|
|
|
|
|
|
|
- Removed a warning when using a non-TAP formatter with Test::Builder
|
|
|
|
about the formatter not "no_header" and "no_diag". This happened even if
|
|
|
|
the alternative formatter class implemented these attributes.
|
|
|
|
- When finalize is called on a formatter, it now receives one more
|
|
|
|
argument, a boolean indicating whether or not the call is for a subtest
|
|
|
|
or not.
|
|
|
|
|
|
|
|
1.302060 2016-09-25 12:46:46-07:00 America/Los_Angeles (TRIAL RELEASE)
|
|
|
|
|
|
|
|
- Formatters now have terminate() and finalize() methods. These are called
|
|
|
|
when there is a skip_all or bail event (terminate) or when a test suite
|
|
|
|
is exiting normally (finalize). This allows formatters to finalize their
|
|
|
|
output, which is important for any sort of document-oriented format (as
|
|
|
|
opposed to a stream format like TAP). (#723)
|
|
|
|
|
2016-09-30 10:13:49 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue Sep 27 06:18:19 UTC 2016 - coolo@suse.com
|
|
|
|
|
|
|
|
- updated to 1.302059
|
|
|
|
see /usr/share/doc/packages/perl-Test-Simple/Changes
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon Sep 26 05:59:26 UTC 2016 - coolo@suse.com
|
|
|
|
|
|
|
|
- updated to 1.302059
|
|
|
|
see /usr/share/doc/packages/perl-Test-Simple/Changes
|
|
|
|
|
|
|
|
1.302059 2016-09-25 12:32:21-07:00 America/Los_Angeles
|
|
|
|
|
|
|
|
- No changes from last trial
|
|
|
|
|
|
|
|
1.302058 2016-09-21 10:46:13-07:00 America/Los_Angeles (TRIAL RELEASE)
|
|
|
|
|
|
|
|
- Mask warning when comparing $@ in Test2::API::Context
|
|
|
|
|
|
|
|
1.302057 2016-09-18 12:12:18-07:00 America/Los_Angeles (TRIAL RELEASE)
|
|
|
|
|
|
|
|
- Doc fixes
|
|
|
|
- Win32 color support in Test::Builder::Tester
|
|
|
|
- Support v-strings in is_deeply
|
|
|
|
- A streamed subtest run inside a buffered subtest will be automatically
|
|
|
|
converted to a buffered subtest. Otherwise the output from inside the
|
|
|
|
subtest is lost entirely. (#721)
|
|
|
|
|
2016-09-16 06:54:26 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue Sep 13 06:07:20 UTC 2016 - coolo@suse.com
|
|
|
|
|
|
|
|
- updated to 1.302056
|
|
|
|
see /usr/share/doc/packages/perl-Test-Simple/Changes
|
|
|
|
|
|
|
|
1.302056 2016-09-12 09:03:49-07:00 America/Los_Angeles
|
|
|
|
|
|
|
|
- Minor typo fix
|
|
|
|
- No logic chnges since last trial
|
|
|
|
|
|
|
|
1.302055 2016-08-30 12:13:32-07:00 America/Los_Angeles (TRIAL RELEASE)
|
|
|
|
|
|
|
|
- Fix special case of ok line ending in \
|
|
|
|
- Improve a test that captures STDERR/STDOUT (Thanks HAARG)
|
|
|
|
|
|
|
|
1.302054 2016-08-20 16:21:44-07:00 America/Los_Angeles (TRIAL RELEASE)
|
|
|
|
|
|
|
|
- Allow '#' and '
|
|
|
|
' in ok names
|
|
|
|
|
|
|
|
1.302053 2016-08-17 21:22:55-07:00 America/Los_Angeles (TRIAL RELEASE)
|
|
|
|
|
|
|
|
- Fix skip_all in require in intercept (#696)
|
|
|
|
- Documentation of what is better in Test2 (#663)
|
|
|
|
- Document Test::Builder::Tester plan limitations
|
|
|
|
- Document limitations in is_deeply (#595)
|
|
|
|
- Better documentation of done_testing purpose (#151)
|
|
|
|
- Make ctx->send_event detect termination events (#707)
|
|
|
|
|
2016-08-14 07:08:27 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Sun Aug 14 05:57:02 UTC 2016 - coolo@suse.com
|
|
|
|
|
|
|
|
- updated to 1.302052
|
|
|
|
see /usr/share/doc/packages/perl-Test-Simple/Changes
|
|
|
|
|
|
|
|
1.302052 2016-08-13 14:34:07-07:00 America/Los_Angeles
|
|
|
|
|
|
|
|
- No Changes from last trial
|
|
|
|
|
|
|
|
1.302051 2016-08-11 20:26:22-07:00 America/Los_Angeles (TRIAL RELEASE)
|
|
|
|
|
|
|
|
- Fix setting hub when getting context
|
|
|
|
|
|
|
|
1.302050 2016-08-10 22:12:19-07:00 America/Los_Angeles (TRIAL RELEASE)
|
|
|
|
|
|
|
|
- Add contact info to main doc and readme
|
|
|
|
|
2016-08-01 14:56:41 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Fri Jul 29 06:00:30 UTC 2016 - coolo@suse.com
|
|
|
|
|
|
|
|
- updated to 1.302049
|
|
|
|
see /usr/share/doc/packages/perl-Test-Simple/Changes
|
|
|
|
|
|
|
|
1.302049 2016-07-28 07:03:31-07:00 America/Los_Angeles
|
|
|
|
|
|
|
|
- No Changes from last trial
|
|
|
|
|
|
|
|
1.302048 2016-07-27 07:42:14-07:00 America/Los_Angeles (TRIAL RELEASE)
|
|
|
|
|
|
|
|
- Add 'active' attribute to hub
|
|
|
|
|
2016-07-24 10:22:35 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Sun Jul 24 05:55:03 UTC 2016 - coolo@suse.com
|
|
|
|
|
|
|
|
- updated to 1.302047
|
|
|
|
see /usr/share/doc/packages/perl-Test-Simple/Changes
|
|
|
|
|
|
|
|
1.302047 2016-07-22 22:36:29-07:00 America/Los_Angeles
|
|
|
|
|
|
|
|
- No Changes from last trial
|
|
|
|
|
|
|
|
1.302046 2016-07-19 06:58:43-07:00 America/Los_Angeles (TRIAL RELEASE)
|
|
|
|
|
|
|
|
- Restore traditional note/diag return values (#694)
|
|
|
|
|
2016-07-20 14:14:06 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue Jul 19 05:51:08 UTC 2016 - coolo@suse.com
|
|
|
|
|
|
|
|
- updated to 1.302045
|
|
|
|
see /usr/share/doc/packages/perl-Test-Simple/Changes
|
|
|
|
|
|
|
|
1.302045 2016-07-18 09:05:15-07:00 America/Los_Angeles
|
|
|
|
|
|
|
|
- No changes from last TRIAL release
|
|
|
|
|
|
|
|
1.302044 2016-07-13 17:56:20-07:00 America/Los_Angeles (TRIAL RELEASE)
|
|
|
|
|
|
|
|
- Fix test that segv'd on older perls
|
|
|
|
|
|
|
|
1.302043 2016-07-12 09:37:31-07:00 America/Los_Angeles (TRIAL RELEASE)
|
|
|
|
|
|
|
|
- Fix TODO in mixed T2/TB subtests
|
|
|
|
|
|
|
|
1.302042 2016-07-11 20:30:35-07:00 America/Los_Angeles (TRIAL RELEASE)
|
|
|
|
|
|
|
|
- Fix IPC event ordering bug
|
|
|
|
|
|
|
|
1.302041 2016-07-09 17:01:45-07:00 America/Los_Angeles (TRIAL RELEASE)
|
|
|
|
|
|
|
|
- Work around IPC bug on windows
|
|
|
|
|
2016-07-11 12:31:18 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon Jul 11 05:56:36 UTC 2016 - coolo@suse.com
|
|
|
|
|
|
|
|
- updated to 1.302040
|
|
|
|
see /usr/share/doc/packages/perl-Test-Simple/Changes
|
|
|
|
|
|
|
|
1.302040 2016-07-09 16:55:00-07:00 America/Los_Angeles
|
|
|
|
|
|
|
|
- No changes from last trial
|
|
|
|
|
|
|
|
1.302039 2016-07-07 22:01:02-07:00 America/Los_Angeles (TRIAL RELEASE)
|
|
|
|
|
|
|
|
- Add Info event for better diagnostics
|
|
|
|
|
|
|
|
1.302038 2016-07-05 07:00:18-07:00 America/Los_Angeles (TRIAL RELEASE)
|
|
|
|
|
|
|
|
- Fix broken MANIFEST.SKIP entries (#689)
|
|
|
|
|
2016-07-07 14:26:56 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Wed Jul 6 08:49:04 UTC 2016 - coolo@suse.com
|
|
|
|
|
|
|
|
- updated to 1.302037
|
|
|
|
see /usr/share/doc/packages/perl-Test-Simple/Changes
|
|
|
|
|
|
|
|
1.302037 2016-07-04 10:09:00-07:00 America/Los_Angeles
|
|
|
|
|
|
|
|
- No changes from trial
|
|
|
|
|
|
|
|
1.302036 2016-07-03 11:52:45-07:00 America/Los_Angeles (TRIAL RELEASE)
|
|
|
|
|
|
|
|
- Restore PerlIO layer cloning on STDERR and STDOUT
|
|
|
|
|
2016-07-04 15:16:19 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon Jul 4 13:20:23 UTC 2016 - coolo@suse.com
|
|
|
|
|
|
|
|
- updated to 1.302035
|
|
|
|
see /usr/share/doc/packages/perl-Test-Simple/Changes
|
|
|
|
|
|
|
|
1.302035 2016-06-27 08:55:55-07:00 America/Los_Angeles
|
|
|
|
|
|
|
|
- No changes since TRIAL release
|
|
|
|
|
|
|
|
1.302034 2016-06-25 13:51:00-07:00 America/Los_Angeles (TRIAL RELEASE)
|
|
|
|
|
|
|
|
- Fix some breakage info (Thanks Dolman!)
|
|
|
|
- POD Fixes (Thanks cpansprout!)
|
|
|
|
|
2016-06-27 10:43:40 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon Jun 27 08:35:44 UTC 2016 - coolo@suse.com
|
|
|
|
|
|
|
|
- updated to 1.302033
|
|
|
|
see /usr/share/doc/packages/perl-Test-Simple/Changes
|
|
|
|
|
|
|
|
1.302033 2016-06-24 05:56:54-07:00 America/Los_Angeles
|
|
|
|
|
|
|
|
- No changes from last trial release
|
|
|
|
|
|
|
|
1.302032 2016-06-22 11:30:46-07:00 America/Los_Angeles (TRIAL RELEASE)
|
|
|
|
|
|
|
|
- Fix nested TODO handling of Diags (#684)
|
|
|
|
|
2016-06-12 14:21:27 +00:00
|
|
|
-------------------------------------------------------------------
|
2016-06-24 05:06:34 +00:00
|
|
|
Thu Jun 23 07:09:57 UTC 2016 - coolo@suse.com
|
|
|
|
|
|
|
|
- updated to 1.302031
|
|
|
|
see /usr/share/doc/packages/perl-Test-Simple/Changes
|
|
|
|
|
|
|
|
1.302031 2016-06-21 09:51:27-07:00 America/Los_Angeles
|
|
|
|
|
|
|
|
- Remove carp from dep list #682
|
|
|
|
|
|
|
|
1.302030 2016-06-18 19:02:55-07:00 America/Los_Angeles
|
|
|
|
|
|
|
|
- No changes from last DEV release
|
|
|
|
|
|
|
|
1.302029 2016-06-17 06:56:54-07:00 America/Los_Angeles (TRIAL RELEASE)
|
|
|
|
|
|
|
|
- Properly skip thread test when threads are broken
|
|
|
|
|
|
|
|
1.302028 2016-06-16 19:21:58-07:00 America/Los_Angeles (TRIAL RELEASE)
|
|
|
|
|
|
|
|
- Add 'inherit_trace' param to run_subtest
|
|
|
|
|
|
|
|
1.302027 2016-06-15 09:42:32-07:00 America/Los_Angeles (TRIAL RELEASE)
|
|
|
|
|
|
|
|
- use pre_filter instead of filter for TODO in Test::Builder (Fix $683)
|
|
|
|
- Fix typos in transitions doc (#681)
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
2016-06-12 14:21:27 +00:00
|
|
|
Sun Jun 12 13:52:56 UTC 2016 - coolo@suse.com
|
|
|
|
|
|
|
|
- updated to 1.302026
|
|
|
|
see /usr/share/doc/packages/perl-Test-Simple/Changes
|
|
|
|
|
|
|
|
1.302026 2016-06-07 07:53:30-07:00 America/Los_Angeles
|
|
|
|
|
|
|
|
- No Changes from 1.302025-TRIAL
|
|
|
|
|
|
|
|
1.302025 2016-06-06 22:38:12-07:00 America/Los_Angeles (TRIAL RELEASE)
|
|
|
|
|
|
|
|
- Make sure enabling culling/shm sets pid and tid (Fix #679)
|
|
|
|
|
|
|
|
1.302024 2016-06-02 20:27:35-07:00 America/Los_Angeles (TRIAL RELEASE)
|
|
|
|
|
|
|
|
- Add Generic event type
|
|
|
|
|
|
|
|
1.302023 2016-06-02 08:09:54-07:00 America/Los_Angeles (TRIAL RELEASE)
|
|
|
|
|
|
|
|
- Do not fail if Test2::API::Breakage cannot load (rare 5.10.0 issue)
|
|
|
|
- Potential fix for t/Legacy/Regression/637.t
|
|
|
|
- Make t/Legacy/Regression/637.t AUTHOR_TESTING for now
|
|
|
|
|
2016-05-31 06:11:43 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon May 30 11:05:45 UTC 2016 - coolo@suse.com
|
|
|
|
|
|
|
|
- updated to 1.302022
|
|
|
|
see /usr/share/doc/packages/perl-Test-Simple/Changes
|
|
|
|
|
|
|
|
1.302022 2016-05-28 17:53:11-07:00 America/Los_Angeles
|
|
|
|
|
|
|
|
- Improve thread checks to better detect broken 5.10 builds
|
|
|
|
- Use thread checks to skip/run t/Legacy/Regression/637.t
|
|
|
|
|
|
|
|
1.302021 2016-05-20 21:47:17-07:00 America/Los_Angeles (TRIAL RELEASE)
|
|
|
|
|
|
|
|
- Files.t should warn, not die, if it cannot remove its temp dir.
|
|
|
|
- VMS fixes for Files.t and IPC system
|
|
|
|
|
|
|
|
1.302020 2016-05-18 11:54:15-07:00 America/Los_Angeles (TRIAL RELEASE)
|
|
|
|
|
|
|
|
- Many micro-opts from Graham Knop (haarg)
|
|
|
|
- Spelling fixes and tests from Karen Etheridge (ether)
|
|
|
|
- Fix leaky File.t file so that tmp doesn't fill up
|
|
|
|
- Move some modules out of the known broken list in xt tests
|
|
|
|
- Add Test2 based tools to downstream testing
|
|
|
|
- Change when PID/TID are stashed (for forkprove)
|
|
|
|
|
2016-05-25 07:33:26 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon May 23 12:54:47 UTC 2016 - coolo@suse.com
|
|
|
|
|
|
|
|
- updated to 1.302019
|
|
|
|
see /usr/share/doc/packages/perl-Test-Simple/Changes
|
|
|
|
|
2015-11-06 12:02:55 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Wed Jul 8 07:50:02 UTC 2015 - coolo@suse.com
|
|
|
|
|
|
|
|
- recompile with perl 5.22
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue Apr 14 19:24:23 UTC 2015 - coolo@suse.com
|
|
|
|
|
|
|
|
- updated to 1.001014
|
|
|
|
see /usr/share/doc/packages/perl-Test-Simple/Changes
|
|
|
|
|
|
|
|
1.001014 Tue Dec 28 08:31:00:00 PST 2015
|
|
|
|
* Write a test to ensure this changes file gets updated
|
|
|
|
* Update changes file for 1.001013
|
|
|
|
|
|
|
|
1.001013 Sun Dec 28 08:00:00:00 PST 2015
|
|
|
|
* Fix a unit test that broke on some platforms with spaces in the $^X path
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Fri Jan 23 11:50:30 UTC 2015 - coolo@suse.com
|
|
|
|
|
|
|
|
- add obsoletes to now integrated modules
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Sat Dec 27 22:22:10 UTC 2014 - lars@linux-schulserver.de
|
|
|
|
|
|
|
|
- update to 1.001012:
|
|
|
|
+ Remove POD Coverage test
|
|
|
|
+ Integrate Test::Tester and Test::use::ok for easier
|
|
|
|
downgrade from trial
|
|
|
|
+ Fix bug in cmp_ok
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Fri Oct 17 06:28:04 UTC 2014 - lars@linux-schulserver.de
|
|
|
|
|
|
|
|
- update to 1.001008:
|
|
|
|
+ Fix subtest name when skip_all is used
|
|
|
|
+ Changed install path for perl 5.12 or higher.
|
|
|
|
+ Another Minor doc fix to solve test bug
|
|
|
|
+ Fix #399, conflict with strawberry-portable
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon Mar 24 21:12:41 UTC 2014 - lars@linux-schulserver.de
|
|
|
|
|
|
|
|
- update to 1.001003:
|
|
|
|
+ Doc updates for maintainer change
|
|
|
|
|
2013-12-10 06:35:36 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue Dec 10 06:33:29 UTC 2013 - coolo@suse.com
|
|
|
|
|
|
|
|
- updated to 1.001002
|
|
|
|
* restore ability to use regex with test_err and test_out
|
|
|
|
(Zefram) [rt.cpan.org #89655] [github #389] [github #387]
|
|
|
|
|
|
|
|
Bug Fixes
|
|
|
|
* Fix precedence error with (return ... and ...)
|
|
|
|
(nthykier) [github #385]
|
|
|
|
|
|
|
|
Doc Changes
|
|
|
|
* Add a shorter work around for the UTF-8 output problem.
|
|
|
|
(Michael G Schwern)
|
|
|
|
|
|
|
|
Bug Fixes
|
|
|
|
* Test::Builder::Tester now works with subtests.
|
|
|
|
(Michael G Schwern) [github 350]
|
|
|
|
* Fix test_fail() inside a do statement.
|
|
|
|
(nnutter) [github #369]
|
|
|
|
|
|
|
|
New Features
|
|
|
|
* A subtest will put its name at the front of its results to make
|
|
|
|
subtests easier to read. [github #290] [github #364]
|
|
|
|
(Brendan Byrd)
|
|
|
|
|
|
|
|
Feature Changes
|
|
|
|
* like() and unlike() no longer warn about undef. [github #335]
|
|
|
|
(Michael G Schwern)
|
|
|
|
|
2012-06-25 11:37:50 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Fri Nov 18 11:10:18 UTC 2011 - coolo@suse.com
|
|
|
|
|
|
|
|
- use original .tar.gz
|
|
|
|
|
2011-02-23 08:42:56 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Wed Feb 23 08:28:21 UTC 2011 - lars@linux-schulserver.de
|
|
|
|
|
|
|
|
- update to 0.98:
|
|
|
|
+ subtest() should not fail if $? is non-zero.
|
|
|
|
+ The behavior of is() and undef has been documented.
|
|
|
|
+ Adapted the tests for the new Perl 5.14 regex stringification.
|
|
|
|
+ The filehandles used by default will now inherit any filehandle
|
|
|
|
disciplines from STDOUT and STDERR IF AND ONLY IF they were applied
|
|
|
|
before Test::Builder is loaded.
|
2011-02-23 08:44:40 +00:00
|
|
|
- also package the examples in docdir
|
2011-02-23 08:42:56 +00:00
|
|
|
|
2010-11-30 14:20:41 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue Nov 30 14:20:28 UTC 2010 - coolo@novell.com
|
|
|
|
|
|
|
|
- buildrequire perl-devel on fedora
|
|
|
|
|
2010-09-09 14:05:08 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Thu Sep 9 14:00:25 UTC 2010 - chris@computersalat.de
|
|
|
|
|
|
|
|
- recreated by cpanspec 1.78
|
|
|
|
- noarch pkg
|
|
|
|
- bzipped Source
|
|
|
|
- added bcond_with pod
|
|
|
|
- fixed deps
|
|
|
|
o Removed: Prov perl-Test-More, perl-Test-Builder
|
|
|
|
o fixed dep for *Pod*
|
|
|
|
|
2010-08-27 00:56:15 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Fri Aug 27 00:55:22 UTC 2010 - pascal.bleser@opensuse.org
|
|
|
|
|
|
|
|
- update to 0.96
|
2010-11-16 09:54:09 +00:00
|
|
|
* You can call done_testing() again after reset() [googlecode 59]
|
2010-08-27 00:56:15 +00:00
|
|
|
|
2008-05-07 10:17:13 +00:00
|
|
|
-------------------------------------------------------------------
|
2010-07-05 23:19:55 +00:00
|
|
|
Mon Jul 5 23:16:14 UTC 2010 - jw@novell.com
|
|
|
|
|
|
|
|
- looong time no updated. 0.88 is needed for CPANPLUS packages.
|
|
|
|
Let's fast forward this one.
|
|
|
|
- Update to 0.95_02
|
|
|
|
See http://cpansearch.perl.org/src/MSCHWERN/Test-Simple-0.95_02/Changes
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
2008-05-07 10:17:13 +00:00
|
|
|
Tue Feb 12 15:22:53 CET 2008 - lars@linux-schulserver.de
|
|
|
|
|
|
|
|
- Update to 0.74
|
|
|
|
+ Add abstract and author to the meta information.
|
|
|
|
+ Put the use_ok() fix from 0.71 back.
|
|
|
|
+ Fixed an obscure problem with is_deeply() and overloading ==
|
|
|
|
[rt.cpan.org 20768]. Thanks Sisyphus.
|
|
|
|
+ Removed dependency on Text::Soundex [rt.cpan.org 25022]
|
|
|
|
+ Fixed a 5.5.x failure in fail-more.t
|
|
|
|
+ Got rid of the annoying sort_bug.t test that revealed problems with some
|
|
|
|
threaded perls. It was testing the deprecated eq_* functions and not
|
|
|
|
worth the bother. Now it tests is_deeply(). [rt.cpan.org 17791]
|
|
|
|
+ Minor POD mistake in Test::Builder [rt.cpan.org 28869]
|
|
|
|
+ Test::FAQ has been updated with some more answers.
|
|
|
|
+ Fixed the "LICENSE is not a known MakeMaker parameter name" warning
|
|
|
|
on older MakeMakers for real this time.
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue Jul 24 12:05:05 CEST 2007 - lars@linux-schulserver.de
|
|
|
|
|
|
|
|
- initial version 0.70
|
|
|
|
|