Centralize MakeMaker customizations so they can be shared between dzil and dev-only...
[gitmo/Moose.git] / Makefile.PL
index 0b9d0c3..5359a20 100644 (file)
@@ -25,5 +25,5 @@ eval MMHelper::my_package_subs();
 WriteMakefile(
     NAME => 'Moose',
     test => { TESTS => 't/*.t t/*/*.t' },
-    MMHelper::mm_args(q{.}),
+    MMHelper::mm_args('dev'),
 );