Name : perl-failures
| |
Version : 0.004
| Vendor : obs://build_opensuse_org/devel:languages:perl
|
Release : 2.67
| Date : 2024-08-05 18:56:58
|
Group : Development/Libraries/Perl
| Source RPM : perl-failures-0.004-2.67.src.rpm
|
Size : 0.04 MB
| |
Packager : (none)
| |
Summary : Minimalist exception hierarchy generator
|
Description :
This module lets you define an exception hierarchy quickly and simply.
Here were my design goals:
* *
minimalist interface
* *
80% of features in 20% of lines of code
* *
depend only on core modules (nearly achieved)
* *
support hierarchical error types
* *
identify errors types by name (class) not by parsing strings
* *
leave (possibly expensive) trace decisions to the thrower
Currently, \'failures\' is implemented in under 70 lines of code.
Failure objects are implemented with the Class::Tiny manpage to allow easy subclassing (see the custom::failures manpage), but \'Class::Tiny\' only requires core modules, so other than that exception, the \'core only\' goal is achieved.
|
RPM found in directory: /packages/linux-pbone/ftp5.gwdg.de/pub/opensuse/repositories/devel:/languages:/perl:/CPAN-F/openSUSE_Tumbleweed/noarch |