Skip Menu |

This queue is for tickets about the POE-Component-Client-HTTP CPAN distribution.

Report information
The Basics
Id: 76543
Status: resolved
Priority: 0/
Queue: POE-Component-Client-HTTP

People
Owner: Nobody in particular
Requestors: fschlich [...] zedat.fu-berlin.de
Cc:
AdminCc:

Bug Information
Severity: Unimportant
Broken in: 0.945
Fixed in: (no value)



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
commit 567c9bf1b2a7ac5aa057baaefa545055548dafc2 Author: Rocco Caputo <rcaputo@cpan.org> Date: Sun Apr 29 19:50:38 2012 -0400 [rt.cpan.org 76543] Help out Debian with a NAME and SYNOPSIS for an internal module. Florian sent in a patch written by Krzysztof Krzyzaniak to add NAME and SYNOPSIS sections to POE::Component::Client::HTTP::RequestFactory. This is reported to help Debian automatically build a "whatis" entry for the module. Thanks for the patch! Please send any others upstream.