diff options
author | Gurusamy Sarathy <gsar@cpan.org> | 1999-09-06 00:10:40 +0000 |
---|---|---|
committer | Gurusamy Sarathy <gsar@cpan.org> | 1999-09-06 00:10:40 +0000 |
commit | eb6e2d6f1e269264d7937d1be23cbbe0b6820902 (patch) | |
tree | 35c59e04b4db7af027ae8dd6addaada967b4b1b6 /opcode.pl | |
parent | 98627ae8f09f88a753760c651828da353f8c4989 (diff) | |
download | perl-eb6e2d6f1e269264d7937d1be23cbbe0b6820902.tar.gz |
optional warning on join(/foo/...) (reworked suggested patch
by Mark-Jason Dominus <mjd@plover.com>)
p4raw-id: //depot/perl@4083
Diffstat (limited to 'opcode.pl')
-rwxr-xr-x | opcode.pl | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -508,7 +508,7 @@ hslice hash slice ck_null m@ H L unpack unpack ck_fun @ S S pack pack ck_fun mst@ S L split split ck_split t@ S S S -join join ck_fun msT@ S L +join join ck_join msT@ S L # List operators. |