Subject: | POE::Component::Filter::HTTPHead creates incorrect manpage |
When I make the module, it generates manpages, of course.
But this is what it installed:
Installing /usr/lib/perl5/site_perl/5.8.0/POE/Filter/HTTPHead.pm
Installing /usr/lib/perl5/site_perl/5.8.0/POE/Filter/HTTPChunk.pm
Installing /usr/lib/perl5/site_perl/5.8.0/POE/Component/Client/HTTP.pm
Installing /usr/lib/perl5/site_perl/5.8.0/POE/Component/Client/HTTP/RequestFactory.pm
Installing /usr/lib/perl5/site_perl/5.8.0/POE/Component/Client/HTTP/Request.pm
Installing /usr/share/man/man3/POE::Component::Client::HTTP.3pm
Installing /usr/share/man/man3/POE::Component::Client::HTTPHead.3pm -- !!!
Installing /usr/share/man/man3/POE::Component::Client::RequestFactory.3pm
Notice that the manpage for Filter::HTTPHead is generated as Client::HTTPHead.
It may just be a formatting error, as there is other POD at the top that's commented using:
=for future
probably not intended that this chunk reach the manpage.
the generated Makefile from Makefile.PL has the errors, so it might not be caused by errors in the module itself.