diff --git a/perl-Test-Fatal.spec b/perl-Test-Fatal.spec index 5141bd8..b0d8de7 100644 --- a/perl-Test-Fatal.spec +++ b/perl-Test-Fatal.spec @@ -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 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 0.009-1 - Update to 0.009 - Advise against using isnt(exception{...},undef) diff --git a/sources b/sources index acbd318..cf9460d 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -d120fa7df76d287080b7e47134159144 Test-Fatal-0.009.tar.gz +d8052d4160e8d999cbeb574592f26541 Test-Fatal-0.010.tar.gz