]> git.sur5r.net Git - i3/i3/blobdiff - testcases/Makefile.PL
Merge branch 'master' into next
[i3/i3] / testcases / Makefile.PL
index fd7b5e0d0cca229c66ae9cc2ea7548e734136d91..2efc14ca5544825dbaa5456010ca139878356d52 100755 (executable)
@@ -4,16 +4,13 @@ use strict; use warnings;
 use ExtUtils::MakeMaker;
 
 WriteMakefile(
-    NAME => 'i3 testsuite',
+    NAME => 'i3-testsuite',
     MIN_PERL_VERSION => '5.010000', # 5.10.0
     PREREQ_PM => {
         'AnyEvent'     => 0,
         'AnyEvent::I3' => '0.09',
         'X11::XCB'     => '0.03',
-        'Test::Most'   => 0,
-        'Test::Deep'   => 0,
-       'EV'           => 0,
-       'Inline'       => 0,
+        'Inline'       => 0,
     },
     PM => {}, # do not install any files from this directory
     clean => {