OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Test-Exception?expand=0&rev=2
This commit is contained in:
parent
b837d34e01
commit
979ca29fa1
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:11c15e8c2db6e921bde611243740bd8c26f195ffc23f51cf7cdf801b8d156a61
|
|
||||||
size 11039
|
|
3
Test-Exception-0.26.tar.bz2
Normal file
3
Test-Exception-0.26.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:cd64458b05d89d9e1408f3816a3a22fc3450077b0c1e7f77af4ea59aa904adb1
|
||||||
|
size 12447
|
@ -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
|
Thu Jun 14 18:17:42 CEST 2007 - anicka@suse.cz
|
||||||
|
|
||||||
|
@ -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.
|
# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
# This file and all modifications and additions to the pristine
|
# This file and all modifications and additions to the pristine
|
||||||
@ -12,14 +12,14 @@
|
|||||||
|
|
||||||
Name: perl-Test-Exception
|
Name: perl-Test-Exception
|
||||||
BuildRequires: perl-Sub-Uplevel
|
BuildRequires: perl-Sub-Uplevel
|
||||||
Version: 0.25
|
Version: 0.26
|
||||||
Release: 1
|
Release: 1
|
||||||
Requires: perl = %{perl_version}
|
Requires: perl = %{perl_version}
|
||||||
Requires: perl-Sub-Uplevel
|
Requires: perl-Sub-Uplevel
|
||||||
Autoreqprov: on
|
AutoReqProv: on
|
||||||
Group: Development/Libraries/Perl
|
Group: Development/Libraries/Perl
|
||||||
License: Artistic License
|
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
|
Summary: Test::Exception - Test exception based code
|
||||||
Source: Test-Exception-%{version}.tar.bz2
|
Source: Test-Exception-%{version}.tar.bz2
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
@ -63,5 +63,14 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{perl_vendorarch}/auto/Test/Exception/
|
%{perl_vendorarch}/auto/Test/Exception/
|
||||||
|
|
||||||
%changelog
|
%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
|
* Thu Jun 14 2007 - anicka@suse.cz
|
||||||
- package created (version 0.25)
|
- package created (version 0.25)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user