From: Jan Pazdziora Date: Fri, 6 Jun 2025 17:13:29 +0000 (+0200) Subject: prereq-build: fix typo on the IPC::Cmd module message X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F19047%2Fhead;p=thirdparty%2Fopenwrt.git prereq-build: fix typo on the IPC::Cmd module message Perl modules use double-colon naming. Signed-off-by: Jan Pazdziora Link: https://github.com/openwrt/openwrt/pull/19047 Signed-off-by: Robert Marko --- diff --git a/include/prereq-build.mk b/include/prereq-build.mk index 8b138cfc44e..913888e0ada 100644 --- a/include/prereq-build.mk +++ b/include/prereq-build.mk @@ -97,7 +97,7 @@ $(eval $(call TestHostCommand,perl-thread-queue, \ perl -MThread::Queue -e 1)) $(eval $(call TestHostCommand,perl-ipc-cmd, \ - Please install the Perl IPC:Cmd module, \ + Please install the Perl IPC::Cmd module, \ perl -MIPC::Cmd -e 1)) $(eval $(call SetupHostCommand,tar,Please install GNU 'tar', \