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:
parent
1c9b99ed9f
commit
12457f78f4
@ -1,6 +1,6 @@
|
||||
Summary: Incredibly simple helpers for testing code with exceptions
|
||||
Name: perl-Test-Fatal
|
||||
Version: 0.009
|
||||
Version: 0.010
|
||||
Release: 1%{?dist}
|
||||
License: GPL+ or Artistic
|
||||
Group: Development/Libraries
|
||||
@ -55,6 +55,11 @@ rm -rf %{buildroot}
|
||||
%{_mandir}/man3/Test::Fatal.3pm*
|
||||
|
||||
%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
|
||||
- Update to 0.009
|
||||
- Advise against using isnt(exception{...},undef)
|
||||
|
Loading…
Reference in New Issue
Block a user