./devel/p5-Feature-Compat-Try, Perl module to make try/catch syntax available

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


Branch: CURRENT, Version: 0.05nb1, Package name: p5-Feature-Compat-Try-0.05nb1, Maintainer: pkgsrc-users

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.


Master sites: (Expand)

Filesize: 16.957 KB

Version history: (Expand)


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.