[perl-Test-API] Update to 0.005

Paul Howarth pghmcfc at fedoraproject.org
Thu Apr 24 18:05:11 UTC 2014


commit 23316d40d2c6886866bd35a1a8bf696088c56f78
Author: Paul Howarth <paul at city-fan.org>
Date:   Thu Apr 24 19:04:34 2014 +0100

    Update to 0.005
    
    - New upstream release 0.005
      - Common methods treated as private (e.g. AUTOLOAD, BUILD) are ignored

 perl-Test-API.spec |    9 +++++++--
 sources            |    2 +-
 2 files changed, 8 insertions(+), 3 deletions(-)
---
diff --git a/perl-Test-API.spec b/perl-Test-API.spec
index a034a99..0140a34 100644
--- a/perl-Test-API.spec
+++ b/perl-Test-API.spec
@@ -1,12 +1,13 @@
 Name:		perl-Test-API
-Version:	0.004
-Release:	2%{?dist}
+Version:	0.005
+Release:	1%{?dist}
 Summary:	Test a list of subroutines provided by a module
 License:	ASL 2.0
 URL:		http://search.cpan.org/dist/Test-API/
 Source0:	http://search.cpan.org/CPAN/authors/id/D/DA/DAGOLDEN/Test-API-%{version}.tar.gz
 BuildArch:	noarch
 # Module Build
+BuildRequires:	perl
 BuildRequires:	perl(ExtUtils::MakeMaker) >= 6.17
 # Module Runtime
 BuildRequires:	perl(strict)
@@ -56,6 +57,10 @@ make test
 %{_mandir}/man3/Test::API.3pm*
 
 %changelog
+* Thu Apr 24 2014 Paul Howarth <paul at city-fan.org> - 0.005-1
+- Update to 0.005
+  - Common methods treated as private (e.g. AUTOLOAD, BUILD) are ignored
+
 * Mon Mar 17 2014 Paul Howarth <paul at city-fan.org> - 0.004-2
 - Sanitize for Fedora submission
 
diff --git a/sources b/sources
index b6ede39..3044dd8 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-ed2abb463dd6448fdf9d949d975903cb  Test-API-0.004.tar.gz
+4cc7dc3f5a60e9100cf165a2bbb6eaee  Test-API-0.005.tar.gz



More information about the perl-devel mailing list