forked from pool/perl-Error
This commit is contained in:
parent
275f608d60
commit
74abfbe55b
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:5c0e957893a8f0b2188745e2c7da05a76279e3169dc392c5b718c4832cb451a3
|
|
||||||
size 15864
|
|
3
Error-0.17015.tar.bz2
Normal file
3
Error-0.17015.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:7285dd45ad0fe2c4b6e34500a0ba4df73dae374d0a0a233911543a782b41787d
|
||||||
|
size 16155
|
@ -1,3 +1,11 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Sep 10 17:01:50 CEST 2008 - anicka@suse.cz
|
||||||
|
|
||||||
|
- update to 0.17015
|
||||||
|
* Added the "SEE ALSO" section to the Error.pm POD mentioning
|
||||||
|
Exception::Class and Error::Exception.
|
||||||
|
* Made Makefile.PL require perl-5.6.0 and above.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Jul 24 17:12:45 CEST 2008 - anicka@suse.cz
|
Thu Jul 24 17:12:45 CEST 2008 - anicka@suse.cz
|
||||||
|
|
||||||
|
@ -1,10 +1,17 @@
|
|||||||
#
|
#
|
||||||
# spec file for package perl-Error (Version 0.17012 )
|
# spec file for package perl-Error (Version 0.17015 )
|
||||||
#
|
#
|
||||||
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
# This file and all modifications and additions to the pristine
|
|
||||||
# package are under the same license as the package itself.
|
|
||||||
#
|
#
|
||||||
|
# All modifications and additions to the file contributed by third parties
|
||||||
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
|
# upon. The license for this file, and modifications and additions to the
|
||||||
|
# file, is the same license as for the pristine package itself (unless the
|
||||||
|
# license for the pristine package is not an Open Source License, in which
|
||||||
|
# case the license is the MIT License). An "Open Source License" is a
|
||||||
|
# license that conforms to the Open Source Definition (Version 1.9)
|
||||||
|
# published by the Open Source Initiative.
|
||||||
|
|
||||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||||
#
|
#
|
||||||
|
|
||||||
@ -13,8 +20,8 @@
|
|||||||
|
|
||||||
Name: perl-Error
|
Name: perl-Error
|
||||||
Summary: Object oriented style error/exception handling
|
Summary: Object oriented style error/exception handling
|
||||||
Version: 0.17012
|
Version: 0.17015
|
||||||
Release: 2
|
Release: 1
|
||||||
Requires: perl = %{perl_version}
|
Requires: perl = %{perl_version}
|
||||||
BuildRequires: perl-Test-Pod-Coverage
|
BuildRequires: perl-Test-Pod-Coverage
|
||||||
AutoReqProv: on
|
AutoReqProv: on
|
||||||
@ -62,6 +69,12 @@ make DESTDIR=$RPM_BUILD_ROOT install_vendor
|
|||||||
%{perl_vendorlib}/Error/Simple.pm
|
%{perl_vendorlib}/Error/Simple.pm
|
||||||
%{perl_vendorarch}/auto/Error
|
%{perl_vendorarch}/auto/Error
|
||||||
/var/adm/perl-modules/*
|
/var/adm/perl-modules/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Sep 10 2008 anicka@suse.cz
|
||||||
|
- update to 0.17015
|
||||||
|
* Added the "SEE ALSO" section to the Error.pm POD mentioning
|
||||||
|
Exception::Class and Error::Exception.
|
||||||
|
* Made Makefile.PL require perl-5.6.0 and above.
|
||||||
* Thu Jul 24 2008 anicka@suse.cz
|
* Thu Jul 24 2008 anicka@suse.cz
|
||||||
- package created (version 0.17012)
|
- package created (version 0.17012)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user