]> git.sur5r.net Git - i3/i3/blobdiff - testcases/Makefile.PL
testcases: remove external AnyEvent::I3 dependency
[i3/i3] / testcases / Makefile.PL
index 6bc80d8f3ded97c86f5a76b4e9db7e830c3787b7..0b1f305592a14e806bb5ae4920a1404ed05761f5 100755 (executable)
@@ -8,9 +8,9 @@ WriteMakefile(
     MIN_PERL_VERSION => '5.010000', # 5.10.0
     PREREQ_PM => {
         'AnyEvent'     => 0,
-        'AnyEvent::I3' => '0.15',
-        'X11::XCB'     => '0.09',
+        'X11::XCB'     => '0.12',
         'Inline'       => 0,
+        'Inline::C'    => 0,
         'ExtUtils::PkgConfig' => 0,
         'Test::More'   => '0.94',
         'IPC::Run' => 0,