X-Git-Url: http://git.ieval.ro/?a=blobdiff_plain;f=Makefile.PL;h=baea04b57704a20968c576c900baa0802c2c5d7e;hb=4d17090ef7ef30c0e22f17b1bed202019be1df56;hp=31d11bc204def2b89612bc743644b02a44663835;hpb=513a3718ede09c9b237b428b5e1e7784ff002351;p=app-musicexpo.git diff --git a/Makefile.PL b/Makefile.PL index 31d11bc..baea04b 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -1,20 +1,27 @@ -use 5.014; +use 5.014000; use ExtUtils::MakeMaker; WriteMakefile( - 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 ', + NAME => 'App::MusicExpo', + VERSION_FROM => 'lib/App/MusicExpo.pm', + ABSTRACT_FROM => 'lib/App/MusicExpo.pm', + AUTHOR => 'Marius Gavrilescu ', + EXE_FILES => [ 'musicexpo' ], + MIN_PERL_VERSION => 5.014, + LICENSE => 'perl', + SIGN => 1, + PREREQ_PM => { + qw/Audio::FLAC::Header 0 + HTML::Template::Compiled 0 + Memoize 0 + MP3::Tag 1.12 + DB_File 0 + Ogg::Vorbis::Header::PurePerl 0/, + }, + META_MERGE => { + dynamic_config => 0, + resources => { + repository => 'http://git.ieval.ro/?p=app-musicexpo.git' + }, + } );