X-Git-Url: http://git.ieval.ro/?a=blobdiff_plain;f=Makefile.PL;h=31d11bc204def2b89612bc743644b02a44663835;hb=0a4b389c44bea7500b77bb1d50f61bbae93c89c2;hp=a9e571445151453aca60768e1c10880fdf98ccde;hpb=643301bc21901ec53697c7f7ce7765cc39db9d9b;p=app-musicexpo.git diff --git a/Makefile.PL b/Makefile.PL index a9e5714..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' => 1.12, - '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 ', );