Path to this page:
./
wip/p5-Exception-Class-TryCatch,
Syntactic try/catch sugar for use with Exception::Class
Branch: CURRENT,
Version: 1.13,
Package name: p5-Exception-Class-TryCatch-1.13,
Maintainer: ficovhException::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)
- (2024-09-19) Package has been reborn
- (2024-09-15) Package deleted from pkgsrc
- (2023-02-13) Package has been reborn
- (2020-09-29) Package has been reborn
- (2020-09-29) Package deleted from pkgsrc
- (2020-01-02) Package has been reborn
CVS history: (Expand)