Skip Menu |

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

Report information
The Basics
Id: 50762
Status: resolved
Priority: 0/
Queue: IPC-SysV

People
Owner: Nobody in particular
Requestors: zefram [...] fysh.org
Cc:
AdminCc:

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



Subject: mistaken use of $[
Date: Fri, 23 Oct 2009 00:09:32 +0100
To: bug-IPC-SysV [...] rt.cpan.org
From: Zefram <zefram [...] fysh.org>
IPC-SysV/regen.pl contains the line if ($[ < 5.006) { This is obviously intending to examine the Perl version number, which is $]. $[ is the array index offset, which is effectively always zero. -zefram
CC: zefram [...] fysh.org
Subject: Re: [rt.cpan.org #50762] mistaken use of $[
Date: Mon, 2 Nov 2009 22:20:51 +0100
To: bug-IPC-SysV [...] rt.cpan.org
From: Marcus Holland-Moritz <mhx-perl [...] gmx.net>
Hi Zefram, On 2009-10-22, at 19:09:55 -0400, Zefram via RT wrote: Show quoted text
> Thu Oct 22 19:09:54 2009: Request 50762 was acted upon. > Transaction: Ticket created by zefram@fysh.org > Queue: IPC-SysV > Subject: mistaken use of $[ > Broken in: (no value) > Severity: (no value) > Owner: Nobody > Requestors: zefram@fysh.org > Status: new > Ticket <URL: https://rt.cpan.org/Ticket/Display.html?id=50762 > > > > IPC-SysV/regen.pl contains the line > > if ($[ < 5.006) { > > This is obviously intending to examine the Perl version number, which > is $]. $[ is the array index offset, which is effectively always zero.
Thanks, you are very right. This will be fixed in the next release of IPC::SysV. Marcus
Download signature.asc
application/pgp-signature 198b

Message body not shown because it is not plain text.

Sorry for the late reply, this was already fixed back in March with the 2.02 release of IPC::SysV. Marcus