[perl-Module-Metadata] Update to 1.000019

Paul Howarth pghmcfc at fedoraproject.org
Sun Oct 6 19:40:20 UTC 2013


commit 95b169bd4b76dda8d9056290ca313dc33e8ef6dd
Author: Paul Howarth <paul at city-fan.org>
Date:   Sun Oct 6 20:39:16 2013 +0100

    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

 perl-Module-Metadata.spec |   13 +++++++++++--
 sources                   |    2 +-
 2 files changed, 12 insertions(+), 3 deletions(-)
---
diff --git a/perl-Module-Metadata.spec b/perl-Module-Metadata.spec
index 19f6970..809b762 100644
--- a/perl-Module-Metadata.spec
+++ b/perl-Module-Metadata.spec
@@ -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 at 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 at city-fan.org> - 1.000018-1
 - Update to 1.000018
   - Re-release of de-tainting fix without unstated non-core test dependencies
diff --git a/sources b/sources
index 00a0258..df414a8 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-36174dd21bf9168e513c7351ef2b9f2b  Module-Metadata-1.000018.tar.gz
+838ecf97f7daff79e0f81e104a6be823  Module-Metadata-1.000019.tar.gz



More information about the perl-devel mailing list