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