Subject: | pod2man warning: NAME section lacks description |
Hi,
while packaging Catalyst 5.90042 for Debian, our automated QA tools called my attention to a lacking description in the NAME section of Catalyst::Engine::HTTP's POD, which is important for tools indexing the manpages generated from it. This is really a very minor nitpick, still I wanted to share our patch for inclusion upstream whenever convenient.
--- a/lib/Catalyst/Engine/HTTP.pm
+++ b/lib/Catalyst/Engine/HTTP.pm
@@ -22,7 +22,7 @@
=head1 NAME
-Catalyst::Engine::HTTP
+Catalyst::Engine::HTTP - removed module
=head1 SYNOPSIS
Florian