From: Michael Stapelberg Date: Thu, 30 Aug 2012 22:17:06 +0000 (+0200) Subject: testcases: add ExtUtils::PkgConfig as explicit dependency X-Git-Tag: 4.3~51 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=48baf3bf65e849a1f7e6ee205533544deecf13ac;p=i3%2Fi3 testcases: add ExtUtils::PkgConfig as explicit dependency This used to be a transitive dependency through X11::XCB, but the latter dropped it in version 0.04. --- diff --git a/testcases/Makefile.PL b/testcases/Makefile.PL index 1c987389..b1e698ae 100755 --- a/testcases/Makefile.PL +++ b/testcases/Makefile.PL @@ -11,6 +11,7 @@ WriteMakefile( 'AnyEvent::I3' => '0.09', 'X11::XCB' => '0.03', 'Inline' => 0, + 'ExtUtils::PkgConfig' => 0, 'Test::More' => '0.94', }, PM => {}, # do not install any files from this directory