Annoying message...

If csf warn you everyday while trying to being updated with this message :

URLGET set to use LWP but perl module is not installed, reverting to HTTP::Tiny

Then install libwww-perl

sudo apt-get install libwww-perl

or

yum install perl-libwww-perl

under CentOS like.