Skip Menu |

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

Report information
The Basics
Id: 2551
Status: resolved
Priority: 0/
Queue: Tie-File

People
Owner: MJD [...] cpan.org
Requestors:
Cc:
AdminCc:

Bug Information
Severity: Normal
Broken in: 0.95
Fixed in: (no value)



Subject: Parentheses missing around "my" list at .. Tie/File.pm... line 673 and line 699
Make it look like so: my $bytes_read = read $fh, my($data), $readsize; # line 673 read $fh, my($old), $readsize;# line 699
The bug is in Perl, which is issuing a spurious warning in this case. Rafael Garcia-Suarez has fixed the bug in Perl. The next release of Tie::File will also work around this bug so that the spurious warning is not generated.