Skip Menu |

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

Report information
The Basics
Id: 78978
Status: open
Priority: 0/
Queue: Server-Control

People
Owner: Nobody in particular
Requestors: arjan [...] widlak.nl
Cc:
AdminCc:

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



Subject: small mistake in documentation synopsis
The documentation shows an example in the synopsis saying options => { port => 123, error_log => '/path/to/error.log', pid_file => '/path/to/starman.pid' }, However Server/Control/Starman.pm expects 'pid' instead of 'pid_file' in line 50-53: 50 sub _build_pid_file { 51 my $self = shift; 52 return $self->options->{pid}; 53 } Kind regards, Arjan Widlak.
Subject: Re: [rt.cpan.org #78978] small mistake in documentation synopsis
Date: Wed, 15 Aug 2012 05:42:33 -0700
To: bug-Server-Control [...] rt.cpan.org
From: Jonathan Swartz <swartz [...] pobox.com>
Argh - thanks. Fixed in next release. On Aug 15, 2012, at 5:32 AM, Arjan Widlak via RT wrote: Show quoted text
> Wed Aug 15 08:32:58 2012: Request 78978 was acted upon. > Transaction: Ticket created by arjan > Queue: Server-Control > Subject: small mistake in documentation synopsis > Broken in: 0.18 > Severity: Unimportant > Owner: Nobody > Requestors: arjan@widlak.nl > Status: new > Ticket <URL: https://rt.cpan.org/Ticket/Display.html?id=78978 > > > > The documentation shows an example in the synopsis saying > > options => { > port => 123, > error_log => '/path/to/error.log', > pid_file => '/path/to/starman.pid' > }, > > However Server/Control/Starman.pm expects 'pid' instead of 'pid_file' in > line 50-53: > 50 sub _build_pid_file { > 51 my $self = shift; > 52 return $self->options->{pid}; > 53 } > > Kind regards, > Arjan Widlak.