[perl-Test-Exception] Update to 0.38

Paul Howarth pghmcfc at fedoraproject.org
Sun Mar 1 16:46:32 UTC 2015


commit a5383723b0d1987be8f297f7668fe42551a1e8c3
Author: Paul Howarth <paul at city-fan.org>
Date:   Sun Mar 1 16:45:50 2015 +0000

    Update to 0.38
    
    - New upstream release 0.38
      - Distribution is now managed by ExtUtils::MakeMaker (CPAN RT#102054)
      - Fixed repository link in metadata
    - This release by ETHER → update source URL

 perl-Test-Exception.spec | 13 ++++++++++---
 sources                  |  2 +-
 2 files changed, 11 insertions(+), 4 deletions(-)
---
diff --git a/perl-Test-Exception.spec b/perl-Test-Exception.spec
index 33712e8..2745e1a 100644
--- a/perl-Test-Exception.spec
+++ b/perl-Test-Exception.spec
@@ -1,10 +1,10 @@
 Name:           perl-Test-Exception
-Version:        0.36
+Version:        0.38
 Release:        1%{?dist}
 Summary:        Library of test functions for exception based Perl code
 License:        GPL+ or Artistic
 URL:            http://search.cpan.org/dist/Test-Exception/
-Source0:        http://search.cpan.org/CPAN/authors/id/E/EX/EXODIST/Test-Exception-%{version}.tar.gz
+Source0:        http://search.cpan.org/CPAN/authors/id/E/ET/ETHER/Test-Exception-%{version}.tar.gz
 BuildArch:      noarch
 # Module Build
 BuildRequires:  perl
@@ -24,6 +24,7 @@ BuildRequires:  perl(Test::Harness)
 BuildRequires:  perl(Test::More)
 # Runtime
 Requires:       perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
+Requires:       perl(Carp)
 
 # Avoid bogus perl(DB) provide
 %{?perl_default_filter}
@@ -52,11 +53,17 @@ find %{buildroot} -type f -name .packlist -exec rm -f {} ';'
 make test
 
 %files
-%doc Changes README
+%doc Changes
 %{perl_vendorlib}/Test/
 %{_mandir}/man3/Test::Exception.3*
 
 %changelog
+* Sun Mar  1 2015 Paul Howarth <paul at city-fan.org> - 0.38-1
+- Update to 0.38
+  - Distribution is now managed by ExtUtils::MakeMaker (CPAN RT#102054)
+  - Fixed repository link in metadata
+- This release by ETHER → update source URL
+
 * Fri Jan  9 2015 Paul Howarth <paul at city-fan.org> - 0.36-1
 - Update to 0.36
   - Fix bug when Test::More has been downgraded
diff --git a/sources b/sources
index 3eced1c..6e94ef6 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-778c498989fdfb8b5cf5b37bd41fb7ab  Test-Exception-0.36.tar.gz
+12b8c744ea5caad443b8dee31be16859  Test-Exception-0.38.tar.gz



More information about the perl-devel mailing list