Get Rid of Auto Module Update?

khn

Registered
Oct 20, 2001
1
0
301
Can I somehow get rid of this problem so that cpanel does not update modules to the latest version? I need to use LWP::Parallel, currently it will only support libwww-perl-5.53. However, Cpanel keeps on updating it to the latest version of libwww-perl-5.64.

Can somebody please help???
 

feanor

Well-Known Member
Aug 13, 2001
835
0
316
Go within the perl module structure and chattr +i -R, the directory that contans that particular mod

that's the only sure-fire way of preventing cpanel from touching things you want to remain static for now.