From 3533364a1c88c8bde932df9f0e5e4c455824c6f2 Mon Sep 17 00:00:00 2001 From: David Mitchell Date: Wed, 18 May 2011 23:44:14 +0100 Subject: [PATCH] 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 --- pod/buildtoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pod/buildtoc b/pod/buildtoc index bfc39da..24cb47c 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; } } } -- 2.7.4