/scripts/remservlets w/ cpanel::Getopt::Param 0.0.5.1
Hi all and cPanel developpers,
CloudLinux 6
WHM 56.0 build 22
cpanel-perl-522-Getopt-Param-0.0.5-1.cp1156.x86_64
The Perl module is installed in
Then I guess the following patch will correct this new directory installation :
Hope this helps. Philippe
# rpm -ql cpanel-perl-522-Getopt-Param
/usr/local/cpanel/3rdparty/perl/522/lib64/perl5/cpanel_lib/Getopt/Param.pm
Then I guess the following patch will correct this new directory installation :
diff -Naur a/remservlets b/remservlets
--- a/remservlets 2016-06-07 19:14:46.333948772 +0200
+++ b/remservlets 2016-06-07 19:17:59.917948592 +0200
@@ -17,7 +17,7 @@
}
use Cpanel::HttpUtils (); #issafe
-use Cpanel::CPAN::Getopt::Param (); #issafe
+use Getopt::Param (); #issafe
use Cpanel::EditHttpdconf (); #issafe
use Cpanel::SafeDir ();
@@ -37,7 +37,7 @@
exit;
};
-my $prm = Cpanel::CPAN::Getopt::Param->new(
+my $prm = Getopt::Param->new(
{ #issafe
'help_coderef' => $help_cr,
}
Hope this helps. Philippe
-
Hi, We fixed this in our last EA3 release: 3.32.14 2016-5-31 [LIST] - Implemented case EAL-3069: Remove Cpanel::CPAN from scripts
0 -
Hi Jacob, Ok, thank you for your feedback and the fix and sorry for not having done my homework :-) Philippe 0 -
I still have this issue on EasyApache v3.34.3 rev9999. tizoo's changes worked. 0 -
I still have this issue on EasyApache v3.34.3 rev9999. tizoo's changes worked.
Hello, Could you let us know the specific steps you were taking to reproduce this issue before you manually updated the file? Thank you.0
Please sign in to leave a comment.
Comments
4 comments