From: Nikita Mikhailov Date: Sat, 11 Apr 2015 11:00:57 +0000 (+0500) Subject: Bump testsuite dependencies versions X-Git-Tag: 4.11~143^2 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=refs%2Fpull%2F1653%2Fhead;p=i3%2Fi3 Bump testsuite dependencies versions --- diff --git a/testcases/Makefile.PL b/testcases/Makefile.PL index f2c15013..3c2a26f9 100755 --- a/testcases/Makefile.PL +++ b/testcases/Makefile.PL @@ -8,8 +8,8 @@ WriteMakefile( MIN_PERL_VERSION => '5.010000', # 5.10.0 PREREQ_PM => { 'AnyEvent' => 0, - 'AnyEvent::I3' => '0.15', - 'X11::XCB' => '0.09', + 'AnyEvent::I3' => '0.16', + 'X11::XCB' => '0.12', 'Inline' => 0, 'Inline::C' => 0, 'ExtUtils::PkgConfig' => 0,