whitespace only
Karen Etheridge [Mon, 14 Jul 2014 03:27:55 +0000 (20:27 -0700)]
Makefile.PL

index a53161d..bc2ff86 100644 (file)
@@ -2,27 +2,27 @@ use 5.006;
 use ExtUtils::MakeMaker;
 
 WriteMakefile(
-       NAME            => 'Sub::Name',
-       VERSION_FROM    => 'lib/Sub/Name.pm',
-       ABSTRACT_FROM   => 'lib/Sub/Name.pm',
-       AUTHOR          => 'Matthijs van Duin <xmath@cpan.org>',
+    NAME            => 'Sub::Name',
+    VERSION_FROM    => 'lib/Sub/Name.pm',
+    ABSTRACT_FROM   => 'lib/Sub/Name.pm',
+    AUTHOR          => 'Matthijs van Duin <xmath@cpan.org>',
 
-  MIN_PERL_VERSION => '5.006',
-  META_MERGE => {
-    'meta-spec' => { version => 2 },
-    dynamic_config => 0,
-    resources => {
-      repository => {
-        url => 'https://github.com/karenetheridge/Sub-Name.git',
-        web => 'https://github.com/karenetheridge/Sub-Name',
-        type => 'git',
-      },
-      bugtracker => {
-        mailto => 'bug-Sub-Name@rt.cpan.org',
-        web => 'https://rt.cpan.org/Public/Dist/Display.html?Name=Sub-Name',
-      },
+    MIN_PERL_VERSION => '5.006',
+    META_MERGE => {
+        'meta-spec' => { version => 2 },
+        dynamic_config => 0,
+        resources => {
+            repository => {
+                url => 'https://github.com/karenetheridge/Sub-Name.git',
+                web => 'https://github.com/karenetheridge/Sub-Name',
+                type => 'git',
+            },
+            bugtracker => {
+                mailto => 'bug-Sub-Name@rt.cpan.org',
+                web => 'https://rt.cpan.org/Public/Dist/Display.html?Name=Sub-Name',
+            },
+        },
     },
-  },
 );
 
 package MY;