Use traditional Makefile.PL
[gitmo/MooseX-StrictConstructor.git] / Build.PL
index 16ed57a..8815ba0 100644 (file)
--- a/Build.PL
+++ b/Build.PL
@@ -9,10 +9,12 @@ my $builder = Module::Build->new(
     module_name => 'MooseX::StrictConstructor',
     license     => 'perl',
     requires    => {
-        'Moose'      => '0.74',
-        'Test::More' => '0',
+        'Moose' => '0.74',
     },
-    create_makefile_pl => 'passthrough',
+    build_requires => {
+        'Test::More' => '0.88',
+    },
+    create_makefile_pl => 'traditional',
     create_readme      => 1,
     sign               => 1,
 );