Update to 0.36

- New upstream release 0.36
  - Fix bug when Test::More has been downgraded
This commit is contained in:
Paul Howarth 2015-01-09 13:41:40 +00:00
parent d0ab39c078
commit b8a9401d44
2 changed files with 8 additions and 3 deletions

View File

@ -1,5 +1,5 @@
Name: perl-Test-Exception
Version: 0.35
Version: 0.36
Release: 1%{?dist}
Summary: Library of test functions for exception based Perl code
License: GPL+ or Artistic
@ -25,6 +25,7 @@ BuildRequires: perl(Test::More)
# Runtime
Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
# Avoid bogus perl(DB) provide
%{?perl_default_filter}
%description
@ -53,9 +54,13 @@ make test
%files
%doc Changes README
%{perl_vendorlib}/Test/
%{_mandir}/man3/Test::Exception.3pm*
%{_mandir}/man3/Test::Exception.3*
%changelog
* 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
* Tue Sep 23 2014 Paul Howarth <paul@city-fan.org> - 0.35-1
- Update to 0.35
- Fix a bug when Test::Builder isn't new (better version)

View File

@ -1 +1 @@
d774ff26e5fcd67d6364a990b61e62ca Test-Exception-0.35.tar.gz
778c498989fdfb8b5cf5b37bd41fb7ab Test-Exception-0.36.tar.gz