summaryrefslogtreecommitdiff
path: root/pod
diff options
context:
space:
mode:
authorDavid Mitchell <davem@iabyn.com>2022-06-20 14:11:54 +0100
committerDavid Mitchell <davem@iabyn.com>2022-06-20 14:11:54 +0100
commit2bec5ae68efb1cfd03cf5724679adcb1b4d0e99c (patch)
tree3c0ab8963b2129b983254e98517058f899dac215 /pod
parent73a563cd91caa3cf8464a93e2b5204906b166a89 (diff)
downloadperl-2bec5ae68efb1cfd03cf5724679adcb1b4d0e99c.tar.gz
davem's perldelta entries for 5.37.1
Diffstat (limited to 'pod')
-rw-r--r--pod/perldelta.pod7
1 files changed, 6 insertions, 1 deletions
diff --git a/pod/perldelta.pod b/pod/perldelta.pod
index cdfd72c910..5cd9795cde 100644
--- a/pod/perldelta.pod
+++ b/pod/perldelta.pod
@@ -389,7 +389,12 @@ files in F<ext/> and F<lib/> are best summarized in L</Modules and Pragmata>.
=item *
-XXX
+An eval() as the last statement in a regex code block could trigger an
+interpreter panic; e.g.
+
+ /(?{ ...; eval {....}; })/
+
+[L<GH #19680|https://github.com/Perl/perl5/issues/19680>]
=back