From: Michael Stapelberg Date: Thu, 20 Oct 2011 19:31:44 +0000 (+0100) Subject: tests: depend on AnyEvent::I3 0.09 (for get_bar_config) X-Git-Tag: 4.1~92^2~27 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=bf408c9a08ceff81444bbeb252014c2e774fd46a;p=i3%2Fi3 tests: depend on AnyEvent::I3 0.09 (for get_bar_config) --- diff --git a/testcases/Makefile.PL b/testcases/Makefile.PL index 60083667..11385f76 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.08', + 'AnyEvent::I3' => '0.09', 'X11::XCB' => '0.03', 'Test::Most' => 0, 'Test::Deep' => 0,