diff options
author | Gurusamy Sarathy <gsar@cpan.org> | 1998-07-09 08:35:39 +0000 |
---|---|---|
committer | Gurusamy Sarathy <gsar@cpan.org> | 1998-07-09 08:35:39 +0000 |
commit | 72b5445bd8dae616be2d969c596f57ff003832e2 (patch) | |
tree | 2ac8181edf623b37f2aa94949df19cf5b4fd5c55 /t/op/misc.t | |
parent | 823edd999e1a252d36bcee7f4b8cc4bb197530e3 (diff) | |
download | perl-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-x | t/op/misc.t | 2 |
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 { |