Makefile.PL: Add Inline::C and List::MoreUtils
Patch status: superseded
Patch by Mats
Long description:
* Inline::C: no longer shipped with Inline * List::MoreUtils: introduced in 234-layout-restore-output.t
To apply this patch, use:
curl http://cr.i3wm.org/patch/659/raw.patch | git am
b/testcases/Makefile.PL
15 |
@@ -11,9 +11,11 @@ WriteMakefile( |
16 |
'AnyEvent::I3' => '0.15', |
17 |
'X11::XCB' => '0.09', |
18 |
'Inline' => 0, |
19 |
+ 'Inline::C' => 0, |
20 |
'ExtUtils::PkgConfig' => 0, |
21 |
'Test::More' => '0.94', |
22 |
'IPC::Run' => 0, |
23 |
+ 'List::MoreUtils' => 0, |
24 |
}, |
25 |
PM => {}, # do not install any files from this directory |
26 |
clean => { |