summaryrefslogtreecommitdiff
path: root/opcode.pl
diff options
context:
space:
mode:
authorMark-Jason Dominus <mjd@plover.com>1999-05-27 12:05:44 -0400
committerJarkko Hietaniemi <jhi@iki.fi>1999-05-28 16:53:04 +0000
commit697943021785eb8447e25eb51a6f27fd78921863 (patch)
treeff410b34951b3231735fd69c7969267fe684fde3 /opcode.pl
parentd6a255e6be67358d1e8a71b939edbfc895ee4fa6 (diff)
downloadperl-697943021785eb8447e25eb51a6f27fd78921863.tar.gz
PATCH (5.005_57): defined(@a) now deprecated
To: perl5-porters@perl.com Message-ID: <19990527200544.13330.qmail@plover.com> p4raw-id: //depot/cfgperl@3498
Diffstat (limited to 'opcode.pl')
-rwxr-xr-xopcode.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/opcode.pl b/opcode.pl
index 7b6e79655b..c763675864 100755
--- a/opcode.pl
+++ b/opcode.pl
@@ -307,7 +307,7 @@ chop chop ck_spair mts% L
schop scalar chop ck_null stu% S?
chomp safe chop ck_spair mts% L
schomp scalar safe chop ck_null stu% S?
-defined defined operator ck_rfun isu% S?
+defined defined operator ck_defined isu% S?
undef undef operator ck_lfun s% S?
study study ck_fun su% S?
pos match position ck_lfun stu% S?