Files
perl-Test-Routine/perl-Test-Routine.changes
Dirk Stoecker dfe2e06135 Accepting request 1080797 from devel:languages:perl:autoupdate
- updated to 0.031
   see /usr/share/doc/packages/perl-Test-Routine/Changes
  0.031     2023-04-11 21:37:45-04:00 America/New_York
          - The run_test method now returns the pass/fail of the subtest
            represented by a test method.  Since run_test is often around-ed, you
            may need to adjust how you modify its return!
            Thanks, Matthew Horsfall.

OBS-URL: https://build.opensuse.org/request/show/1080797
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Test-Routine?expand=0&rev=9
2023-04-20 12:45:30 +00:00

141 lines
5.7 KiB
Plaintext

-------------------------------------------------------------------
Wed Apr 12 03:08:37 UTC 2023 - Tina Müller <timueller+perl@suse.de>
- updated to 0.031
see /usr/share/doc/packages/perl-Test-Routine/Changes
0.031 2023-04-11 21:37:45-04:00 America/New_York
- The run_test method now returns the pass/fail of the subtest
represented by a test method. Since run_test is often around-ed, you
may need to adjust how you modify its return!
Thanks, Matthew Horsfall.
-------------------------------------------------------------------
Fri Jan 6 03:09:22 UTC 2023 - Tina Müller <timueller+perl@suse.de>
- updated to 0.030
see /usr/share/doc/packages/perl-Test-Routine/Changes
0.030 2023-01-05 19:03:17-05:00 America/New_York
- this version of Test-Routine now requires Perl v5.12 (but its prereqs
already did)
- remove the run_* exports from Test::Routine::Runner, as foretold in
the year 2010
-------------------------------------------------------------------
Tue Jan 3 03:13:40 UTC 2023 - Tina Müller <timueller+perl@suse.de>
- updated to 0.029
see /usr/share/doc/packages/perl-Test-Routine/Changes
0.029 2022-12-31 19:35:50-05:00 America/New_York
- update author contact info
-------------------------------------------------------------------
Sat Jun 19 03:09:40 UTC 2021 - Tina Müller <timueller+perl@suse.de>
- updated to 0.028
see /usr/share/doc/packages/perl-Test-Routine/Changes
0.028 2021-06-18 21:32:22-04:00 America/New_York
- update author contact info
- add perl-support clause
-------------------------------------------------------------------
Mon Aug 27 06:09:39 UTC 2018 - coolo@suse.com
- updated to 0.027
see /usr/share/doc/packages/perl-Test-Routine/Changes
0.027 2018-08-26 21:40:35-04:00 America/New_York
- no changes since 0.026
0.026 2018-07-15 12:14:57-04:00 America/Toronto (TRIAL RELEASE)
- add test_routine_test_traits method to apply more traits to test
objects
- add skip_reason to test objects to allow them to say "skip me on this
run"
- drop use of undocumented "with_caller" feature from Moose::Exporter
-------------------------------------------------------------------
Fri Apr 14 06:40:44 UTC 2017 - coolo@suse.com
- updated to 0.025
see /usr/share/doc/packages/perl-Test-Routine/Changes
0.025 2017-04-13 17:43:19-04:00 America/New_York
- remove fresh_instance; it wasn't documented, and it probably was not
going to work out
- the Runner no longer caches the test_instance, so its BUILD and
DEMOLISH should now be called usefully
- Test::Routine::Common now adds stub BUILD and DEMOLISH so you can use
method modifiers on them
-------------------------------------------------------------------
Mon Feb 13 13:14:16 UTC 2017 - coolo@suse.com
- updated to 0.024
see /usr/share/doc/packages/perl-Test-Routine/Changes
0.024 2017-01-16 13:03:18-05:00 America/New_York
- tests are now run with Test::Abortable's subtest() instead of
Test2::API directly; this means they can be safely aborted with
exceptions that conform to the Test::Abortable rules; see its docs
for more information
-------------------------------------------------------------------
Tue Nov 29 07:20:26 UTC 2016 - coolo@suse.com
- updated to 0.023
see /usr/share/doc/packages/perl-Test-Routine/Changes
0.023 2016-11-28 17:41:32+11:00 Australia/Melbourne
- When running subtests, use Test2::API rather than Test::More.
This means that Test::Routine tests that never use Test::Builder for
their own testing won't load it at all, but it also means that you'll
need to be on a pretty recent Test-Simple distribution.
- (no code changes from 0.022, just a non-trial release)
0.022 2016-07-18 20:13:38-04:00 America/New_York (TRIAL RELEASE)
- fix the mxms.t tests for Test2 changes (really, we should update the
tests to use an event-intercepting hub for our tests)
0.021 2016-07-18 12:45:57-04:00 America/New_York (TRIAL RELEASE)
- When running subtests, use Test2::API rather than Test::More.
This means that Test::Routine tests that never use Test::Builder for
their own testing won't load it at all, but it also means that you'll
need to be on a pretty recent Test-Simple distribution.
-------------------------------------------------------------------
Tue Apr 14 19:56:36 UTC 2015 - coolo@suse.com
- updated to 0.020
see /usr/share/doc/packages/perl-Test-Routine/Changes
0.020 2014-09-01 22:02:27-04:00 America/New_York
- generation of Test::Routine::Manual::Demo is fixed
- notice another possible case of name conflict; we may change how this
works in the future, but only safely
0.019 2014-07-04 09:54:01-04:00 America/New_York
- cope with alternate indenting of subtest leader
0.018 2014-01-11 14:13:19-05:00 America/New_York
- avoid an uninitialized warning on 5.8 from new TEST_METHOD code
0.017 2013-12-03 21:38:07 America/New_York
- add TEST_METHOD env var to limit tests run (thanks,
Dagfinn Ilmari Mannsåker!)
0.016 2013-10-25 22:33:15 America/New_York
update mxms.t to handle Test::Builder 0.99
replace use of Class::MOP::load_class with Class::Load
-------------------------------------------------------------------
Tue May 29 08:55:07 UTC 2012 - coolo@suse.com
- initial package 0.015
* created by cpanspec 1.78.06