From: Marius Gavrilescu Date: Sat, 17 Aug 2013 21:18:21 +0000 (+0300) Subject: Bump MP3::Tag dependency X-Git-Tag: 0.002~6 X-Git-Url: http://git.ieval.ro/?p=app-musicexpo.git;a=commitdiff_plain;h=643301bc21901ec53697c7f7ce7765cc39db9d9b Bump MP3::Tag dependency --- diff --git a/Makefile.PL b/Makefile.PL index 4126026..a9e5714 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -8,7 +8,7 @@ WriteMakefile( 'Audio::FLAC::Header' => 0, 'HTML::Template::Compiled' => 0, 'Memoize' => 0, - 'MP3::Tag' => 0, + 'MP3::Tag' => 1.12, 'DB_File' => 0, }, MIN_PERL_VERSION => 5.014,