diff options
Diffstat (limited to 'pod/perlexperiment.pod')
-rw-r--r-- | pod/perlexperiment.pod | 14 |
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)> |