projects
/
platform
/
upstream
/
perl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
993e39b
)
buildtoc: make a warning clearer
author
David Mitchell
<davem@iabyn.com>
Wed, 18 May 2011 22:44:14 +0000
(23:44 +0100)
committer
David Mitchell
<davem@iabyn.com>
Wed, 18 May 2011 23:02:52 +0000
(
00:02
+0100)
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
patch
|
blob
|
history
diff --git
a/pod/buildtoc
b/pod/buildtoc
index
bfc39da
..
24cb47c
100644
(file)
--- 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;
}
}
}