mirror of
https://git.freebsd.org/ports.git
synced 2025-05-31 10:26:28 -04:00
search.cpan.org is shutting down. It will redirect to metacpan.org after June 25, 2018. With hat: perl
7 lines
398 B
Text
7 lines
398 B
Text
This module implements a minimal lightweight exception object. It is meant
|
|
to be a compromise between more basic solutions like Carp which can only
|
|
print information and cannot handle exception objects, and more complex
|
|
solutions like Exception::Class which can be used to define complex inline
|
|
exceptions and has a number of module dependencies.
|
|
|
|
WWW: https://metacpan.org/release/Class-Throwable
|