Skip Menu |

This queue is for tickets about the Win32API-File CPAN distribution.

Report information
The Basics
Id: 56573
Status: resolved
Priority: 0/
Queue: Win32API-File

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

Bug Information
Severity: Wishlist
Broken in: (no value)
Fixed in: 0.1200



Subject: $[ used in Win32API::File
Date: Tue, 13 Apr 2010 21:46:20 +0100
To: bug-Win32API-File [...] rt.cpan.org
From: Zefram <zefram [...] fysh.org>
The code for Win32API::File has a vestigial use of $[, comparing an index() result against $[-1. Stylistically this should be changed to simply -1, because $[ can't vary in this context and is deprecated. -zefram