liberror-perl

Rating: 
0
No votes yet

Perl module for error/exception handling in an OO-ish way
This module provides two interfaces. Firstly "Error" provides a
procedural interface to exception handling. Secondly "Error" is a
base class for errors/exceptions that can either be thrown, for
subsequent catch, or can simply be recorded.
.
Errors in the class "Error" should not be thrown directly, but the
user should throw errors from a sub-class of "Error".

Application versions: 
AttachmentSizeDate
File liberror-perl_0.17-1_all.deb23.16 KB05/08/2013 - 13:37
Changelog: 

liberror-perl (0.17-1) unstable; urgency=low

* New upstream version (closes: #383606)
* debian/rules: use CURDIR instead of PWD (closes: #390482)
* debian/copyright: update copy of author's copyright
* debian/control: new standards version, debhelper dependency
* lib/Error/Simple.pm: manpage fix to POD