Use traditional Makefile.PL
[gitmo/MooseX-StrictConstructor.git] / Build.PL
index c5a358a..8815ba0 100644 (file)
--- a/Build.PL
+++ b/Build.PL
@@ -14,7 +14,7 @@ my $builder = Module::Build->new(
     build_requires => {
         'Test::More' => '0.88',
     },
-    create_makefile_pl => 'passthrough',
+    create_makefile_pl => 'traditional',
     create_readme      => 1,
     sign               => 1,
 );