diff options
author | Gurusamy Sarathy <gsar@cpan.org> | 2000-03-21 06:06:44 +0000 |
---|---|---|
committer | Gurusamy Sarathy <gsar@cpan.org> | 2000-03-21 06:06:44 +0000 |
commit | cc507455df60f06ecd74b2df5a0ae9f17fb3291d (patch) | |
tree | 5f131231aae2e4f8465cd9aa6647185d789c82fc /util.c | |
parent | 90430aa1bf5124b92f92cfc6b13f379955a95711 (diff) | |
download | perl-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 'util.c')
-rw-r--r-- | util.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -3817,6 +3817,6 @@ Perl_report_closed_fh(pTHX_ GV *gv, IO *io, const char *func, const char *obj) if (io && IoDIRP(io)) Perl_warner(aTHX_ WARN_CLOSED, - "(Are you trying to call %s() on dirhandle %s?)\n", + "\t(Are you trying to call %s() on dirhandle %s?)\n", func, name); } |