forked from pool/perl-Exception-Base
Accepting request 179131 from devel:languages:perl
- updated to 0.25 * Builds on Perl 5.18.0 with smartmatch operator as an experimental feature. OBS-URL: https://build.opensuse.org/request/show/179131 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Exception-Base?expand=0&rev=4
This commit is contained in:
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:fb2b274bf3d7408857cfce9e52e334490361d29b26eddc892efff338f664977c
|
||||
size 56994
|
3
Exception-Base-0.25.tar.gz
Normal file
3
Exception-Base-0.25.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:1c4ec484ec6154b4b3c477d1ce69f666289fe9b4c2f2318cf742ad2e0cd251e8
|
||||
size 59534
|
@@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Jun 16 06:53:47 UTC 2013 - coolo@suse.com
|
||||
|
||||
- updated to 0.25
|
||||
* Builds on Perl 5.18.0 with smartmatch operator as an experimental feature.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Apr 4 08:38:50 UTC 2011 - coolo@novell.com
|
||||
|
||||
|
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package perl-Exception-Base
|
||||
#
|
||||
# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: perl-Exception-Base
|
||||
Version: 0.2401
|
||||
Version: 0.25
|
||||
Release: 0
|
||||
%define cpan_name Exception-Base
|
||||
Summary: Lightweight exceptions
|
||||
@@ -38,9 +38,16 @@ BuildRequires: perl(Test::Unit::Lite) >= 0.12
|
||||
#BuildRequires: perl(File::Slurp)
|
||||
#BuildRequires: perl(Readonly)
|
||||
#BuildRequires: perl(Test::CheckChanges)
|
||||
#BuildRequires: perl(Test::CPAN::Changes)
|
||||
#BuildRequires: perl(Test::CPAN::Meta)
|
||||
#BuildRequires: perl(Test::DistManifest)
|
||||
#BuildRequires: perl(Test::Distribution)
|
||||
#BuildRequires: perl(Test::EOL)
|
||||
#BuildRequires: perl(Test::Kwalitee)
|
||||
#BuildRequires: perl(Test::NoTabs)
|
||||
#BuildRequires: perl(Test::Perl::Critic)
|
||||
#BuildRequires: perl(Test::Pod) >= 1.14
|
||||
#BuildRequires: perl(Test::Pod::Coverage) >= 1.04
|
||||
#BuildRequires: perl(Test::Signature)
|
||||
#BuildRequires: perl(Test::Spelling)
|
||||
#BuildRequires: perl(Test::Unit::TestCase)
|
||||
@@ -53,7 +60,7 @@ This class implements a fully OO exception mechanism similar to the
|
||||
Exception::Class manpage or the Class::Throwable manpage. It provides a
|
||||
simple interface allowing programmers to declare exception classes. These
|
||||
classes can be thrown and caught. Each uncaught exception prints full stack
|
||||
trace if the default verbosity is uppered for debugging purposes.
|
||||
trace if the default verbosity is increased for debugging purposes.
|
||||
|
||||
The features of 'Exception::Base':
|
||||
|
||||
@@ -94,7 +101,7 @@ The features of 'Exception::Base':
|
||||
|
||||
* *
|
||||
|
||||
easly expendable, see the Exception::System manpage class for example
|
||||
easily expendable, see the Exception::System manpage class for example
|
||||
|
||||
* *
|
||||
|
||||
@@ -128,6 +135,6 @@ The features of 'Exception::Base':
|
||||
|
||||
%files -f %{name}.files
|
||||
%defattr(-,root,root,755)
|
||||
%doc Changes eg Incompatibilities LICENSE README xt
|
||||
%doc Changes examples Incompatibilities LICENSE README README.md
|
||||
|
||||
%changelog
|
||||
|
Reference in New Issue
Block a user