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