summaryrefslogtreecommitdiff
path: root/gv.c
diff options
context:
space:
mode:
authorAndy Dougherty <doughera@lafcol.lafayette.edu>1994-04-04 00:00:00 +0000
committerAndy Dougherty <doughera@lafcol.lafayette.edu>1994-04-04 00:00:00 +0000
commit2304df62caa7d9be70e8b8bcdb454e139c9c103d (patch)
tree98a456ef0fbe59b1a02bfe68afa4a3d9afb4f21c /gv.c
parent8990e3071044a96302560bbdb5706f3e74cf1bef (diff)
downloadperl-2304df62caa7d9be70e8b8bcdb454e139c9c103d.tar.gz
perl 5.0 alpha 8
[the last one taken from the September '94 InfoMagic CD; a similar style of cleanup as the previous commits was performed]
Diffstat (limited to 'gv.c')
-rw-r--r--gv.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gv.c b/gv.c
index ec23d90315..e5eee1c908 100644
--- a/gv.c
+++ b/gv.c
@@ -471,7 +471,7 @@ HV* stash;
curcop->cop_filegv = GvFILEGV(gv);
if (SvMULTI(GvFILEGV(gv))) /* Filename began with slash */
continue;
- warn("Possible typo: \"%s::%s\"", HvNAME(stash), GvNAME(gv));
+ warn("Identifier \"%s::%s\" used only once: possible typo", HvNAME(stash), GvNAME(gv));
}
else if (*entry->hent_key == '_' &&
(gv = (GV*)entry->hent_val) &&