From 425d89e38464cc2c460078ca16f4022c1fa4c62d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20B=C3=B6hmer?= Date: Mon, 5 Feb 2024 13:58:51 +0100 Subject: [PATCH] Document appearance of "defer" feature in perlsyn.pod --- pod/perlsyn.pod | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pod/perlsyn.pod b/pod/perlsyn.pod index 29e596ca6b41..90fd70e99f51 100644 --- a/pod/perlsyn.pod +++ b/pod/perlsyn.pod @@ -787,8 +787,8 @@ is executed on the way past. It provides a means of deferring execution until a later time. This acts similarly to syntax provided by some other languages, often using keywords named C. -This syntax is available if enabled by the C named feature, and is -currently experimental. If experimental warnings are enabled it will emit a +This syntax is available since Perl 5.36 if enabled by the C named feature, +and is currently experimental. If experimental warnings are enabled it will emit a warning when used. use feature 'defer';