diff --git a/perl-Test-Warnings.spec b/perl-Test-Warnings.spec index 208c120..44eaf56 100644 --- a/perl-Test-Warnings.spec +++ b/perl-Test-Warnings.spec @@ -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 - 0.013-1 +- Update to 0.013 + - Update configure_requires checking in Makefile.PL + * Mon Oct 14 2013 Paul Howarth - 0.012-1 - Update to 0.012 - Re-release to fix t/00-report-prereqs.t use of CPAN::Meta::Requirements diff --git a/sources b/sources index 0730039..89fd1df 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -5da27c3b25461a5fbec5a7cb90b9803c Test-Warnings-0.012.tar.gz +417033144b2fc373830a3547e9f96fab Test-Warnings-0.013.tar.gz