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