Skip Menu |

This queue is for tickets about the MP3-Info CPAN distribution.

Report information
The Basics
Id: 58875
Status: new
Priority: 0/
Queue: MP3-Info

People
Owner: Nobody in particular
Requestors: jv [...] cpan.org
Cc:
AdminCc:

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



MP3::Info, line 1098, reads: read $fh, my $bytes, 4; This line is syntactically incorrect in older perls (5.6.x). Please change this to my $bytes; read $fh, $bytes, 4; Alternatively, you can explictly require 5.8 or later.