Skip Menu |

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

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

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

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



Subject: [Patch] POD nit
The attached patch fixes some POD, which renders wrong, at least at search.cpan.org.
Subject: pod.patch
diff --git a/lib/Net/Server.pod b/lib/Net/Server.pod index 5f0a14c..46cf4ba 100644 --- a/lib/Net/Server.pod +++ b/lib/Net/Server.pod @@ -275,7 +275,7 @@ C<--key=value>, and also C<key=value>. In the conf file the parameter passing can best be shown by the following regular expression: ($key,$val)=~/^(\w+)\s+(\S+?)\s+$/. Passing arguments to the run method is done as follows: -C<Net::Server->run(key1 => 'val1')>. Passing arguments via +C<< Net::Server->run(key1 => 'val1') >>. Passing arguments via a prebuilt object can best be shown in the following code: #!/usr/bin/perl -w -T
Thanks. Patched in 0.99
Subject: Re: [rt.cpan.org #52000] [Patch] POD nit
Date: Tue, 13 Jul 2010 14:19:58 -0600
To: bug-Net-Server [...] rt.cpan.org
From: Paul Seamons <paul [...] seamons.com>
On 11/23/2009 12:23 PM, Frank Wiegand via RT wrote: Show quoted text
> Mon Nov 23 14:23:23 2009: Request 52000 was acted upon. > Transaction: Ticket created by FWIE > Queue: Net-Server > Subject: [Patch] POD nit > Broken in: 0.97 > Severity: (no value) > Owner: Nobody > Requestors: FWIE@cpan.org > Status: new > Ticket<URL: https://rt.cpan.org/Ticket/Display.html?id=52000> > > > The attached patch fixes some POD, which renders wrong, at least at > search.cpan.org. >
This is in 0.99. Thank you.
The code is updated as of the just released version 2.000