From 7a832124de9d179d70db82dd5ac0966d1358b423 Mon Sep 17 00:00:00 2001 From: Nicolas Rochelemagne Date: Thu, 19 Feb 2026 12:31:10 -0500 Subject: [PATCH] fix: update perl paths from 540 to 542 in setup scripts configure.cpanel and setup.cpanel still referenced perl 540 paths. Updated to 542 to match the bc542 branch target. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> --- configure.cpanel | 2 +- setup.cpanel | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/configure.cpanel b/configure.cpanel index 41e43de19..5c69c76cb 100755 --- a/configure.cpanel +++ b/configure.cpanel @@ -1,6 +1,6 @@ #!/bin/sh -export PATH=/usr/local/cpanel/3rdparty/perl/540/bin/:$PATH +export PATH=/usr/local/cpanel/3rdparty/perl/542/bin/:$PATH #set -e LOG=/tmp/log.bc.configure diff --git a/setup.cpanel b/setup.cpanel index 1b6851cfe..84908bf4e 100755 --- a/setup.cpanel +++ b/setup.cpanel @@ -5,7 +5,7 @@ ARG="$1" # --debug PERL=$(which perl) -BINPERL="/usr/local/cpanel/3rdparty/perl/540/bin" +BINPERL="/usr/local/cpanel/3rdparty/perl/542/bin" if [[ "${BASH_SOURCE[0]}" == "$0" ]]; then echo "You need to source that file: 'source $0'"