From 48baf3bf65e849a1f7e6ee205533544deecf13ac Mon Sep 17 00:00:00 2001 From: Michael Stapelberg Date: Fri, 31 Aug 2012 00:17:06 +0200 Subject: [PATCH] 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. --- testcases/Makefile.PL | 1 + 1 file changed, 1 insertion(+) 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