Subject: | Can't locate inc/Module/Install.pm in @INC |
It seems that Module::Install is not bundled with the distribution; so automatic build fails if Module::Install is not yet installed:
...
Can't locate inc/Module/Install.pm in @INC (you may need to install the inc::Module::Install module) (@INC contains: ...) at Makefile.PL line 1.
BEGIN failed--compilation aborted at Makefile.PL line 1.
...