see also SKT and FCT
Karen Etheridge [Tue, 23 Nov 2021 20:28:18 +0000 (12:28 -0800)]
Changes
lib/Try/Tiny.pm

diff --git a/Changes b/Changes
index 657dac5..b1b78e1 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,6 +1,7 @@
 Revision history for Try-Tiny
 
 {{$NEXT}}
+  - plug Syntax::Keyword::Try and Feature::Compat::Try in the docs
 
 0.30      2017-12-21 07:23:03Z
   - expand "when" test skippage to more perl versions
index 5e0e8e4..b879671 100644 (file)
@@ -629,6 +629,13 @@ is unclear whether the new version 18 behavior is final.
 
 =over 4
 
+=item L<Syntax::Keyword::Try>
+
+Only available on perls >= 5.14, with a slightly different syntax (e.g. no trailing C<;> because
+it's actually a keyword, not a sub, but this means you can C<return> and C<next> within it). Use
+L<Feature::Compat::Try> to automatically switch to the native C<try> syntax in newer perls (when
+available). See also L<Try Catch Exception Handling|perlsyn/Try-Catch-Exception-Handling>.
+
 =item L<TryCatch>
 
 Much more feature complete, more convenient semantics, but at the cost of