Subject: | Can't locate File/Fetch.pm |
Automatic installation may fail on systems which come with a stripped perl installation (e.g. CentOS7):
...
Output from '/usr/bin/perl Build.PL ':
Can't locate File/Fetch.pm in @INC (@INC contains: ... .) at Build.PL line 5.
BEGIN failed--compilation aborted at Build.PL line 5.
...
To avoid such failures it's probably best to specify File::Fetch as a prerequisite.