Update the default format
[app-musicexpo.git] / Makefile.PL
index 274861719bd8eae8da8702e780f8659d9b1351bf..31d11bc204def2b89612bc743644b02a44663835 100644 (file)
@@ -2,20 +2,19 @@ use 5.014;
 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,
-       },
-       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',
+  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 <marius@ieval.ro>',
 );
This page took 0.010227 seconds and 4 git commands to generate.