From: Gunnar Wolf <gwolf@debian.org>
Origin: vendor
Bug-Debian: http://bugs.debian.org/397069
Forwarded: yes (private mail)
Last-Update: 2009-12-27
Description: Replace one of the needed modules' name
MPEG::MP3Info's upstream replaced its name for MP3::Info;
acknowledging the change in the source.
--- mp3roaster-0.3.0.orig/mp3roaster
+++ mp3roaster-0.3.0/mp3roaster
@@ -28,7 +28,7 @@ use File::Path; # Get file p
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