]> git.sur5r.net Git - i3/i3/blobdiff - testcases/Makefile.PL
Merge branch 'master' into next
[i3/i3] / testcases / Makefile.PL
index f82aa856920324d84605cebb49b046279586a13f..2efc14ca5544825dbaa5456010ca139878356d52 100755 (executable)
@@ -4,14 +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',
-       'EV'           => 0,
-       'Inline'       => 0,
+        'Inline'       => 0,
     },
     PM => {}, # do not install any files from this directory
     clean => {