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:
parent
c175a764b2
commit
42402313cd
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user