Subject: | error on install - Config::Tiny required |
On trying to install OpenGuides 0.60 from CPAN.pm I saw:
CPAN.pm: Going to build D/DO/DOM/OpenGuides-0.60.tar.gz
# running Build.PL
/usr/local/bin/perl Build.PL
Config::Tiny is required to configure this application.
Couldn't run Build.PL: at
/usr/local/lib/perl5/site_perl/5.8.8/Module/Build/Compat.pm line 200.
Warning: No success on command[/usr/local/bin/perl Makefile.PL]
DOM/OpenGuides-0.60.tar.gz
/usr/local/bin/perl Makefile.PL -- NOT OK
Running make test
Make had some problems, won't test
Running make install
Make had some problems, won't install
Failed during this command:
DOM/OpenGuides-0.60.tar.gz : writemakefile NO
'/usr/local/bin/perl Makefile.PL' returned status 512
Surely if Config::Tiny is required to install then it should be defined
so that CPAN.pm will go away and install it for me?