Path to this page:
./
devel/p5-Throwable,
Perl 5 role for classes that can be thrown
Branch: pkgsrc-2010Q2,
Version: 0.100090,
Package name: p5-Throwable-0.100090,
Maintainer: pkgsrc-usersThrowable 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.
Throwable::Error is a base class for exceptions that will be thrown to
signal errors and abort normal program flow. Throwable::Error is an
alternative to Exception::Class, the features of which are largely provided
by the Moose object system atop which Throwable::Error is built.
Throwable::Error performs the Throwable role.
Required to run:[
devel/p5-Moose] [
devel/p5-Devel-StackTrace]
Master sites: (Expand)
SHA1: 26ea04ae48d0ac317c07bcfc0eac98e708f5df4b
RMD160: 7bd9c63042b57217afea050aab2d28202ded3587
Filesize: 10.429 KB
Version history: (Expand)
- (2010-07-05) Package has been reborn
- (2010-07-04) Package added to pkgsrc.se, version p5-Throwable-0.100090 (created)