Thu Oct 22 19:14:34 2009zefram [...] fysh.org - Ticket created
Subject:
mistaken use of $[
Date:
Fri, 23 Oct 2009 00:14:12 +0100
To:
bug-Compress-Raw-Bzip2 [...] rt.cpan.org
From:
Zefram <zefram [...] fysh.org>
Compress-Raw-Bzip2/t/01bzip2.t contains the line
next if $[ < 5.005 ;
This is obviously intending to examine the Perl version number, which
is $]. $[ is the array index offset, which is effectively always zero.
-zefram
Sat Oct 31 11:35:37 2009pmqs [...] cpan.org - Correspondence added
On Thu Oct 22 19:14:34 2009, zefram@fysh.org wrote:
Show quoted text
> Compress-Raw-Bzip2/t/01bzip2.t contains the line
>
> next if $[ < 5.005 ;
>
> This is obviously intending to examine the Perl version number, which
> is $]. $[ is the array index offset, which is effectively always zero.
>
> -zefram
Thanks.
Paul
Sat Oct 31 11:35:38 2009The RT System itself - Status changed from 'new' to 'open'
Sun Nov 15 17:34:44 2009pmqs [...] cpan.org - Status changed from 'open' to 'resolved'
Sun Nov 15 17:34:44 2009pmqs [...] cpan.org - Fixed in 2.023 added