Reindent code, tests, Makefile.PL
[mafia.git] / Makefile.PL
index ebf1e0cc4d14e42cb99fd2009227b7d9fa83b99c..41039faa64ce5d613937b44bb8d0c8f575d9b1aa 100644 (file)
@@ -1,26 +1,26 @@
 use ExtUtils::MakeMaker;
 
 WriteMakefile(
-    NAME              => 'Mafia',
-    VERSION_FROM      => 'lib/Mafia.pm',
+       NAME              => 'Mafia',
+       VERSION_FROM      => 'lib/Mafia.pm',
        ABSTRACT_FROM     => 'lib/Mafia.pm',
        AUTHOR            => 'Marius Gavrilescu <marius@ieval.ro>',
        MIN_PERL_VERSION  => '5.14.0',
        LICENSE           => 'perl',
-    PREREQ_PM         => {
-         Storable => 0,
+       PREREQ_PM         => {
+               Storable => 0,
        },
        BUILD_REQUIRES => {
-         File::Basename => 0,
-         File::Slurp => 0,
+               File::Basename => 0,
+               File::Slurp => 0,
        },
        META_ADD => {
-         resources => {
-               repository => {
-                 url => 'http://git.ieval.ro/git/mafia.git',
-                 web => 'http://git.ieval.ro/?p=mafia.git',
-                 type => 'git',
+               resources => {
+                       repository => {
+                               url => 'http://git.ieval.ro/git/mafia.git',
+                               web => 'http://git.ieval.ro/?p=mafia.git',
+                               type => 'git',
+                       }
                }
-         }
        }
 );
This page took 0.010458 seconds and 4 git commands to generate.