From: Tony Crisci Date: Sat, 19 Oct 2013 00:02:17 +0000 (-0400) Subject: Testcases: Use AnyEvent::I3 version 0.15 X-Git-Tag: 4.7~33 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=14b86acf40b53075d2ccd7cba47267f74c49c9ff;p=i3%2Fi3 Testcases: Use AnyEvent::I3 version 0.15 Use the latest version of AnyEvent::I3, version 0.15, which includes support for the `window` event tag. --- diff --git a/testcases/Makefile.PL b/testcases/Makefile.PL index 1a9b19cf..6bc80d8f 100755 --- a/testcases/Makefile.PL +++ b/testcases/Makefile.PL @@ -8,7 +8,7 @@ WriteMakefile( MIN_PERL_VERSION => '5.010000', # 5.10.0 PREREQ_PM => { 'AnyEvent' => 0, - 'AnyEvent::I3' => '0.14', + 'AnyEvent::I3' => '0.15', 'X11::XCB' => '0.09', 'Inline' => 0, 'ExtUtils::PkgConfig' => 0,