Skip Menu |

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

Report information
The Basics
Id: 31238
Status: resolved
Priority: 0/
Queue: POE-Component-SSLify

People
Owner: Nobody in particular
Requestors: cook-cpan [...] outflux.net
Cc:
AdminCc:

Bug Information
Severity: Normal
Broken in: 0.08
Fixed in: (no value)



Subject: some POD is missing NAME summaries
When building this package for Debian, the man pages require summary lines for all the POD. This patch provides the required summaries. Thanks!
Subject: fix-pod-docs-for-names.patch
Index: libpoe-component-sslify-perl/lib/POE/Component/SSLify.pm =================================================================== --- libpoe-component-sslify-perl.orig/lib/POE/Component/SSLify.pm 2007-10-23 11:03:03.000000000 -0700 +++ libpoe-component-sslify-perl/lib/POE/Component/SSLify.pm 2007-10-23 11:03:09.000000000 -0700 @@ -183,6 +183,7 @@ 1; __END__ + =head1 NAME POE::Component::SSLify - Makes using SSL in the world of POE easy! Index: libpoe-component-sslify-perl/lib/POE/Component/SSLify/ClientHandle.pm =================================================================== --- libpoe-component-sslify-perl.orig/lib/POE/Component/SSLify/ClientHandle.pm 2007-10-23 11:03:03.000000000 -0700 +++ libpoe-component-sslify-perl/lib/POE/Component/SSLify/ClientHandle.pm 2007-10-23 11:03:09.000000000 -0700 @@ -58,9 +58,10 @@ 1; __END__ + =head1 NAME -POE::Component::SSLify::ClientHandle +POE::Component::SSLify::ClientHandle - client object for POE::Component::SSLify =head1 ABSTRACT Index: libpoe-component-sslify-perl/lib/POE/Component/SSLify/ServerHandle.pm =================================================================== --- libpoe-component-sslify-perl.orig/lib/POE/Component/SSLify/ServerHandle.pm 2007-10-23 11:03:03.000000000 -0700 +++ libpoe-component-sslify-perl/lib/POE/Component/SSLify/ServerHandle.pm 2007-10-23 11:03:09.000000000 -0700 @@ -161,9 +161,10 @@ 1; __END__ + =head1 NAME -POE::Component::SSLify::ServerHandle +POE::Component::SSLify::ServerHandle - server object for POE::Component::SSLify =head1 ABSTRACT
Thanks very much for the patch, no matter how tiny it was :) It's on CPAN as PoCo-SSLify v0.09 -- ~Apocalypse
From: cook-cpan [...] outflux.net
On Fri Dec 07 12:30:52 2007, APOCAL wrote: Show quoted text
> Thanks very much for the patch, no matter how tiny it was :) > > It's on CPAN as PoCo-SSLify v0.09
Cool; thanks very much. I'm sorry to say, it looks like part of the patch was not applied. The extra line between __END__ and =head1 is needed or else POD doesn't see the first =head1 NAME line at all. :(
Finally resolved in 0.10, thanks for your patience :) -- ~Apocalypse