Subject: | module-starter depends on Path::Class |
I installed Module::Starter without issue
$ cpanm Module::Starter
but the module-starter binary seems also to want Path::Class
$ module-starter --help
Can't locate Path/Class.pm in @INC (@INC contains:
/home/tim/perl5/perlbrew/perls/perl-5.14.1/lib/site_perl/5.14.1/i686-
linux /home/tim/perl5/perlbrew/perls/perl-5.14.1/lib/site_perl/5.14.1
/home/tim/perl5/perlbrew/perls/perl-5.14.1/lib/5.14.1/i686-linux
/home/tim/perl5/perlbrew/perls/perl-5.14.1/lib/5.14.1 .) at
/home/tim/perl5/perlbrew/perls/perl-
5.14.1/lib/site_perl/5.14.1/Module/Starter/App.pm line 14.
BEGIN failed--compilation aborted at
/home/tim/perl5/perlbrew/perls/perl-
5.14.1/lib/site_perl/5.14.1/Module/Starter/App.pm line 14.
Compilation failed in require at
/home/tim/perl5/perlbrew/perls/current/bin/module-starter line 15.
BEGIN failed--compilation aborted at
/home/tim/perl5/perlbrew/perls/current/bin/module-starter line 15.
Installing Path::Class makes it happy
$ module-starter --version
module-starter v1.57
$ perl -v
This is perl 5, version 14, subversion 1 (v5.14.1) built for i686-linux
Copyright 1987-2011, Larry Wall
Perl may be copied only under the terms of either the Artistic License
or the
GNU General Public License, which may be found in the Perl 5 source kit.
Complete documentation for Perl, including FAQ lists, should be found on
this system using "man perl" or "perldoc perl". If you have access to
the
Internet, point your browser at http://www.perl.org/, the Perl Home
Page.
$ uname -a
Linux zog 2.6.38-8-generic #42-Ubuntu SMP Mon Apr 11 03:31:50 UTC 2011
i686 i686 i386 GNU/Linux