From: Mats Date: Wed, 22 Oct 2014 12:13:08 +0000 (+0200) Subject: Makefile.PL: Add Inline::C dependency X-Git-Tag: 4.9~42 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=1d60e48c73407c215b35a97668d104c11cb12166;p=i3%2Fi3 Makefile.PL: Add Inline::C dependency Inline::C is no longer shipped with Inline. --- diff --git a/testcases/Makefile.PL b/testcases/Makefile.PL index 6bc80d8f..f2c15013 100755 --- a/testcases/Makefile.PL +++ b/testcases/Makefile.PL @@ -11,6 +11,7 @@ WriteMakefile( 'AnyEvent::I3' => '0.15', 'X11::XCB' => '0.09', 'Inline' => 0, + 'Inline::C' => 0, 'ExtUtils::PkgConfig' => 0, 'Test::More' => '0.94', 'IPC::Run' => 0,