The devel/p5-Error port
p5-Error-0.17029 – error/exception handling in an OO-ish way (cvsweb github mirror)
Description
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.WWW: https://metacpan.org/release/Error
Maintainer
The OpenBSD ports mailing-list
Categories
Build dependencies
Test dependencies
Reverse dependencies
Files
- /usr/local/libdata/perl5/site_perl/Error.pm
- /usr/local/libdata/perl5/site_perl/Error/
- /usr/local/libdata/perl5/site_perl/Error/Simple.pm
- /usr/local/man/man3p/Error.3p
- /usr/local/man/man3p/Error::Simple.3p
- /usr/local/share/examples/p5-Error/
- /usr/local/share/examples/p5-Error/example.pl
- /usr/local/share/examples/p5-Error/next-in-loop/
- /usr/local/share/examples/p5-Error/next-in-loop/Error.pm-eval.pl
- /usr/local/share/examples/p5-Error/next-in-loop/Error.pm-next-label.pl
- /usr/local/share/examples/p5-Error/next-in-loop/Error.pm-next-out-of-catch.pl
- /usr/local/share/examples/p5-Error/next-in-loop/Error.pm-next.pl
- /usr/local/share/examples/p5-Error/next-in-loop/README
- /usr/local/share/examples/p5-Error/warndie.pl