Info3: <<
Package: exception-base-pm%type_pkg[perl]
Version: 0.25.01
Revision: 1
Depends: <<
  test-unit-lite-pm%type_pkg[perl],
  perl%type_pkg[perl]-core,
<<
Source: mirror:cpan:authors/id/D/DE/DEXTER/Exception-Base-0.2501.tar.gz
Source-Checksum: SHA256(5723dd78f4ac0b4d262a05ea46af663ea00d8096b2e9c0a43515c210760e1e75)
Type: perl (5.16.2 5.18.2 5.18.4 5.28.2 5.30.2 5.30.3)
Distribution: <<
	(%type_pkg[perl] = 5162) 10.9,
	(%type_pkg[perl] = 5162) 10.10,
	(%type_pkg[perl] = 5162) 10.11,
	(%type_pkg[perl] = 5162) 10.12,
	(%type_pkg[perl] = 5162) 10.13
<<
UpdatePOD: true
DocFiles: Changes README
InstallScript: <<
  %{default_script}
  mv %i/share/man %i/lib/perl5/%type_raw[perl]
<<
Description: Lightweight exceptions
DescDetail: <<
This class implements a fully OO exception mechanism similar to
Exception::Class or Class::Throwable. 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 ("use" in
  perlfunc interface)

* easily expendable, see Exception::System 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
<<
License: Artistic
Maintainer: Jesse Alama <jesse.alama@gmail.com>
Homepage: https://metacpan.org/dist/Exception-Base
<<