projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
ceeed4e
)
Another Array.pm patch
Paul Marquess [Wed, 4 Feb 1998 20:37:03 +0000 (20:37 +0000)]
p4raw-id: //depot/perl@469
lib/Tie/Array.pm
patch
|
blob
|
blame
|
history
diff --git
a/lib/Tie/Array.pm
b/lib/Tie/Array.pm
index
a0389fa
..
4041b00
100644
(file)
--- a/
lib/Tie/Array.pm
+++ b/
lib/Tie/Array.pm
@@
-26,7
+26,7
@@
sub POP
if ($newsize >= 0)
{
$val = $obj->FETCH($newsize);
- $obj->SETSIZE($newsize);
+ $obj->STORESIZE($newsize);
}
$val;
}