This is a live mirror of the Perl 5 development currently hosted at
https://github.com/perl/perl5
https://perl5.git.perl.org
/
perl5.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
perlexperiment: mark lvalue subroutines accepted
[perl5.git]
/
pod
/
perlexperiment.pod
diff --git
a/pod/perlexperiment.pod
b/pod/perlexperiment.pod
index
19cef30
..
91a2108
100644
(file)
--- 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
=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
=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>
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)>
=item Backtracking control verbs
C<(*ACCEPT)>