diff options
author | Gurusamy Sarathy <gsar@cpan.org> | 1999-07-23 15:56:04 +0000 |
---|---|---|
committer | Gurusamy Sarathy <gsar@cpan.org> | 1999-07-23 15:56:04 +0000 |
commit | 59af01353dbbede40ae5b5d1b0330b847ffb82dc (patch) | |
tree | 35d80e0b0eafdd89028fd3a511661fbcce085826 /opcode.pl | |
parent | 76cd736e66383afee2dc798500e6d884d1cd0922 (diff) | |
download | perl-59af01353dbbede40ae5b5d1b0330b847ffb82dc.tar.gz |
avoid useless use of target for pp_each(); also fixes bugs due to
refcount held by the target
p4raw-id: //depot/perl@3727
Diffstat (limited to 'opcode.pl')
-rwxr-xr-x | opcode.pl | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -481,7 +481,7 @@ aslice array slice ck_null m@ A L # Hashes. -each each ck_fun t% H +each each ck_fun % H values values ck_fun t% H keys keys ck_fun t% H delete delete ck_delete % S |