Reindent everything
[apache2-authzcaps.git] / Makefile.PL
index d2cd36f2193a31b326be650de3e66f1a1e72fafa..8b2284d43eb30c10cbf4b15824d606ce7212258d 100644 (file)
@@ -1,22 +1,22 @@
 use ExtUtils::MakeMaker;
 
 WriteMakefile(
-  NAME             => 'Apache2::AuthzCaps',
-  VERSION_FROM     => 'lib/Apache2/AuthzCaps.pm',
-  ABSTRACT_FROM    => 'lib/Apache2/AuthzCaps.pm',
-  AUTHOR           => 'Marius Gavrilescu <marius@ieval.ro>',
-  MIN_PERL_VERSION => '5.14.0',
-  LICENSE          => 'perl',
-  SIGN             => 1,
-  PREREQ_PM        => {
-         qw/YAML::Any 0/,
-  },
-  META_MERGE       => {
-         dynamic_config => 0,
-         recommends   => {
-                 qw/Apache2::Access     0
-                        Apache2::Const      0
-                        Apache2::RequestRec 0/,
-         }
-  }
+       NAME             => 'Apache2::AuthzCaps',
+       VERSION_FROM     => 'lib/Apache2/AuthzCaps.pm',
+       ABSTRACT_FROM    => 'lib/Apache2/AuthzCaps.pm',
+       AUTHOR           => 'Marius Gavrilescu <marius@ieval.ro>',
+       MIN_PERL_VERSION => '5.14.0',
+       LICENSE          => 'perl',
+       SIGN             => 1,
+       PREREQ_PM        => {
+               qw/YAML::Any 0/,
+       },
+       META_MERGE       => {
+               dynamic_config => 0,
+               recommends   => {
+                       qw/Apache2::Access     0
+                          Apache2::Const      0
+                          Apache2::RequestRec 0/,
+               }
+       }
 );
This page took 0.010088 seconds and 4 git commands to generate.