diff options
author | Gurusamy Sarathy <gsar@cpan.org> | 1999-05-17 09:06:45 +0000 |
---|---|---|
committer | Gurusamy Sarathy <gsar@cpan.org> | 1999-05-17 09:06:45 +0000 |
commit | 3f4520fee5e3350893877859562bde5dfa18d3a8 (patch) | |
tree | fc46eb4b30c830bd5360b0e8fec7ca4faed8bbce /gv.c | |
parent | 9d6e9d4dc69df06db9fc574444756ce7168620e7 (diff) | |
download | perl-3f4520fee5e3350893877859562bde5dfa18d3a8.tar.gz |
emit more appropriate diagnostic for failed glob (variant
of patch suggested by Graham Barr)
p4raw-id: //depot/perl@3432
Diffstat (limited to 'gv.c')
-rw-r--r-- | gv.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1130,7 +1130,7 @@ Gv_AMupdate(HV *stash) (SvPOK(GvSV(gv)) ? SvPVX(GvSV(gv)) : "???" ), cp, HvNAME(stash)); } else - croak("Cannot resolve method `%.256s' overloading `%s' in package `%.256s'", + croak("Can't resolve method `%.256s' overloading `%s' in package `%.256s'", (SvPOK(GvSV(gv)) ? SvPVX(GvSV(gv)) : "???" ), cp, HvNAME(stash)); } |