Switch to traditional Makefile.PL 0.11
Dave Rolsky [Wed, 10 Feb 2010 00:44:12 +0000 (18:44 -0600)]
Build.PL

index b1dc9db..0224dd7 100644 (file)
--- a/Build.PL
+++ b/Build.PL
@@ -14,7 +14,7 @@ my $builder = Module::Build->new(
         'Scalar::Util' => '0',
         'Test::More'   => '0.88',
     },
-    create_makefile_pl => 'passthrough',
+    create_makefile_pl => 'traditional',
     create_readme      => 1,
     sign               => 1,
 );