Testcases: Use AnyEvent::I3 version 0.15
Patch status: merged
Patch by Tony Crisci
Long description:
Use the latest version of AnyEvent::I3, version 0.15, which includes support for the `window` event tag.
To apply this patch, use:
curl http://cr.i3wm.org/patch/272/raw.patch | git am
b/testcases/Makefile.PL
| 15 |
@@ -8,7 +8,7 @@ WriteMakefile( |
| 16 |
MIN_PERL_VERSION => '5.010000', # 5.10.0 |
| 17 |
PREREQ_PM => {
|
| 18 |
'AnyEvent' => 0, |
| 19 |
- 'AnyEvent::I3' => '0.14', |
| 20 |
+ 'AnyEvent::I3' => '0.15', |
| 21 |
'X11::XCB' => '0.09', |
| 22 |
'Inline' => 0, |
| 23 |
'ExtUtils::PkgConfig' => 0, |