./wip/p5-Exception-Class-TryCatch, Syntactic try/catch sugar for use with Exception::Class

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 1.13, Package name: p5-Exception-Class-TryCatch-1.13, Maintainer: ficovh

Exception::Class::TryCatch provides syntactic sugar for use
with Exception::Class using the familiar keywords try and catch.
Its primary objective is to allow users to avoid dealing
directly with $@ by ensuring that any exceptions caught
in an eval are captured as Exception::Class objects,
whether they were thrown objects to begin with or whether the error
resulted from die. This means that users may immediately use isa
and various Exception::Class methods to process the exception.
n addition, this module provides for a method to push errors
onto a hidden error stack immediately after an eval so that cleanup
code or other error handling may also call eval without
the original error in $@ being lost.


Required to run:
[lang/perl5] [devel/p5-Exception-Class]

Required to build:
[pkgtools/cwrappers]

Master sites: (Expand)

RMD160: 58ce0eec5acbd9864137777bba7513126d9c94c6
Filesize: 20.146 KB

Version history: (Expand)


CVS history: (Expand)


   2014-10-09 16:06:26 by Thomas Klausner | Files touched by this commit (97)
Log message:
Remove pkgviews: don't set PKG_INSTALLATION_TYPES in Makefiles.
   2012-10-04 12:45:25 by Aleksej Saushev | Files touched by this commit (38)
Log message:
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
Mark packages that don't or might probably not have staged installation.
   2009-01-22 17:55:19 by Fco Valladolid | Files touched by this commit (3) | Imported package
Log message:
initial import