Skip Menu |

This queue is for tickets about the POE-Filter-SSL CPAN distribution.

Report information
The Basics
Id: 89095
Status: resolved
Worked: 5 min
Priority: 0/
Queue: POE-Filter-SSL

People
Owner: Nobody in particular
Requestors: BINGOS [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: Normal
Broken in: 0.27
Fixed in: 0.28



Subject: [PATCH] fix POD error
There is currently a POD error that is preventing installation. The patch below fixes this. Many thanks. diff --git a/lib/POE/Filter/SSL.pm b/lib/POE/Filter/SSL.pm index 8908ce4..cc03770 100755 --- a/lib/POE/Filter/SSL.pm +++ b/lib/POE/Filter/SSL.pm @@ -664,8 +664,6 @@ By default I<POE::Filter::SSL> acts as a SSL server. To use it in client mode yo # next line isn't really needed POE::Kernel->call($aliases->{tcp}, "shutdown"); -=item - =back =head2 SSL on an established connection
Hi BIGOS, thanks for your input. I don't unterstand what the problem is, but I'll fix it in next relase as you said. Regards, Markus Am Di 01. Okt 2013, 06:25:46, BINGOS schrieb: Show quoted text
> There is currently a POD error that is preventing installation. The > patch below fixes this. > > Many thanks. > > diff --git a/lib/POE/Filter/SSL.pm b/lib/POE/Filter/SSL.pm > index 8908ce4..cc03770 100755 > --- a/lib/POE/Filter/SSL.pm > +++ b/lib/POE/Filter/SSL.pm > @@ -664,8 +664,6 @@ By default I<POE::Filter::SSL> acts as a SSL > server. To use it in client mode yo > # next line isn't really needed > POE::Kernel->call($aliases->{tcp}, "shutdown"); > > -=item > - > =back > > =head2 SSL on an established connection
Fixed in 0.28