X-Git-Url: http://git.ieval.ro/?a=blobdiff_plain;f=Makefile.PL;h=e47de2012029f1a0ebd5b5f55672a235ce2347e5;hb=aa46057307cb8c8c9aa66a19693bf3aab1797639;hp=06f4c1248f81deaf37e7baa010cce4c2b2683819;hpb=0faf07b9bdfb216b3b77b06361a43663c2a3acac;p=app-musicexpo.git diff --git a/Makefile.PL b/Makefile.PL index 06f4c12..e47de20 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -5,15 +5,23 @@ 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, + '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, + SIGN => 1, EXE_FILES => [ 'musicexpo' ], LICENSE => 'perl', ABSTRACT_FROM => 'lib/App/MusicExpo.pm', AUTHOR => 'Marius Gavrilescu ', + META_MERGE => { + resources => { + repository => 'http://git.ieval.ro/?p=app-musicexpo.git' + }, + dynamic_config => 0, + } );