freebsd-ports/devel/p5-Class-Throwable/pkg-descr
2005-11-02 15:25:28 +00:00

12 lines
486 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: http://search.cpan.org/dist/Class-Throwable/
Author: Stevan Little <stevan@iinteractive.com>
--
Aaron Dalton
aaron@FreeBSD.org