Skip Menu |

This queue is for tickets about the MIDI-Perl CPAN distribution.

Report information
The Basics
Id: 80316
Status: resolved
Worked: 5 min
Priority: 0/
Queue: MIDI-Perl

People
Owner: CONKLIN [...] cpan.org
Requestors: NHORNE [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: Unimportant
Broken in: 0.82
Fixed in: 0.83



Subject: Incorrect error message
Download http://webspace.webring.com/people/jp/peanuthead19/owl.mid then run this program on it: #!/usr/bin/perl -wT use MIDI; my $opus = MIDI::Opus->new({'from_file' => 'owl.mid', 'no_parse' => 0 }); The program says: Header in data from IO::File=IO(0x96b98a0) says to expect 32 tracks, but only 65 were found at ./mid line 5. But that is an incorrect message, the word "only" implies that 65 is less than 32, which it isn't.
word "only" removed On Sun Oct 21 10:43:43 2012, NHORNE wrote: Show quoted text
> Download http://webspace.webring.com/people/jp/peanuthead19/owl.mid then > run this program on it: > > #!/usr/bin/perl -wT > > use MIDI; > > my $opus = MIDI::Opus->new({'from_file' => 'owl.mid', 'no_parse' => 0 }); > > The program says: > > Header in data from IO::File=IO(0x96b98a0) says to expect 32 tracks, but > only 65 were found > at ./mid line 5. > > But that is an incorrect message, the word "only" implies that 65 is > less than 32, which it isn't.