tests: depend on AnyEvent::I3 0.09 (for get_bar_config)

next
Michael Stapelberg 2011-10-20 20:31:44 +01:00
parent 093507fc38
commit bf408c9a08
1 changed files with 1 additions and 1 deletions

View File

@ -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,