[openwrt/openwrt] prereq-build: fix typo on the IPC::Cmd module message

LEDE Commits lede-commits at lists.infradead.org
Sat Jun 7 06:24:09 PDT 2025


robimarko pushed a commit to openwrt/openwrt.git, branch main:
https://git.openwrt.org/2f741ab8b1ea70dd2139282f87932b93d52d89d6

commit 2f741ab8b1ea70dd2139282f87932b93d52d89d6
Author: Jan Pazdziora <jan.pazdziora at code.adelton.com>
AuthorDate: Fri Jun 6 19:13:29 2025 +0200

    prereq-build: fix typo on the IPC::Cmd module message
    
    Perl modules use double-colon naming.
    
    Signed-off-by: Jan Pazdziora <jan.pazdziora at code.adelton.com>
    Link: https://github.com/openwrt/openwrt/pull/19047
    Signed-off-by: Robert Marko <robimarko at gmail.com>
---
 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 8b138cfc44..913888e0ad 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', \




More information about the lede-commits mailing list