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
This commit is contained in:
Paul Howarth 2015-03-01 16:45:50 +00:00
parent b8a9401d44
commit a5383723b0
2 changed files with 11 additions and 4 deletions

View File

@ -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@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@city-fan.org> - 0.36-1
- Update to 0.36
- Fix bug when Test::More has been downgraded

View File

@ -1 +1 @@
778c498989fdfb8b5cf5b37bd41fb7ab Test-Exception-0.36.tar.gz
12b8c744ea5caad443b8dee31be16859 Test-Exception-0.38.tar.gz