Update to 0.013

- New upstream release 0.013
  - Update configure_requires checking in Makefile.PL
This commit is contained in:
Paul Howarth 2013-12-16 12:17:56 +00:00
parent 69cb8527ae
commit 95673349e9
2 changed files with 8 additions and 4 deletions

View File

@ -1,5 +1,5 @@
Name: perl-Test-Warnings
Version: 0.012
Version: 0.013
Release: 1%{?dist}
Summary: Test for warnings and the lack of them
License: GPL+ or Artistic
@ -16,9 +16,9 @@ BuildRequires: perl(parent)
BuildRequires: perl(strict)
BuildRequires: perl(warnings)
# Test Suite
BuildRequires: perl(CPAN::Meta)
BuildRequires: perl(CPAN::Meta::Requirements)
BuildRequires: perl(ExtUtils::MakeMaker)
BuildRequires: perl(File::Spec)
BuildRequires: perl(File::Spec::Functions)
BuildRequires: perl(if)
BuildRequires: perl(List::Util)
@ -64,11 +64,15 @@ perl Build.PL --installdirs=vendor
./Build test
%files
%doc Changes CONTRIBUTING LICENSE README examples/
%doc Changes CONTRIBUTING LICENSE README README.md examples/
%{perl_vendorlib}/Test/
%{_mandir}/man3/Test::Warnings.3pm*
%changelog
* Mon Dec 16 2013 Paul Howarth <paul@city-fan.org> - 0.013-1
- Update to 0.013
- Update configure_requires checking in Makefile.PL
* Mon Oct 14 2013 Paul Howarth <paul@city-fan.org> - 0.012-1
- Update to 0.012
- Re-release to fix t/00-report-prereqs.t use of CPAN::Meta::Requirements

View File

@ -1 +1 @@
5da27c3b25461a5fbec5a7cb90b9803c Test-Warnings-0.012.tar.gz
417033144b2fc373830a3547e9f96fab Test-Warnings-0.013.tar.gz