diff --git a/debian/patches/series b/debian/patches/series new file mode 100644 index 0000000..a363983 --- /dev/null +++ b/debian/patches/series @@ -0,0 +1 @@ +fix-pod-docs-for-names.patch diff --git a/lib/POE/Component/SSLify/ClientHandle.pm b/lib/POE/Component/SSLify/ClientHandle.pm index 880cb7b..0f4d216 100644 --- a/lib/POE/Component/SSLify/ClientHandle.pm +++ b/lib/POE/Component/SSLify/ClientHandle.pm @@ -58,10 +58,9 @@ 1; __END__ - =head1 NAME -POE::Component::SSLify::ClientHandle - client object for POE::Component::SSLify +POE::Component::SSLify::ClientHandle =head1 ABSTRACT diff --git a/lib/POE/Component/SSLify/ServerHandle.pm b/lib/POE/Component/SSLify/ServerHandle.pm index 92a1630..c1da581 100644 --- a/lib/POE/Component/SSLify/ServerHandle.pm +++ b/lib/POE/Component/SSLify/ServerHandle.pm @@ -161,10 +161,9 @@ 1; __END__ - =head1 NAME -POE::Component::SSLify::ServerHandle - server object for POE::Component::SSLify +POE::Component::SSLify::ServerHandle =head1 ABSTRACT diff --git a/lib/POE/Component/SSLify.pm b/lib/POE/Component/SSLify.pm index 908bd2d..d43d130 100644 --- a/lib/POE/Component/SSLify.pm +++ b/lib/POE/Component/SSLify.pm @@ -183,7 +183,6 @@ 1; __END__ - =head1 NAME POE::Component::SSLify - Makes using SSL in the world of POE easy!