Update to 0.008

- New upstream release 0.008
  - Compile test updated, to hopefully fix mswin32 parsing issues
This commit is contained in:
Paul Howarth 2013-07-15 15:23:14 +01:00
parent 140dd48c37
commit cb57569f85
2 changed files with 7 additions and 3 deletions

View File

@ -1,5 +1,5 @@
Name: perl-Test-Warnings Name: perl-Test-Warnings
Version: 0.007 Version: 0.008
Release: 1%{?dist} Release: 1%{?dist}
Summary: Test for warnings and the lack of them Summary: Test for warnings and the lack of them
License: GPL+ or Artistic License: GPL+ or Artistic
@ -8,7 +8,7 @@ URL: http://search.cpan.org/dist/Test-Warnings
Source0: http://search.cpan.org/CPAN/authors/id/E/ET/ETHER/Test-Warnings-%{version}.tar.gz Source0: http://search.cpan.org/CPAN/authors/id/E/ET/ETHER/Test-Warnings-%{version}.tar.gz
BuildArch: noarch BuildArch: noarch
# Build # Build
BuildRequires: perl(Module::Build::Tiny) >= 0.024 BuildRequires: perl(Module::Build::Tiny) >= 0.025
# Module # Module
BuildRequires: perl(Exporter) BuildRequires: perl(Exporter)
BuildRequires: perl(Test::Builder) BuildRequires: perl(Test::Builder)
@ -68,6 +68,10 @@ perl Build.PL --installdirs=vendor
%{_mandir}/man3/Test::Warnings.3pm* %{_mandir}/man3/Test::Warnings.3pm*
%changelog %changelog
* Mon Jul 15 2013 Paul Howarth <paul@city-fan.org> - 0.008-1
- Update to 0.008
- Compile test updated, to hopefully fix mswin32 parsing issues
* Wed Jul 10 2013 Paul Howarth <paul@city-fan.org> - 0.007-1 * Wed Jul 10 2013 Paul Howarth <paul@city-fan.org> - 0.007-1
- Update to 0.007 - Update to 0.007
- Fix subtest tests to work on Test::More before 0.95_01 (CPAN RT#86802) - Fix subtest tests to work on Test::More before 0.95_01 (CPAN RT#86802)

View File

@ -1 +1 @@
66779108a5c974114f3a6a709270b0a0 Test-Warnings-0.007.tar.gz 06cdfaca3c01b5299852a4d9675b02c2 Test-Warnings-0.008.tar.gz