diff --git a/Test-Exception-0.25.tar.bz2 b/Test-Exception-0.25.tar.bz2 deleted file mode 100644 index 87f3ccf..0000000 --- a/Test-Exception-0.25.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:11c15e8c2db6e921bde611243740bd8c26f195ffc23f51cf7cdf801b8d156a61 -size 11039 diff --git a/Test-Exception-0.26.tar.bz2 b/Test-Exception-0.26.tar.bz2 new file mode 100644 index 0000000..d20361e --- /dev/null +++ b/Test-Exception-0.26.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cd64458b05d89d9e1408f3816a3a22fc3450077b0c1e7f77af4ea59aa904adb1 +size 12447 diff --git a/perl-Test-Exception.changes b/perl-Test-Exception.changes index 55ee771..f89463d 100644 --- a/perl-Test-Exception.changes +++ b/perl-Test-Exception.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Thu Dec 13 14:27:59 CET 2007 - anicka@suse.cz + +- update to 0.26 + * Added some more exposition on the usage of dies_ok() and + lives_ok() for those who found them confusing. Also reordered + presentation of docs so more specific throws_ok() comes first. + * Some misc. documentation tweaks. + * Added some tests for RT#24678, but not actually fixed them yet + * Added comment in docs about T::E not catching exit() in eval() + blocks + ------------------------------------------------------------------- Thu Jun 14 18:17:42 CEST 2007 - anicka@suse.cz diff --git a/perl-Test-Exception.spec b/perl-Test-Exception.spec index 5516d22..d918b68 100644 --- a/perl-Test-Exception.spec +++ b/perl-Test-Exception.spec @@ -1,5 +1,5 @@ # -# spec file for package perl-Test-Exception (Version 0.25 ) +# spec file for package perl-Test-Exception (Version 0.26 ) # # Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany. # This file and all modifications and additions to the pristine @@ -12,14 +12,14 @@ Name: perl-Test-Exception BuildRequires: perl-Sub-Uplevel -Version: 0.25 +Version: 0.26 Release: 1 Requires: perl = %{perl_version} Requires: perl-Sub-Uplevel -Autoreqprov: on +AutoReqProv: on Group: Development/Libraries/Perl License: Artistic License -URL: http://cpan.org/modules/by-module/Test/ +Url: http://cpan.org/modules/by-module/Test/ Summary: Test::Exception - Test exception based code Source: Test-Exception-%{version}.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -63,5 +63,14 @@ rm -rf $RPM_BUILD_ROOT %{perl_vendorarch}/auto/Test/Exception/ %changelog +* Thu Dec 13 2007 - anicka@suse.cz +- update to 0.26 + * Added some more exposition on the usage of dies_ok() and + lives_ok() for those who found them confusing. Also reordered + presentation of docs so more specific throws_ok() comes first. + * Some misc. documentation tweaks. + * Added some tests for RT#24678, but not actually fixed them yet + * Added comment in docs about T::E not catching exit() in eval() + blocks * Thu Jun 14 2007 - anicka@suse.cz - package created (version 0.25)