Hi Gavin, > However, on CentOS it appears to be in a different package. > > https://centos.pkgs.org/7/centos-x86_64/perl-Data-Dumper-2.145-3.el7.x86_64.rpm.html > > So it looks like we would need to check for that particular module > being available.
In 6.5.91, the error message comes upfront from 'configure': checking for perl... /usr/bin/perl checking Perl version and modules... no configure: error: perl >= 5.7.3 with Encode and Data::Dumper required by Texinfo. This is good. After installing the package 'perl-Data-Dumper', the build succeeds and the tests pass. Bruno
