Skip Menu |

This queue is for tickets about the Net-Server-Coro CPAN distribution.

Report information
The Basics
Id: 81088
Status: resolved
Priority: 0/
Queue: Net-Server-Coro

People
Owner: Nobody in particular
Requestors: Xavier (no email address)
Cc:
AdminCc:

Bug Information
Severity: Unimportant
Broken in: (no value)
Fixed in: (no value)



Subject: Pod errors
Hi, Our Debian tools reports the following POD error. Cheers, Xavier --- a/lib/Net/Server/Coro.pm +++ b/lib/Net/Server/Coro.pm @@ -50,6 +50,8 @@ Create new Net::Server::Coro object. It accepts these parameters (in addition to L<Net::Server> parameters): +=over + =item server_cert Path to the SSL certificate that the server should use. This can be @@ -62,6 +64,8 @@ be either relative or absolute path. Defaults to F<certs/server-key.pem> +=back + =cut sub new {
Subject: Re: [rt.cpan.org #81088] Pod errors
Date: Mon, 12 Nov 2012 03:29:39 -0500
To: bug-Net-Server-Coro [...] rt.cpan.org
From: Alex Vandiver <alex [...] chmrr.net>
On Sat, 2012-11-10 at 03:03 -0500, Xavier Guimard via RT wrote: Show quoted text
> Our Debian tools reports the following POD error.
Thanks for the report -- I've pushed this fix as 3656b98, which is in version 1.3, currently on its way to CPAN. - Alex