From 2f741ab8b1ea70dd2139282f87932b93d52d89d6 Mon Sep 17 00:00:00 2001 From: Jan Pazdziora Date: Fri, 6 Jun 2025 19:13:29 +0200 Subject: [PATCH] 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 --- include/prereq-build.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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', \ -- 2.47.2