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