Update to 1.000027

- New upstream release 1.000027
  - Work around issues with an unconfigured Log::Contextual
  - Allow tests to pass in a perl with no taint support
This commit is contained in:
Paul Howarth 2015-04-11 19:50:55 +01:00
parent c175a764b2
commit 42402313cd
2 changed files with 8 additions and 2 deletions

View File

@ -1,5 +1,5 @@
Name: perl-Module-Metadata
Version: 1.000026
Version: 1.000027
Release: 1%{?dist}
Summary: Gather package and POD information from perl module files
License: GPL+ or Artistic
@ -18,6 +18,7 @@ BuildRequires: perl(strict)
BuildRequires: perl(version) >= 0.87
BuildRequires: perl(warnings)
# Regular test suite
BuildRequires: perl(Config)
BuildRequires: perl(Cwd)
BuildRequires: perl(Data::Dumper)
BuildRequires: perl(File::Basename)
@ -60,6 +61,11 @@ make test
%{_mandir}/man3/Module::Metadata.3*
%changelog
* Sat Apr 11 2015 Paul Howarth <paul@city-fan.org> - 1.000027-1
- Update to 1.000027
- Work around issues with an unconfigured Log::Contextual
- Allow tests to pass in a perl with no taint support
* Fri Jan 30 2015 Paul Howarth <paul@city-fan.org> - 1.000026-1
- Update to 1.000026
- Patched tests to be less noisy in blead builds (CPAN RT#101491)

View File

@ -1 +1 @@
5b6d275687106f1cb5b71ab4b03efcd3 Module-Metadata-1.000026.tar.gz
a0bf9b900dfd49c57702de3ee3801d42 Module-Metadata-1.000027.tar.gz