From: Rafael Garcia-Suarez <rgarciasuarez@gmail.com>
Date: Wed, 11 Jul 2007 07:40:17 +0000 (+0000)
Subject: Remove wrong equivalent to pop() (bug #43705)
X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=cd7f9af76f0d337e0b6ef5b49db2576247d0d50f;p=p5sagit%2Fp5-mst-13.2.git

Remove wrong equivalent to pop() (bug #43705)

p4raw-id: //depot/perl@31584
---

diff --git a/pod/perlfunc.pod b/pod/perlfunc.pod
index 9cf780a..c3df291 100644
--- a/pod/perlfunc.pod
+++ b/pod/perlfunc.pod
@@ -4056,9 +4056,7 @@ X<pop> X<stack>
 =item pop
 
 Pops and returns the last value of the array, shortening the array by
-one element.  Has an effect similar to
-
-    $ARRAY[$#ARRAY--]
+one element.
 
 If there are no elements in the array, returns the undefined value
 (although this may happen at other times as well).  If ARRAY is