summaryrefslogtreecommitdiff
path: root/t/op/misc.t
diff options
context:
space:
mode:
authorGurusamy Sarathy <gsar@cpan.org>1998-07-09 08:35:39 +0000
committerGurusamy Sarathy <gsar@cpan.org>1998-07-09 08:35:39 +0000
commit72b5445bd8dae616be2d969c596f57ff003832e2 (patch)
tree2ac8181edf623b37f2aa94949df19cf5b4fd5c55 /t/op/misc.t
parent823edd999e1a252d36bcee7f4b8cc4bb197530e3 (diff)
downloadperl-72b5445bd8dae616be2d969c596f57ff003832e2.tar.gz
merge changes from maintbranch (1354, and relevant part of 1356); all
maintenance changes upto 1356 merged p4raw-id: //depot/perl@1397
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 25f566e19b..d544df4915 100755
--- a/t/op/misc.t
+++ b/t/op/misc.t
@@ -61,7 +61,7 @@ EXPECT
########
$foo=undef; $foo->go;
EXPECT
-Can't call method "go" without a package or object reference at - line 1.
+Can't call method "go" on an undefined value at - line 1.
########
BEGIN
{