diff options
author | David Mitchell <davem@iabyn.com> | 2011-05-18 23:44:14 +0100 |
---|---|---|
committer | David Mitchell <davem@iabyn.com> | 2011-05-19 00:02:52 +0100 |
commit | 3533364a1c88c8bde932df9f0e5e4c455824c6f2 (patch) | |
tree | e744e2096fb11c55061542edc2f8f357c2d9b07c /pod/buildtoc | |
parent | 993e39b19db572496722bc478e2144e68c32febf (diff) | |
download | perl-3533364a1c88c8bde932df9f0e5e4c455824c6f2.tar.gz |
buildtoc: make a warning clearer
make it clear that the cannot find '=head1 NAME' warning isn't fatal,
and split it over two lines ofr clarity with long filenames
Diffstat (limited to 'pod/buildtoc')
-rw-r--r-- | pod/buildtoc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pod/buildtoc b/pod/buildtoc index bfc39da82f..24cb47ce50 100644 --- a/pod/buildtoc +++ b/pod/buildtoc @@ -302,7 +302,7 @@ if ($Build{toc}) { return; } } - warn "$0: $file: cannot find =head1 NAME\n" unless $Quiet; + warn "$0: NOTE: cannot find '=head1 NAME' in:\n $file\n" unless $Quiet; } } } |