diff options
-rw-r--r-- | pod/perlexperiment.pod | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/pod/perlexperiment.pod b/pod/perlexperiment.pod index fb353d99a5..2a5a05e25a 100644 --- a/pod/perlexperiment.pod +++ b/pod/perlexperiment.pod @@ -72,6 +72,9 @@ See also: L<perlsub/Lexical Subroutines> Using this feature triggers warnings in the category C<experimental::lexical_subs>. +The ticket for this feature is +L<[perl #120085]|https://rt.perl.org/rt3/Ticket/Display.html?id=120085>. + =item Regular Expression Set Operations Introduced in: Perl 5.18 |