Replace MP3::Tag with MP3::Info
[app-musicexpo.git] / Makefile.PL
index 06f4c1248f81deaf37e7baa010cce4c2b2683819..ffbd809f2f2fbee4a17eeece8fd4e4a2dc986ec3 100644 (file)
@@ -1,19 +1,28 @@
-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,
-  },
-  MIN_PERL_VERSION => 5.014,
-  EXE_FILES     => [ 'musicexpo' ],
-  LICENSE       => 'perl',
-  ABSTRACT_FROM => 'lib/App/MusicExpo.pm',
-  AUTHOR        => 'Marius Gavrilescu <marius@ieval.ro>',
+       NAME             => 'App::MusicExpo',
+       VERSION_FROM     => 'lib/App/MusicExpo.pm',
+       ABSTRACT_FROM    => 'lib/App/MusicExpo.pm',
+       AUTHOR           => 'Marius Gavrilescu <marius@ieval.ro>',
+       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::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'
+               },
+       }
 );
This page took 0.010153 seconds and 4 git commands to generate.