From e7782db5e8fd05ebbf9449f62d53593e4a9cd8b31def1310df6753ba3a6a9861 Mon Sep 17 00:00:00 2001 From: Stephan Kulow Date: Mon, 20 Feb 2012 08:57:11 +0000 Subject: [PATCH] - updated to 1.04 - Added the experimental :early debugging pragma to cause warnings to be emitted immediately. This should stay off otherwise (ADAMK) OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Test-NoWarnings?expand=0&rev=21 --- Test-NoWarnings-1.03.tar.gz | 3 --- Test-NoWarnings-1.04.tar.gz | 3 +++ perl-Test-NoWarnings.changes | 7 +++++++ perl-Test-NoWarnings.spec | 16 ++++++++-------- 4 files changed, 18 insertions(+), 11 deletions(-) delete mode 100644 Test-NoWarnings-1.03.tar.gz create mode 100644 Test-NoWarnings-1.04.tar.gz diff --git a/Test-NoWarnings-1.03.tar.gz b/Test-NoWarnings-1.03.tar.gz deleted file mode 100644 index 561ea31..0000000 --- a/Test-NoWarnings-1.03.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f808ae0ba90bbb83ef0de0fccdaa7c82dc95f161b2ee333098e9f40b8d06f4a9 -size 18007 diff --git a/Test-NoWarnings-1.04.tar.gz b/Test-NoWarnings-1.04.tar.gz new file mode 100644 index 0000000..c79c697 --- /dev/null +++ b/Test-NoWarnings-1.04.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:638a57658cb119af1fe5b15e73d47c2544dcfef84af0c6b1b2e97f08202b686c +size 18204 diff --git a/perl-Test-NoWarnings.changes b/perl-Test-NoWarnings.changes index d89b97d..8192950 100644 --- a/perl-Test-NoWarnings.changes +++ b/perl-Test-NoWarnings.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Mon Feb 20 08:38:18 UTC 2012 - coolo@suse.com + +- updated to 1.04 + - Added the experimental :early debugging pragma to cause warnings + to be emitted immediately. This should stay off otherwise (ADAMK) + ------------------------------------------------------------------- Mon Sep 19 09:22:10 UTC 2011 - coolo@suse.com diff --git a/perl-Test-NoWarnings.spec b/perl-Test-NoWarnings.spec index 44274d1..c2e1b9b 100644 --- a/perl-Test-NoWarnings.spec +++ b/perl-Test-NoWarnings.spec @@ -1,7 +1,7 @@ # # spec file for package perl-Test-NoWarnings # -# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -16,15 +16,15 @@ # - Name: perl-Test-NoWarnings -Version: 1.03 -Release: 1 -License: LGPLv2.1+ +Version: 1.04 +Release: 0 %define cpan_name Test-NoWarnings Summary: Make sure you didn't emit any warnings while testing -Url: http://search.cpan.org/dist/Test-NoWarnings/ +License: LGPL-2.1+ Group: Development/Libraries/Perl +# MANUAL +Url: http://search.cpan.org/dist/Test-NoWarnings/ Source: http://www.cpan.org/authors/id/A/AD/ADAMK/%{cpan_name}-%{version}.tar.gz BuildArch: noarch BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -49,7 +49,7 @@ If some of your tests *are supposed to* produce warnings then you should be capturing and checking them with the Test::Warn manpage, that way the Test::NoWarnings manpage will not see them and so not complain. -The test is run by an END block in Test::NoWarnings. It will not be run +The test is run by an 'END' block in Test::NoWarnings. It will not be run when any forked children exit. %prep @@ -69,6 +69,6 @@ when any forked children exit. %files -f %{name}.files %defattr(-,root,root,755) -%doc Changes LICENSE README +%doc Changes LICENSE MYMETA.json README %changelog