I have seen some issues with CGI version being updated to v4.51 in CentOS 6.8 machine. I can check the version of CGI using:
perl -MCGI -e 'print $CGI::VERSION ."\n";'
But, I am more interested in knowing when was it updated and by whom, since automatic update of modules is disabled on the system. There could be other Perl modules or CentOS libraries also that might got affected. How can I figure out what has happened, when and by whom?