From: Karen Etheridge Date: Tue, 23 Nov 2021 20:28:18 +0000 (-0800) Subject: see also SKT and FCT X-Git-Tag: v0.31~1 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=1b81d0a5201fbd7eec2a96efe36e6d7376375931;hp=09ef82f1da99a3b8af7081b538fcc01c69a17811;p=p5sagit%2FTry-Tiny.git see also SKT and FCT --- diff --git a/Changes b/Changes index 657dac5..b1b78e1 100644 --- 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 diff --git a/lib/Try/Tiny.pm b/lib/Try/Tiny.pm index 5e0e8e4..b879671 100644 --- a/lib/Try/Tiny.pm +++ b/lib/Try/Tiny.pm @@ -629,6 +629,13 @@ is unclear whether the new version 18 behavior is final. =over 4 +=item L + +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 and C within it). Use +L to automatically switch to the native C syntax in newer perls (when +available). See also L. + =item L Much more feature complete, more convenient semantics, but at the cost of