Skip Menu |

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

Report information
The Basics
Id: 82624
Status: open
Priority: 0/
Queue: Net-Server

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

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



Subject: Spelling error in pod
Hi, there is another spelling error in pod: Description: fix errors in POD Origin: vendor Bug-CPAN: https://rt.cpan.org/Ticket/Display.html?id=77994 Forwarded: yes Author: intrigeri <intrigeri@debian.org> Reviewed-By: Xavier Guimard <x.guimard@free.fr> Last-Update: 2013-01-10 --- libnet-server-perl-2.007.orig/lib/Net/Server.pod +++ libnet-server-perl-2.007/lib/Net/Server.pod @@ -1694,7 +1694,7 @@ lock_file once during parent call. This systems supporting flock. Rob also suggested not closing STDIN/STDOUT but instead reopening them to /dev/null to prevent spurious warnings. Also suggested short circuit in post_accept if in UDP. Also for -cleaning up some of the child managment code of PreFork. +cleaning up some of the child management code of PreFork. Thanks to Mark Martinec for suggesting additional log messages for failure during accept.
From: dsteinbrunner [...] pobox.com
On Thu Jan 10 14:49:28 2013, GUIMARD wrote: Show quoted text
> there is another spelling error in pod: > Description: fix errors in POD
Fixed as a part of this pull request: https://github.com/rhandom/perl-net-server/pull/1