Accepting request 49166 from devel:languages:perl

Copy from devel:languages:perl/perl-Test-NoWarnings based on submit request 49166 from user coolo

OBS-URL: https://build.opensuse.org/request/show/49166
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Test-NoWarnings?expand=0&rev=8
This commit is contained in:
OBS User autobuild 2010-09-27 14:04:48 +00:00 committed by Git OBS Bridge
parent d7df014e11
commit d01af8468f
4 changed files with 19 additions and 7 deletions

View File

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

View File

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

View File

@ -1,3 +1,15 @@
-------------------------------------------------------------------
Mon Sep 13 12:51:49 UTC 2010 - lars@linux-schulserver.de
- update to 1.02:
+ Remove the need for a private variable when detecting
Devel::StackTrace support
+ Don't import unused functions from Carp or Test::Builder
+ Minor documentation tweaks
+ Correct the repository metadata in META.yml
+ Minor cleanups in the eumm-update generated code
+ Added a dedicated compile test
-------------------------------------------------------------------
Sun Jan 10 15:43:32 CET 2010 - jengelh@medozas.de

View File

@ -1,5 +1,5 @@
#
# spec file for package perl-Test-NoWarnings (Version 0.084)
# spec file for package perl-Test-NoWarnings (Version 1.02)
#
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
@ -21,8 +21,8 @@
Name: perl-Test-NoWarnings
%define cpan_name %( echo %{name} | %{__sed} -e 's,perl-,,' )
Summary: Make sure you didn't emit any warnings while testing
Version: 0.084
Release: 3
Version: 1.02
Release: 1
License: Artistic
Group: Development/Libraries/Perl
Url: http://search.cpan.org/perldoc?Test::NoWarnings
@ -71,6 +71,6 @@ CFLAGS="$RPM_OPT_FLAGS" perl Makefile.PL
%files -f %{name}.files
# normally you only need to check for doc files
%defattr(-,root,root)
%doc CHANGES README
%doc Changes LICENSE README
%changelog