Update to 0.013
- New upstream release 0.013 - Update configure_requires checking in Makefile.PL
This commit is contained in:
parent
69cb8527ae
commit
95673349e9
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user