]> git.sur5r.net Git - i3/i3/commitdiff
tests: depend on AnyEvent::I3 0.09 (for get_bar_config)
authorMichael Stapelberg <michael@stapelberg.de>
Thu, 20 Oct 2011 19:31:44 +0000 (20:31 +0100)
committerMichael Stapelberg <michael@stapelberg.de>
Thu, 20 Oct 2011 19:31:44 +0000 (20:31 +0100)
testcases/Makefile.PL

index 6008366762186b6906f596427947ba74ae0796c9..11385f763f631aa57e22d9868ce1f0e71230cf93 100755 (executable)
@@ -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,