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
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
69b22cd
)
It’s still the 20th century?
author
Father Chrysostomos
<sprout@cpan.org>
Wed, 1 Jun 2011 04:46:55 +0000
(21:46 -0700)
committer
Father Chrysostomos
<sprout@cpan.org>
Wed, 1 Jun 2011 04:46:55 +0000
(21:46 -0700)
pod/perldiag.pod
patch
|
blob
|
blame
|
history
diff --git
a/pod/perldiag.pod
b/pod/perldiag.pod
index
39393d8
..
dc7ff40
100644
(file)
--- a/
pod/perldiag.pod
+++ b/
pod/perldiag.pod
@@
-2485,12
+2485,6
@@
possible. To make the subroutine an lvalue subroutine add the
lvalue attribute to the definition, or put the declaration before
the definition.
-=item Lvalue subs returning %s not implemented yet
-
-(F) Due to limitations in the current implementation, array and hash
-values cannot be returned in subroutines used in lvalue context. See
-L<perlsub/"Lvalue subroutines">.
-
=item Malformed integer in [] in pack
(F) Between the brackets enclosing a numeric repeat count only digits