Upgrade to Test::Harness 3.14
[p5sagit/p5-mst-13.2.git] / ext / Test / Harness / Makefile.PL
index e6e34c3..6bc533c 100644 (file)
@@ -18,12 +18,12 @@ my %mm_args = (
     'INSTALLDIRS' => 'perl',
     'PL_FILES'    => {},
     'test'        => { 'TESTS' => 't/*.t t/compat/*.t' },
+
     # In the core pods will be built by installman, and prove found by
     # utils/prove.PL
-    $core ? (
-    'MAN3PODS'    => {}
-    ) : (
-    'EXE_FILES'   => ['bin/prove'],
+    $core
+    ? ( 'MAN3PODS' => {} )
+    : ( 'EXE_FILES' => ['bin/prove'],
     ),
 );