openbsd-ports/devel/p5-Throwable/pkg/DESCR
stephan 529594cbc4 import devel/p5-Throwable-0.100090:
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.

ok giovanni@ and "reads ok" sthen@
2010-04-07 06:15:49 +00:00

4 lines
197 B
Plaintext

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.