tag 397069 + patch
severity 397069 grave
thanks

It seems that the upstream author for MPEG::MP3Info reorganized the
modules' namespace usage - I have not yet confirmed the program
properly works, but this at least seems to fix the bug at invocation
time:

--- /usr/bin/mp3roaster 2005-10-09 05:41:57.000000000 -0500
+++ mp3roaster  2007-03-18 11:04:44.000000000 -0600
@@ -28,7 +28,7 @@
 use File::Copy;             # Copy files or filehandles
 use File::MMagic;           # Guess file type
 use Term::ReadKey;          # Module for simple terminal control
-use MPEG::MP3Info;          # Allows to get MP3 infos
+use MP3::Info;              # Allows to get MP3 infos
 use Ogg::Vorbis::Header;    # Perl extension for Ogg Vorbis streams
 use Audio::FLAC::Header;    # Perl extension for FLAC files
 use Audio::Wav              # Perl extension for wav files

At a _very_ quick glance, MP3::Info's man page looks coherent with
MPEG::MP3Info's usage in your package.

Greetings,

-- 
Gunnar Wolf - [EMAIL PROTECTED] - (+52-55)5623-0154 / 1451-2244
PGP key 1024D/8BB527AF 2001-10-23
Fingerprint: 0C79 D2D1 2C4E 9CE4 5973  F800 D80E F35A 8BB5 27AF

Attachment: signature.asc
Description: Digital signature

Reply via email to