Path to this page:
./
devel/p5-Feature-Compat-Try,
Perl module to make try/catch syntax available
Branch: CURRENT,
Version: 0.05nb2,
Package name: p5-Feature-Compat-Try-0.05nb2,
Maintainer: pkgsrc-usershis module makes syntax support for try/catch control flow easily
available.
Perl added such syntax at version 5.34.0, and extended it to support
optional finally blocks at 5.35.9, which is enabled by
use feature 'try';
On that version of perl or later, this module simply enables the
core feature equivalent to using it directly. On such perls, this
module will install with no non-core dependencies, and requires no
C compiler.
Master sites: (Expand)
Filesize: 16.957 KB
Version history: (Expand)
- (2024-11-16) Updated to version: p5-Feature-Compat-Try-0.05nb2
- (2023-07-06) Updated to version: p5-Feature-Compat-Try-0.05nb1
- (2023-03-30) Package added to pkgsrc.se, version p5-Feature-Compat-Try-0.05 (created)
CVS history: (Expand)
2023-07-06 11:43:03 by Thomas Klausner | Files touched by this commit (2483) |
Log message:
*: recursive bump for perl 5.38
|
2023-03-30 19:59:21 by Thomas Klausner | Files touched by this commit (3) |
Log message:
devel/p5-Feature-Compat-Try: import p5-Feature-Compat-Try-0.05
his module makes syntax support for try/catch control flow easily
available.
Perl added such syntax at version 5.34.0, and extended it to support
optional finally blocks at 5.35.9, which is enabled by
use feature 'try';
On that version of perl or later, this module simply enables the
core feature equivalent to using it directly. On such perls, this
module will install with no non-core dependencies, and requires no
C compiler.
|