Path to this page:
./
devel/p5-Syntax-Keyword-Try,
Add try/catch/finally syntax to Perl
Branch: CURRENT,
Version: 0.29nb1,
Package name: p5-Syntax-Keyword-Try-0.29nb1,
Maintainer: pkgsrc-usersThis module provides a syntax plugin that implements exception-handling
semantics in a form familiar to users of other languages, being built on
a block labeled with the try keyword, followed by at least one of a
catch or finally block.
Syntax similar to this module has now been added to core perl, starting
at version 5.34.0. If you are writing new code, it is suggested that you
instead use the Feature::Compat::Try module instead, as that will enable
the core feature on those supported perl versions, falling back to
Syntax::Keyword::Try on older perls.
Master sites: (Expand)
Filesize: 44.004 KB
Version history: (Expand)
- (2024-11-16) Updated to version: p5-Syntax-Keyword-Try-0.29nb1
- (2024-02-03) Package added to pkgsrc.se, version p5-Syntax-Keyword-Try-0.29 (created)
CVS history: (Expand)
2024-02-03 19:49:53 by Amitai Schleier | Files touched by this commit (4) |
Log message:
Add p5-Syntax-Keyword-Try: Add try/catch/finally syntax to Perl
This module provides a syntax plugin that implements exception-handling
semantics in a form familiar to users of other languages, being built on
a block labeled with the try keyword, followed by at least one of a
catch or finally block.
Syntax similar to this module has now been added to core perl, starting
at version 5.34.0. If you are writing new code, it is suggested that you
instead use the Feature::Compat::Try module instead, as that will enable
the core feature on those supported perl versions, falling back to
Syntax::Keyword::Try on older perls.
|