Skip Menu |

This queue is for tickets about the Compress-Raw-Bzip2 CPAN distribution.

Report information
The Basics
Id: 50764
Status: resolved
Priority: 0/
Queue: Compress-Raw-Bzip2

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

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



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
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