freebsd-ports/devel/p5-Throwable/pkg-descr
Philip M. Gollucci 43c1627098 Throwable is a role for classes that are meant to be thrown as exceptions
to standard program flow. It is very simple and does only two things: saves
any previous value for $@ and calls die $self.

Feature safe:   yes
2010-02-15 23:43:55 +00:00

5 lines
239 B
Text

Throwable is a role for classes that are meant to be thrown as exceptions
to standard program flow. It is very simple and does only two things: saves
any previous value for $@ and calls die $self.
Author: Ricardo Signes <rjbs@cpan.org>