summaryrefslogtreecommitdiff
path: root/pod/perlexperiment.pod
diff options
context:
space:
mode:
authorRicardo Signes <rjbs@cpan.org>2013-06-23 21:26:54 -0400
committerRicardo Signes <rjbs@cpan.org>2013-06-23 21:45:40 -0400
commitaf7c9f88a480d4140174293352b6d2d020ae249f (patch)
treea263a5d9cb4e1ede6b81e70a5b95452ff0d03d25 /pod/perlexperiment.pod
parent83f32abae480ed4e027e373a959c4a3d55bb39c6 (diff)
downloadperl-af7c9f88a480d4140174293352b6d2d020ae249f.tar.gz
perlexperiment: mark lvalue subroutines accepted
Diffstat (limited to 'pod/perlexperiment.pod')
-rw-r--r--pod/perlexperiment.pod14
1 files changed, 8 insertions, 6 deletions
diff --git a/pod/perlexperiment.pod b/pod/perlexperiment.pod
index 19cef30ddb..91a2108da2 100644
--- a/pod/perlexperiment.pod
+++ b/pod/perlexperiment.pod
@@ -16,12 +16,6 @@ their inception, versions, etc. There's a lot of speculation here.
=over 8
-=item Lvalue subroutines
-
-Introduced in Perl 5.6.0
-
-See also L<perlsub>
-
=item C<our> can now have an experimental optional attribute C<unique>
Introduced in Perl 5.8.0
@@ -271,6 +265,14 @@ Accepted in Perl 5.20.0
See also L<perlre>
+=item Lvalue subroutines
+
+Introduced in Perl 5.6.0
+
+Accepted in Perl 5.20.0
+
+See also L<perlsub>
+
=item Backtracking control verbs
C<(*ACCEPT)>