Skip Menu |

This queue is for tickets about the IPC-Semaphore-Concurrency CPAN distribution.

Report information
The Basics
Id: 88743
Status: resolved
Priority: 0/
Queue: IPC-Semaphore-Concurrency

People
Owner: DERMOTH [...] cpan.org
Requestors: SREZIC [...] cpan.org
Cc:
AdminCc:

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



Subject: Missing quotes in documentation
Minor nit: the second construction example in the Pod's SYNOPSIS does not have quotes: path => /tmp/sem_file, Regards, Slaven
On 2013-09-17 11:38:59, SREZIC wrote: Show quoted text
> Minor nit: the second construction example in the Pod's SYNOPSIS does > not have quotes: > > path => /tmp/sem_file, >
Patch attached.
Subject: IPC-Semaphoe-Concurrency-RT88743.diff
diff --git a/lib/IPC/Semaphore/Concurrency.pm b/lib/IPC/Semaphore/Concurrency.pm index 26599dd..4a73b87 100644 --- a/lib/IPC/Semaphore/Concurrency.pm +++ b/lib/IPC/Semaphore/Concurrency.pm @@ -201,7 +201,7 @@ IPC::Semaphore::Concurrency - Concurrency guard using semaphores my $c = IPC::Semaphore::Concurrency->new( - path => /tmp/sem_file, + path => '/tmp/sem_file', count => 2, value => $sem_max, );
Subject: Re: [rt.cpan.org #88743] Missing quotes in documentation
Date: Sat, 18 Jan 2014 01:01:13 -0500
To: bug-IPC-Semaphore-Concurrency [...] rt.cpan.org
From: Thomas Guyot-Sionnest <dermoth [...] aei.ca>
On 17/09/13 11:49 AM, Slaven_Rezic via RT wrote: Show quoted text
> Queue: IPC-Semaphore-Concurrency > Ticket <URL: https://rt.cpan.org/Ticket/Display.html?id=88743 > > > On 2013-09-17 11:38:59, SREZIC wrote:
>> Minor nit: the second construction example in the Pod's SYNOPSIS does >> not have quotes: >> >> path => /tmp/sem_file, >>
> Patch attached.
Thanks, I've committed it to https://github.com/dermoth/IPC-Semaphore-Concurrency.git -- Thomas