You could create an AutoBundle (
perl -MCPAN -e autobundle) and roll that out to each machine and install all of the modules you require that way, rather than report was is missing.
Update: For further information about this see responses to
perl modules replication and
Mirror CPAN installed modules
Hope this helps
Martin