From af7c9f88a480d4140174293352b6d2d020ae249f Mon Sep 17 00:00:00 2001 From: Ricardo Signes Date: Sun, 23 Jun 2013 21:26:54 -0400 Subject: [PATCH] perlexperiment: mark lvalue subroutines accepted --- pod/perlexperiment.pod | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/pod/perlexperiment.pod b/pod/perlexperiment.pod index 19cef30..91a2108 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 - =item C can now have an experimental optional attribute C Introduced in Perl 5.8.0 @@ -271,6 +265,14 @@ Accepted in Perl 5.20.0 See also L +=item Lvalue subroutines + +Introduced in Perl 5.6.0 + +Accepted in Perl 5.20.0 + +See also L + =item Backtracking control verbs C<(*ACCEPT)> -- 1.8.3.1