X-Git-Url: http://git.ieval.ro/?a=blobdiff_plain;f=Makefile.PL;h=31d11bc204def2b89612bc743644b02a44663835;hb=58451f9718f96905f6f605b8447b15a451693572;hp=412602648d511624c25a3b357e6c3e55c00287e7;hpb=e0fa307063761968a2fe530c5f27e002aa8bdd8c;p=app-musicexpo.git diff --git a/Makefile.PL b/Makefile.PL index 4126026..31d11bc 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -2,18 +2,19 @@ use 5.014; use ExtUtils::MakeMaker; WriteMakefile( - NAME => 'App::MusicExpo', - VERSION => '0.001001', - PREREQ_PM => { - 'Audio::FLAC::Header' => 0, - 'HTML::Template::Compiled' => 0, - 'Memoize' => 0, - 'MP3::Tag' => 0, - 'DB_File' => 0, - }, - MIN_PERL_VERSION => 5.014, - EXE_FILES => [ 'musicexpo' ], - LICENSE => 'perl', - ABSTRACT_FROM => 'lib/App/MusicExpo.pm', - AUTHOR => 'Marius Gavrilescu ', + NAME => 'App::MusicExpo', + VERSION_FROM => 'lib/App/MusicExpo.pm', + PREREQ_PM => { + 'Audio::FLAC::Header' => 0, + 'HTML::Template::Compiled' => 0, + 'Memoize' => 0, + 'MP3::Tag' => 1.12, + 'DB_File' => 0, + 'Ogg::Vorbis::Header::PurePerl' => 0, + }, + MIN_PERL_VERSION => 5.014, + EXE_FILES => [ 'musicexpo' ], + LICENSE => 'perl', + ABSTRACT_FROM => 'lib/App/MusicExpo.pm', + AUTHOR => 'Marius Gavrilescu ', );