2019-12-23 21:13:55 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Sun Dec 22 03:12:43 UTC 2019 - <timueller+perl@suse.de>
|
|
|
|
|
|
|
|
- updated to 0.028
|
|
|
|
see /usr/share/doc/packages/perl-Test-Warnings/Changes
|
|
|
|
|
|
|
|
0.028 2019-12-21 20:16:01Z
|
|
|
|
- allow for calling warnings->import being called after importing
|
|
|
|
the "warnings" sub
|
|
|
|
|
2019-09-30 13:00:30 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon Sep 30 10:47:24 UTC 2019 - <timueller+perl@suse.de>
|
|
|
|
|
|
|
|
- updated to 0.027
|
|
|
|
see /usr/share/doc/packages/perl-Test-Warnings/Changes
|
|
|
|
|
|
|
|
0.027 2019-09-28 03:54:47Z
|
|
|
|
- new :fail_on_warning feature, for more easily seeing where the
|
|
|
|
surprising warning appeared during testing
|
|
|
|
|
2016-01-28 22:11:09 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Wed Jan 27 10:43:06 UTC 2016 - coolo@suse.com
|
|
|
|
|
|
|
|
- updated to 0.026
|
|
|
|
see /usr/share/doc/packages/perl-Test-Warnings/Changes
|
|
|
|
|
|
|
|
0.026 2016-01-27 03:13:25Z
|
|
|
|
- fixed use of modules loaded by t/zzz-check-breaks.t
|
|
|
|
- fix stderr suppression on perl 5.6
|
|
|
|
|
2016-01-27 11:24:02 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue Jan 26 11:01:02 UTC 2016 - coolo@suse.com
|
|
|
|
|
|
|
|
- updated to 0.025
|
|
|
|
see /usr/share/doc/packages/perl-Test-Warnings/Changes
|
|
|
|
|
|
|
|
0.025 2016-01-24 02:59:28Z
|
|
|
|
- prereqs lowered from required to suggested:
|
|
|
|
- CPAN::Meta::Check
|
|
|
|
- CPAN::Meta::Requirements
|
|
|
|
- tests are now quieter to avoid causing confusion, by suppressing
|
|
|
|
the printing of stderr in tests
|
|
|
|
|
2015-12-26 13:35:58 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Sat Dec 26 10:18:59 UTC 2015 - coolo@suse.com
|
|
|
|
|
|
|
|
- updated to 0.024
|
|
|
|
see /usr/share/doc/packages/perl-Test-Warnings/Changes
|
|
|
|
|
|
|
|
0.024 2015-12-24 18:44:29Z
|
|
|
|
- remove diagnostics accidentally left in new test
|
|
|
|
|
|
|
|
0.023 2015-12-22 06:44:24Z
|
|
|
|
- properly handle propagating warnings to previously declared
|
|
|
|
handlers that are not coderefs (i.e. a sub name, or the magic
|
|
|
|
DEFAULT and IGNORE)
|
|
|
|
|
|
|
|
0.022 2015-12-19 00:32:42Z
|
|
|
|
- propagate all warnings to any previously-declared __WARN__
|
|
|
|
handlers (unlike with __DIE__, merely calling warn() is not
|
|
|
|
sufficient)
|
|
|
|
|
2015-04-15 22:32:26 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Wed Apr 15 14:53:05 UTC 2015 - coolo@suse.com
|
|
|
|
|
|
|
|
- updated to 0.021
|
|
|
|
see /usr/share/doc/packages/perl-Test-Warnings/Changes
|
|
|
|
|
|
|
|
0.021 2015-03-21 18:48:27Z
|
|
|
|
- add a x_breaks entry for conflicting versions of File::pushd which
|
|
|
|
inadvertently call our exported warnings() rather than invoking
|
|
|
|
warnings.pm, and documented this undesired interaction
|
|
|
|
|
|
|
|
0.020 2015-01-03 20:32:21Z
|
|
|
|
- re-release to fix problematic $VERSION declaration (RT#101239)
|
|
|
|
|
|
|
|
0.019 2014-12-18 20:07:02Z
|
|
|
|
- fix test to allow for special characters (e.g. MSWin32 file
|
|
|
|
separators) in filenames (A. Sinan Unur, PR#7)
|
|
|
|
|
|
|
|
0.018 2014-12-17 18:17:30Z
|
|
|
|
- fix test to not depend on message formatting changes in newer Carp
|
|
|
|
|
|
|
|
0.017 2014-12-16 20:17:22Z
|
|
|
|
- handle other warning handlers passing us partial warning messages
|
|
|
|
by re-adding the source file and line number
|
|
|
|
|
2014-07-28 07:31:53 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon Jul 28 05:30:44 UTC 2014 - coolo@suse.com
|
|
|
|
|
|
|
|
- updated to 0.016
|
|
|
|
- fix prereq problem with last release - now no longer testing the
|
|
|
|
example scripts for user installs
|
|
|
|
|
|
|
|
0.015 2014-06-20 03:36:33Z
|
|
|
|
- adjusted packaging and tests to become perl-5.6 friendly,
|
|
|
|
including only using core or dual-lifed prerequisites
|
|
|
|
|
|
|
|
0.014 2014-03-01 22:08:26Z
|
|
|
|
- fix test that was failing when FOO or BAR environment variables
|
|
|
|
were set (RT#93447)
|
|
|
|
|
|
|
|
0.013 2013-12-14 21:26:06Z
|
|
|
|
- update configure_requires checking in Makefile.PL
|
|
|
|
|
2013-11-25 13:08:34 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon Nov 25 07:38:08 UTC 2013 - coolo@suse.com
|
|
|
|
|
|
|
|
- updated to 0.012
|
|
|
|
- re-release to fix t/00-report-prereqs.t use of
|
|
|
|
CPAN::Meta::Requirements
|
|
|
|
- unnecessary tests removed; CONTRIBUTING file added
|
|
|
|
|
2013-10-04 20:14:50 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Fri Oct 4 09:14:24 UTC 2013 - coolo@suse.com
|
|
|
|
|
|
|
|
- updated to 0.010
|
|
|
|
- re-release with fixed compile test
|
|
|
|
- fixed error in synopsis (we do not export anything by default)
|
|
|
|
- a caveat added to the documentation regarding embedding warning
|
|
|
|
checks inside another sub (this is for you, ribasushi!!!)
|
|
|
|
- ':no_end_test' now also covers side effects of done_testing, as
|
|
|
|
well as END blocks, making it possible to use the warning(s) subs
|
|
|
|
without having an end warning test while using done_testing
|
|
|
|
(necessary when combining with the 'if' pragma)
|
|
|
|
|
2013-08-05 15:18:21 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon Aug 5 13:17:56 UTC 2013 - coolo@suse.com
|
|
|
|
|
|
|
|
- fix usage of Module::Build::Tiny
|
|
|
|
|
2013-07-27 14:03:33 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Sat Jul 27 11:58:35 UTC 2013 - coolo@suse.com
|
|
|
|
|
|
|
|
- updated to 0.008
|
|
|
|
- compile test updated, to hopefully fix mswin32 parsing issues
|
|
|
|
- fix subtest tests to work on Test::More before 0.95_01
|
|
|
|
(RT#86802)
|
|
|
|
- remove use of Class::Method::Modifiers
|
|
|
|
- new feature: warnings { code } and warning { code }, for capturing
|
|
|
|
the contents of warnings for subsequent testing
|
|
|
|
|
2013-06-04 13:10:35 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue Jun 4 11:10:31 UTC 2013 - coolo@suse.com
|
|
|
|
|
|
|
|
- initial package 0.004
|
|
|
|
* created by cpanspec 1.78.06
|
|
|
|
|