From 591f96e2892513f443b1ced9e9c0b73770a12d61 Mon Sep 17 00:00:00 2001 From: Marc van der Wal Date: Thu, 21 Nov 2024 14:52:59 +0100 Subject: [PATCH] Document new dependency on ExtUtils::PkgConfig MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Pull request #210 forgot to document the change in README.md. Let’s fix that before quickly before the next release. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 2aac732f..f7c96077 100644 --- a/README.md +++ b/README.md @@ -50,6 +50,7 @@ Run-time dependencies: Compile-time dependencies (only when installing from source): * `make` * `Devel::CheckLib` + * `ExtUtils::PkgConfig` * `Module::Install` * `Module::Install::XSUtil` * `Test::More >= 1.302015`