- 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
This commit is contained in:
Stephan Kulow 2012-02-20 08:57:11 +00:00 committed by Git OBS Bridge
parent 13aba5a50b
commit e7782db5e8
4 changed files with 18 additions and 11 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:f808ae0ba90bbb83ef0de0fccdaa7c82dc95f161b2ee333098e9f40b8d06f4a9
size 18007

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:638a57658cb119af1fe5b15e73d47c2544dcfef84af0c6b1b2e97f08202b686c
size 18204

View File

@ -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

View File

@ -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