X-Git-Url: http://git.ieval.ro/?a=blobdiff_plain;f=Makefile.PL;h=ffbd809f2f2fbee4a17eeece8fd4e4a2dc986ec3;hb=a535e8790ef7f825c6049e16dff723d9e9b54634;hp=274861719bd8eae8da8702e780f8659d9b1351bf;hpb=21cd9240d572994ade62bed83cabba9e0c53e4c1;p=app-musicexpo.git diff --git a/Makefile.PL b/Makefile.PL index 2748617..ffbd809 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -1,21 +1,28 @@ -use 5.014; +use 5.014000; use ExtUtils::MakeMaker; WriteMakefile( - NAME => 'App::MusicExpo', - VERSION => '0.001001', - PREREQ_PM => { - 'Audio::FLAC::Header' => 0, - 'HTML::Entities' => 0, - 'HTML::Template::Compiled' => 0, - 'Memoize' => 0, - 'MP3::Tag' => 0, - 'URI::Escape' => 0, - 'DB_File' => 0, - }, + 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, - EXE_FILES => [ 'musicexpo' ], - LICENSE => 'perl', - ABSTRACT_FROM => 'lib/App/MusicExpo.pm', - AUTHOR => 'Marius Gavrilescu ', + LICENSE => 'perl', + SIGN => 1, + PREREQ_PM => { + qw/Audio::FLAC::Header 0 + HTML::Template::Compiled 0 + Memoize 0 + MP3::Info 0 + MP4::Info 0 + DB_File 0 + Ogg::Vorbis::Header::PurePerl 0/, + }, + META_MERGE => { + dynamic_config => 0, + resources => { + repository => 'http://git.ieval.ro/?p=app-musicexpo.git' + }, + } );