Package: error-pm Version: 0.17.008 Revision: 1 Description: Perl module for error/exception handling Type: perl License: Artistic Maintainer: Christian Schaffner # Unpack Phase: Source: mirror:cpan:authors/id/S/SH/SHLOMIF/Error-0.17008.tar.gz Source-MD5: 647134e1aeb5893a4d08d711c858308b # Install Phase: UpdatePOD: true DocFiles: ChangeLog MANIFEST README # Additional Data: DescDetail: << The Error package 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 << Homepage: http://search.cpan.org/dist/Error