From 4ad67bfdb941df3d6c1084b27ed5037247ed2c0e Mon Sep 17 00:00:00 2001 From: Marius Gavrilescu Date: Sun, 17 Aug 2014 01:57:31 +0300 Subject: [PATCH] Reindent Makefile.PL --- Makefile.PL | 42 +++++++++++++++++++++--------------------- 1 file changed, 21 insertions(+), 21 deletions(-) diff --git a/Makefile.PL b/Makefile.PL index e47de20..7351696 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -2,26 +2,26 @@ use 5.014; 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, - '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' + 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, }, - dynamic_config => 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, + } ); -- 2.30.2