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.
This commit is contained in:
parent
9adff26dcf
commit
14b86acf40
|
@ -8,7 +8,7 @@ WriteMakefile(
|
||||||
MIN_PERL_VERSION => '5.010000', # 5.10.0
|
MIN_PERL_VERSION => '5.010000', # 5.10.0
|
||||||
PREREQ_PM => {
|
PREREQ_PM => {
|
||||||
'AnyEvent' => 0,
|
'AnyEvent' => 0,
|
||||||
'AnyEvent::I3' => '0.14',
|
'AnyEvent::I3' => '0.15',
|
||||||
'X11::XCB' => '0.09',
|
'X11::XCB' => '0.09',
|
||||||
'Inline' => 0,
|
'Inline' => 0,
|
||||||
'ExtUtils::PkgConfig' => 0,
|
'ExtUtils::PkgConfig' => 0,
|
||||||
|
|
Loading…
Reference in New Issue