<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">diff -bu ./Makefile.PL~ ./Makefile.PL
--- ./Makefile.PL~	2017-05-15 12:11:31.000000000 +0200
+++ ./Makefile.PL	2017-05-15 12:10:23.000000000 +0200
@@ -32,15 +32,15 @@
     "File::Spec" =&gt; 0,
     "Hash::Util" =&gt; 0,
     "Specio" =&gt; "0.14",
-    "Test2::Bundle::Extended" =&gt; 0,
-    "Test2::Plugin::NoWarnings" =&gt; 0,
-    "Test2::Require::Module" =&gt; 0,
+    #"Test2::Bundle::Extended" =&gt; 0,
+    #"Test2::Plugin::NoWarnings" =&gt; 0,
+    #"Test2::Require::Module" =&gt; 0,
     "Test::More" =&gt; "1.302015",
-    "Test::Without::Module" =&gt; 0
+    #"Test::Without::Module" =&gt; 0
   },
   "VERSION" =&gt; "0.24",
   "test" =&gt; {
-    "TESTS" =&gt; "t/*.t t/named/*.t t/positional/*.t"
+    "TESTS" =&gt; "none.t"
   }
 );
 
diff -bu ./none.t~ ./none.t
--- ./none.t~	2017-05-15 12:13:16.000000000 +0200
+++ ./none.t	2017-05-15 12:12:53.000000000 +0200
@@ -0,0 +1 @@
+use Test::More skip_all =&gt; "cperl doesn't endorse Test2 yet";
</pre></body></html>