In perl.git, the branch blead has been updated <http://perl5.git.perl.org/perl.git/commitdiff/7c25cd544bc7d33fb15d10973aa9a30fdd5fa624?hp=cddd601306c186650c7fd3e3d2480c2f930eb955>
- Log ----------------------------------------------------------------- commit 7c25cd544bc7d33fb15d10973aa9a30fdd5fa624 Author: David Mitchell <[email protected]> Date: Wed Jan 30 17:22:26 2013 +0000 add array DELETE and EXISTS to perlfunc [perl #116579] These methods weren't listed in the list of methods for tied arrays ----------------------------------------------------------------------- Summary of changes: pod/perlfunc.pod | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/pod/perlfunc.pod b/pod/perlfunc.pod index 8f71880..2c1e5f4 100644 --- a/pod/perlfunc.pod +++ b/pod/perlfunc.pod @@ -8090,6 +8090,8 @@ A class implementing an ordinary array should have the following methods: UNSHIFT this, LIST SPLICE this, offset, length, LIST EXTEND this, count + DELETE this, key + EXISTS this, key DESTROY this UNTIE this -- Perl5 Master Repository
