metaperl has asked for the wisdom of the Perl Monks concerning the following question:
However because this Makefile.PL has the (recommended) line: use inc::Module::Install when I run perl Makefile.PL I get:
and that does not surprise me (grin). And the related FAQ entries do not shine any light on my situation.<metaperl@andLinux:~/prg/dbix-cookbook> perl Makefile.PL Can't locate inc/Module/Install.pm in @INC (@INC contains: /etc/perl / +usr/local/lib/perl/5.10.0 /usr/local/share/perl/5.10.0 /usr/lib/perl5 + /usr/share/perl5 /usr/lib/perl/5.10 /usr/share/perl/5.10 /usr/local/ +lib/site_perl .) at Makefile.PL line 1. BEGIN failed--compilation aborted at Makefile.PL line 1. <metaperl@andLinux:~/prg/dbix-cookbook>
My goal is to release this to CPAN so that perl -MCPAN -e 'install DBIx::Cookbook' does not choke when running perl Makefile.PL
-- Terence Parr, "Enforcing Strict Model View Separation in Template Engines"
|
|---|