Update to 1.000019

- New upstream release 1.000019
  - Warnings now disabled inside during the evaluation of generated version sub
    (CPAN RT#89282)
- BR: perl(Config), perl(File::Basename) and perl(IO::File) for the test suite
This commit is contained in:
Paul Howarth 2013-10-06 20:39:16 +01:00
parent 7e4bd58325
commit 95b169bd4b
2 changed files with 12 additions and 3 deletions

View File

@ -1,5 +1,5 @@
Name: perl-Module-Metadata
Version: 1.000018
Version: 1.000019
Release: 1%{?dist}
Summary: Gather package and POD information from perl module files
License: GPL+ or Artistic
@ -19,11 +19,14 @@ BuildRequires: perl(vars)
BuildRequires: perl(version) >= 0.87
BuildRequires: perl(warnings)
# Regular test suite
BuildRequires: perl(Config)
BuildRequires: perl(Cwd)
BuildRequires: perl(Data::Dumper)
BuildRequires: perl(Exporter)
BuildRequires: perl(File::Temp)
BuildRequires: perl(File::Basename)
BuildRequires: perl(File::Path)
BuildRequires: perl(File::Temp)
BuildRequires: perl(IO::File)
BuildRequires: perl(lib)
BuildRequires: perl(Test::More)
# Release tests
@ -62,6 +65,12 @@ make test TEST_FILES="xt/*.t"
%{_mandir}/man3/Module::Metadata.3pm*
%changelog
* Sun Oct 6 2013 Paul Howarth <paul@city-fan.org> - 1.000019-1
- Update to 1.000019
- Warnings now disabled inside during the evaluation of generated version sub
(CPAN RT#89282)
- BR: perl(Config), perl(File::Basename) and perl(IO::File) for the test suite
* Wed Sep 11 2013 Paul Howarth <paul@city-fan.org> - 1.000018-1
- Update to 1.000018
- Re-release of de-tainting fix without unstated non-core test dependencies

View File

@ -1 +1 @@
36174dd21bf9168e513c7351ef2b9f2b Module-Metadata-1.000018.tar.gz
838ecf97f7daff79e0f81e104a6be823 Module-Metadata-1.000019.tar.gz