Logoj0ke.net Open Build Service > Projects > server:monitoring > nagios-plugins-nwc-health > Binaries > nagios-plugins-nwc-health-8... > Dependencies
Sign Up | Log In

Dependency of nagios-plugins-nwc-health-8.0-1.1.src.rpm

Name: perl-Exception-Base

Project: openSUSE_13.2

Repository: oss

Title: Lightweight exceptions

Description:
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 increased for debugging purposes.

The features of 'Exception::Base':

* *

fast implementation of the exception class

* *

fully OO without closures and source code filtering

* *

does not mess with '$SIG{__DIE__}' and '$SIG{__WARN__}'

* *

no external run-time modules dependencies, requires core Perl modules
only

* *

the default behavior of exception class can be changed globally or just
for the thrown exception

* *

matching the exception by class, message or other attributes

* *

matching with string, regex or closure function

* *

creating automatically the derived exception classes (the perlfunc/use
manpage interface)

* *

easily expendable, see the Exception::System manpage class for example

* *

prints just an error message or dumps full stack trace

* *

can propagate (rethrow) an exception

* *

can ignore some packages for stack trace output

* *

some defaults (i.e. verbosity) can be different for different exceptions

Version: 0.25

Release: 4.1.3

Architecture: noarch

Size: 47.5 KB

Build Time: 2014-10-06 16:44:26 +0200 (over 9 years ago)

Provides

Symbol Required by
perl(Exception::Base) = 0.25 perl-Test-Assert
perl-Exception-Base = 0.25-...

Requires

Symbol Provided by
perl(:MODULE_COMPAT_5.20.1) perl