Subject: | Warnings in MP3::Tag::ID3v2.pm |
When using the -w switch to perl, ID3v2.pm always produces the following warnings when writing a v2 tag to a mp3 file:
Use of uninitialized value in substr at /usr/lib/perl5/site_perl/5.8.2/MP3/Tag/ID3v2.pm line 755.
Use of uninitialized value in concatenation (.) or string at /usr/lib/perl5/site_perl/5.8.2/MP3/Tag/ID3v2.pm line 763.
The version number is also incorrect in ID3v2.pm: it claims to be 0.91 but should be 0.92.
(Environment: cygwin perl v5.8.2/windows xp, MP3-Tag v0.92)