File perl-Test-Class.changes of Package perl-Test-Class
-------------------------------------------------------------------
Thu Feb 18 03:08:19 UTC 2021 - Tina Müller <timueller+perl@suse.de>
- updated to 0.52
see /usr/share/doc/packages/perl-Test-Class/Changes
0.52 [2021-02-17]
- Change bugtracker link to point GitHub issues instead of RT.
- Remove some old and broken links.
- Work by (Kaycie Goodman).
- Test fix (Pali, PR#32).
- Fix reporting caller information (file+line) when number of tests does
not match (Pali).
- Use better class names in t/runtests_return.t (Pali).
- Fix documentation to be more accurate regarding support and author
activity (Karen Etheridge).
- Ensure metadata is processed as v2 (Karen Etheridge).
- Remove unnecessary shebangs (Karen Etheridge).
- chmod ugo-x (Karen Etheridge).
0.51 [2019-04-29]
- Create fail_if_returned_late (Jason Terry, Oaxlin, PR#23)
-------------------------------------------------------------------
Sun Jun 7 09:05:35 UTC 2015 - coolo@suse.com
- updated to 0.50
see /usr/share/doc/packages/perl-Test-Class/Changes
0.50 [2015-06-07]
- add links to Ovid's tutorial series on Test::Class (Tim Vroom, PR#19)
- add links to Test::Class::Most, Test::Class::Moose (Tim Vroom, PR#20)
- list some distributions that use Test::Class in their test suite (Tim
Vroom, PR#21)
- update documentation about running individual tests (Matthew Horsfall,
PR#22)
- fix some tests to work with the new Test::Stream (Chad Granum, PR#27)
- switch packaging to ExtUtils::MakeMaker
-------------------------------------------------------------------
Tue Apr 14 18:10:14 UTC 2015 - coolo@suse.com
- updated to 0.48
see /usr/share/doc/packages/perl-Test-Class/Changes
0.48 [2014-11-06]
- replace a few bare evals with more modern alternatives
0.47 [2014-09-26]
- fixes for Test::More 1.301001_* series (PR#17, PR#18, Chad Granum)
-------------------------------------------------------------------
Mon Sep 15 12:52:34 UTC 2014 - coolo@suse.com
- updated to 0.46
- fix new teardown tests for MSWin32
0.45 [2014-07-05]
- bump minimum required version of Test::More (RT#96951)
0.44 [2014-07-04]
- run teardown method even if test method dies, as in version 0.37 and
earlier
0.43 [2014-06-25]
- specify test prereqs as test_requires rather than build_requires
0.42 or the "how did I get stuck with co-maint?" release [2014-05-07]
- properly handle thrown exceptions that stringify to the empty string
before or after chomping (Karen Etheridge, PR#11)
-------------------------------------------------------------------
Mon Dec 9 11:15:52 UTC 2013 - coolo@suse.com
- updated to 0.41
- require a newer Test::Builder if 0.99 is installed RT#90699
-------------------------------------------------------------------
Tue Nov 26 07:35:35 UTC 2013 - coolo@suse.com
- updated to 0.40
- Applied Zefram's fix for RT#89473, Test::Class fails on Test::Builder
0.99
-------------------------------------------------------------------
Tue Jun 4 15:00:17 UTC 2013 - coolo@suse.com
- updated to 0.39
- Merged schwern's https://github.com/adrianh/test-class/pull/2
"Fix Test::Class for Test::Builder 1.5" - thank you Schwern!
- Many thanks to the ever excellent Ovid for actually making this happen.
- die-in-setup.t will work on Windows (thanks to Alexandr Ciornii for
the patch)
- Fix docs to explain "no_plan" in start up" (thanks to skington for the
patch)
- Fixed RT#64470: minor documentation error in Test::Class::Load (thanks
to Andrew Grangaard for patch)
- Fixed RT#39266: Test::Class with Package::Alias
- Fixed RT#56636: feature request: option to turn off auto-skipping
uncompleted tests (thanks to Ken Fox for suggestion) with addition
of fail_if_returned_early() (thanks to Dave Evans for patch)
- Fixed RT#64268: dying in setup does not skip rest of test
- Startup and shutdown methods are no longer run if a class will not
run any test methods
- Updated acknowledgements
- Added missing filter tests to MANIFEST & distribution
-------------------------------------------------------------------
Wed Dec 1 13:35:32 UTC 2010 - coolo@novell.com
- switch to perl_requires macro
-------------------------------------------------------------------
Fri Nov 19 20:18:52 UTC 2010 - pascal.bleser@opensuse.org
- initial package (0.36)