Update to 0.010

- New upstream release 0.010:
  - Avoid tickling an overloading bug in perl 5.6 during testing
    (CPAN RT#74847)
This commit is contained in:
Paul Howarth 2012-02-16 19:11:45 +00:00
parent 1c9b99ed9f
commit 12457f78f4
2 changed files with 7 additions and 2 deletions

View File

@ -1,6 +1,6 @@
Summary: Incredibly simple helpers for testing code with exceptions Summary: Incredibly simple helpers for testing code with exceptions
Name: perl-Test-Fatal Name: perl-Test-Fatal
Version: 0.009 Version: 0.010
Release: 1%{?dist} Release: 1%{?dist}
License: GPL+ or Artistic License: GPL+ or Artistic
Group: Development/Libraries Group: Development/Libraries
@ -55,6 +55,11 @@ rm -rf %{buildroot}
%{_mandir}/man3/Test::Fatal.3pm* %{_mandir}/man3/Test::Fatal.3pm*
%changelog %changelog
* Thu Feb 16 2012 Paul Howarth <paul@city-fan.org> 0.010-1
- Update to 0.010
- Avoid tickling an overloading bug in perl 5.6 during testing
(CPAN RT#74847)
* Fri Feb 10 2012 Paul Howarth <paul@city-fan.org> 0.009-1 * Fri Feb 10 2012 Paul Howarth <paul@city-fan.org> 0.009-1
- Update to 0.009 - Update to 0.009
- Advise against using isnt(exception{...},undef) - Advise against using isnt(exception{...},undef)

View File

@ -1 +1 @@
d120fa7df76d287080b7e47134159144 Test-Fatal-0.009.tar.gz d8052d4160e8d999cbeb574592f26541 Test-Fatal-0.010.tar.gz