summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFather Chrysostomos <sprout@cpan.org>2011-05-31 21:46:55 -0700
committerFather Chrysostomos <sprout@cpan.org>2011-05-31 21:46:55 -0700
commitcafc49b7e349f6d5bb5080948a0b1f85597dd855 (patch)
treedd5c819e968eeee128b7827d4446d655ad44b886
parent69b22cd191e9b6eff1e60a75aa38b87646cfb775 (diff)
downloadperl-cafc49b7e349f6d5bb5080948a0b1f85597dd855.tar.gz
It’s still the 20th century?
-rw-r--r--pod/perldiag.pod6
1 files changed, 0 insertions, 6 deletions
diff --git a/pod/perldiag.pod b/pod/perldiag.pod
index 39393d8fd2..dc7ff40b8c 100644
--- 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