From 0faf07b9bdfb216b3b77b06361a43663c2a3acac Mon Sep 17 00:00:00 2001 From: Marius Gavrilescu Date: Sun, 18 Aug 2013 11:05:33 +0300 Subject: [PATCH] Update Makefile.PL --- Makefile.PL | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/Makefile.PL b/Makefile.PL index a9e5714..06f4c12 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -2,18 +2,18 @@ use 5.014; use ExtUtils::MakeMaker; WriteMakefile( - NAME => 'App::MusicExpo', - VERSION => '0.001001', - 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 ', + 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 ', ); -- 2.30.2