Accepting request 492954 from devel:languages:perl:autoupdate

- 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

- 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

OBS-URL: https://build.opensuse.org/request/show/492954
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Test-Routine?expand=0&rev=4
This commit is contained in:
Stephan Kulow
2017-05-05 05:10:49 +00:00
committed by Git OBS Bridge
parent d82c833ead
commit f9d46f95bd
4 changed files with 36 additions and 7 deletions

View File

@@ -1,3 +1,29 @@
-------------------------------------------------------------------
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