If you get the following kind of error when using a problem that has some perl module dependencies, you can get the following type of error if you are missing one of the dependencies.

“Can’t locate XX/YYYYYY/ZZZZ.pm in @INC …”

Use the following to determine the package that contains the module:

yum whatprovides ‘perl(XX::YYYYYY::ZZZZ)’

It should work in newer Fedora/CentOS/Redhat releases.