Path to this page:
Subject: CVS commit: pkgsrc/devel/p5-Feature-Compat-Try
From: Thomas Klausner
Date: 2023-03-30 19:59:21
Message id: 20230330175921.3FE5FFA81@cvs.NetBSD.org
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.
Files: