Ddclient error while trying to run it as debugging to check it

After a new install of centOS 6, I tried installing ddclient so that I could update my DNS records in Cloudflare and I configured it correctly as indicated on the Cloudflare site and other sites when I try to run the debug command

ddclient -daemon=0 -debug -verbose -noquiet

I get this error

FATAL:    Error loading the Perl module JSON::Any needed for cloudflare update.

And I tried to install perl-JSON using yum install perl-JSON , but did nothing

+4
source share
1 answer

You may try

sudo cpan install JSON::Any
+3
source

Source: https://habr.com/ru/post/1610504/