summaryrefslogtreecommitdiff
path: root/t/op/misc.t
diff options
context:
space:
mode:
authorMichael G. Schwern <schwern@pobox.com>1999-08-17 14:35:45 -0400
committerJarkko Hietaniemi <jhi@iki.fi>1999-09-17 20:00:19 +0000
commit42d382189339e56f3bd13a71933349bc8b7e8b42 (patch)
tree215fb6a998d1ae4d5ed8eb149d61ba09d19c0480 /t/op/misc.t
parentb7a02c4fb533bb0a7ae92f82a4a660045d95669a (diff)
downloadperl-42d382189339e56f3bd13a71933349bc8b7e8b42.tar.gz
More descriptive names for operators.
To: Ilya Zakharevich <ilya@math.ohio-state.edu> Cc: perl5-porters@perl.org Subject: Re: [ID 19990817.009] [BUG 5.005_60 & 5.005_03] == reported as eq in Date: Tue, 17 Aug 1999 18:35:45 -0400 Message-ID: <19990817183545.A23073@toldyouso.com> From: Michael G Schwern <schwern@pobox.com> To: perl5-porters@perl.org Subject: [PATCH 5.005_60 opcode.pl and friends] Improved opcode descriptions Date: Wed, 18 Aug 1999 03:53:38 -0400 Message-ID: <19990818035337.A31505@athens.aocn.com> p4raw-id: //depot/cfgperl@4177
Diffstat (limited to 't/op/misc.t')
-rwxr-xr-xt/op/misc.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/op/misc.t b/t/op/misc.t
index 926c7f38d0..f8a44ecaaf 100755
--- a/t/op/misc.t
+++ b/t/op/misc.t
@@ -104,7 +104,7 @@ EXPECT
########
%@x=0;
EXPECT
-Can't modify hash deref in repeat at - line 1, near "0;"
+Can't modify hash deref in repeat (x) at - line 1, near "0;"
Execution of - aborted due to compilation errors.
########
$_="foo";