CC: | thg [...] users.sourceforge.net |
Subject: | minor patch for ID3v2.pm |
Date: | Sat, 5 Jul 2008 10:34:00 -0700 (PDT) |
To: | bug-MP3-Tag [...] rt.cpan.org |
From: | John Binns <john_binns [...] yahoo.com> |
Sorry if you get this email twice, this is my first CPAN patch so I'm not an expert in the process yet.
In the version of MP3::Tag::ID3v2 which is current on CPAN (0.9710) I found a minor annoyance.
Line 1795 emits a warning, which I don't need but might be useful to some.
However, the next three lines print to STDOUT instead of STDERR.
I had tried to silence these warnings by temporarily unsetting $SIG{__WARN__}, but because they were printed to STDOUT they would not be silenced!
The attached patch fixes this problem.
John
Message body not shown because it is not plain text.