Hello Zefram,
On 2009-10-22, at 19:13:59 -0400, Zefram via RT wrote:
Show quoted text> Thu Oct 22 19:13:58 2009: Request 50763 was acted upon.
> Transaction: Ticket created by zefram@fysh.org
> Queue: Devel-PPPort
> Subject: mistaken use of $[
> Broken in: (no value)
> Severity: (no value)
> Owner: Nobody
> Requestors: zefram@fysh.org
> Status: new
> Ticket <URL:
http://rt.cpan.org/Ticket/Display.html?id=50763 >
>
>
> Devel-PPPort/parts/inc/magic and Devel-PPPort/t/magic.t both contain
> the line
>
> ok($[ < 5.009 || $@ eq '');
>
> This is obviously intending to examine the Perl version number, which
> is $]. $[ is the array index offset, which is effectively always zero.
Again, you're right. This will be fixed in the next
release of Devel::PPPort.
Marcus