Subject: | POD lacks whatis entry |
Hi,
the Debian package of POE-Component-Client-HTTP has been shipping with
the following patch for a while. It is needed in order to add a proper
'whatis' entry to the manpage that is automatically generated from the
POD:
Author: Krzysztof Krzyzaniak <eloy@kofeina.net>
--- a/lib/POE/Component/Client/HTTP/RequestFactory.pm
+++ b/lib/POE/Component/Client/HTTP/RequestFactory.pm
@@ -24,6 +24,14 @@
use constant DEBUG => 0;
use constant DEFAULT_BLOCK_SIZE => 4096;
+
+=head1 NAME
+
+POE::Component::Client::HTTP::RequestFactory - an HTTP request factory
object
+
+=head1 SYNOPSIS
+
+ # Used internally by POE::Component::Client::HTTP
=head1 CONSTRUCTOR
Florian