8
0

- updated to 0.25

* Builds on Perl 5.18.0 with smartmatch operator as an experimental feature.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Exception-Base?expand=0&rev=4
This commit is contained in:
Stephan Kulow
2013-06-16 06:54:39 +00:00
committed by Git OBS Bridge
parent 20521ca530
commit afa2544904
4 changed files with 21 additions and 8 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:fb2b274bf3d7408857cfce9e52e334490361d29b26eddc892efff338f664977c
size 56994

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:1c4ec484ec6154b4b3c477d1ce69f666289fe9b4c2f2318cf742ad2e0cd251e8
size 59534

View File

@@ -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 Mon Apr 4 08:38:50 UTC 2011 - coolo@novell.com

View File

@@ -1,7 +1,7 @@
# #
# spec file for package perl-Exception-Base # 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 # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
Name: perl-Exception-Base Name: perl-Exception-Base
Version: 0.2401 Version: 0.25
Release: 0 Release: 0
%define cpan_name Exception-Base %define cpan_name Exception-Base
Summary: Lightweight exceptions Summary: Lightweight exceptions
@@ -38,9 +38,16 @@ BuildRequires: perl(Test::Unit::Lite) >= 0.12
#BuildRequires: perl(File::Slurp) #BuildRequires: perl(File::Slurp)
#BuildRequires: perl(Readonly) #BuildRequires: perl(Readonly)
#BuildRequires: perl(Test::CheckChanges) #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::Distribution)
#BuildRequires: perl(Test::EOL)
#BuildRequires: perl(Test::Kwalitee) #BuildRequires: perl(Test::Kwalitee)
#BuildRequires: perl(Test::NoTabs)
#BuildRequires: perl(Test::Perl::Critic) #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::Signature)
#BuildRequires: perl(Test::Spelling) #BuildRequires: perl(Test::Spelling)
#BuildRequires: perl(Test::Unit::TestCase) #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 Exception::Class manpage or the Class::Throwable manpage. It provides a
simple interface allowing programmers to declare exception classes. These simple interface allowing programmers to declare exception classes. These
classes can be thrown and caught. Each uncaught exception prints full stack 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': 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 %files -f %{name}.files
%defattr(-,root,root,755) %defattr(-,root,root,755)
%doc Changes eg Incompatibilities LICENSE README xt %doc Changes examples Incompatibilities LICENSE README README.md
%changelog %changelog