summaryrefslogtreecommitdiff
path: root/gv.c
diff options
context:
space:
mode:
authorGurusamy Sarathy <gsar@cpan.org>2000-03-21 06:06:44 +0000
committerGurusamy Sarathy <gsar@cpan.org>2000-03-21 06:06:44 +0000
commitcc507455df60f06ecd74b2df5a0ae9f17fb3291d (patch)
tree5f131231aae2e4f8465cd9aa6647185d789c82fc /gv.c
parent90430aa1bf5124b92f92cfc6b13f379955a95711 (diff)
downloadperl-cc507455df60f06ecd74b2df5a0ae9f17fb3291d.tar.gz
make parenthetic warnings look consistent; make diagnostic on
"use 5.6" et al mention the alternate form; pod fixups p4raw-id: //depot/perl@5851
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 eaf2ab11f6..be1935560e 100644
--- a/gv.c
+++ b/gv.c
@@ -631,7 +631,7 @@ Perl_gv_fetchpv(pTHX_ const char *nambeg, I32 add, I32 sv_type)
sv_type == SVt_PVHV ? '%' : '$',
name);
if (GvCVu(*gvp))
- Perl_warn(aTHX_ "(Did you mean &%s instead?)\n", name);
+ Perl_warn(aTHX_ "\t(Did you mean &%s instead?)\n", name);
stash = 0;
}
}