Reindent Makefile.PL
authorMarius Gavrilescu <marius@ieval.ro>
Sat, 16 Aug 2014 22:57:31 +0000 (01:57 +0300)
committerMarius Gavrilescu <marius@ieval.ro>
Sat, 16 Aug 2014 22:57:31 +0000 (01:57 +0300)
Makefile.PL

index e47de2012029f1a0ebd5b5f55672a235ce2347e5..73516964b9a18c123dfbb1be09f7280a3d9ace7c 100644 (file)
@@ -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 <marius@ieval.ro>',
-  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 <marius@ieval.ro>',
+       META_MERGE    => {
+               resources   => {
+                       repository => 'http://git.ieval.ro/?p=app-musicexpo.git'
+               },
+               dynamic_config => 0,
+       }
 );
This page took 0.011712 seconds and 4 git commands to generate.