Why quote some keys?
[p5sagit/p5-mst-13.2.git] / ext / Storable / Makefile.PL
index abc3f2d..6b43879 100644 (file)
@@ -17,11 +17,11 @@ use ExtUtils::MakeMaker;
 use Config;
 
 WriteMakefile(
-    'NAME'              => 'Storable',
-    'DISTNAME'          => "Storable",
-    'MAN3PODS'          => {},
+    NAME                => 'Storable',
+    DISTNAME            => "Storable",
+    MAN3PODS            => {},
     PREREQ_PM           => { 'Test::More' => '0.41' },
     INSTALLDIRS         => 'perl',
-    'VERSION_FROM'      => 'Storable.pm',
-    'dist'              => { SUFFIX => 'gz', COMPRESS => 'gzip -f' },
+    VERSION_FROM        => 'Storable.pm',
+    dist                => { SUFFIX => 'gz', COMPRESS => 'gzip -f' },
 );