diff options
author | Father Chrysostomos <sprout@cpan.org> | 2016-05-20 14:11:30 -0700 |
---|---|---|
committer | Father Chrysostomos <sprout@cpan.org> | 2016-05-20 15:59:57 -0700 |
commit | 06c4bad0551a71302ea93b2f015f632a62e48d76 (patch) | |
tree | 3ab5c39f299f278c94b494e505167d366ee93b22 /pod/perlexperiment.pod | |
parent | 32e7f215b3ed0d58db0abe1375ecbf0b202ddc43 (diff) | |
download | perl-06c4bad0551a71302ea93b2f015f632a62e48d76.tar.gz |
Update other docs on lexical sub acceptance
Diffstat (limited to 'pod/perlexperiment.pod')
-rw-r--r-- | pod/perlexperiment.pod | 18 |
1 files changed, 6 insertions, 12 deletions
diff --git a/pod/perlexperiment.pod b/pod/perlexperiment.pod index a3052df8cf..2e331778dc 100644 --- a/pod/perlexperiment.pod +++ b/pod/perlexperiment.pod @@ -46,18 +46,6 @@ See L<perlapi/PL_keyword_plugin> for the mechanism. Introduced in Perl 5.11.2 -=item Lexical subroutines - -Introduced in Perl 5.18 - -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 @@ -249,6 +237,12 @@ Introduced in Perl 5.20.0 Accepted in Perl 5.24.0 +=item Lexical subroutines + +Introduced in Perl 5.18.0 + +Accepted in Perl 5.26.0 + =back =head2 Removed features |