Looks like your files are not where perldoc is expecting them to be. If you cd /home/rlh/perl5 you should be able to do something like
mallen-rMBP:perl5 mallen$ pwd /Users/mallen/perl5 mallen-rMBP:perl5 mallen$ find . -name Contenticious* -print ./perlbrew/perls/perl-5.22.0/lib/site_perl/5.22.0/Contenticious ./perlbrew/perls/perl-5.22.0/lib/site_perl/5.22.0/Contenticious.pm ./perlbrew/perls/perl-5.22.0/lib/site_perl/5.22.0/Contenticious.pod ./perlbrew/perls/perl-5.22.0/lib/site_perl/5.22.0/darwin-2level/.meta/Contenticious-0.35 ./perlbrew/perls/perl-5.22.0/lib/site_perl/5.22.0/darwin-2level/auto/Contenticious ./perlbrew/perls/perl-5.22.0/man/man3/Contenticious.3 ./perlbrew/perls/perl-5.22.0/man/man3/Contenticious::Commands.3 ./perlbrew/perls/perl-5.22.0/man/man3/Contenticious::Content.3 ./perlbrew/perls/perl-5.22.0/man/man3/Contenticious::Content::Node.3 ./perlbrew/perls/perl-5.22.0/man/man3/Contenticious::Content::Node::Directory.3 ./perlbrew/perls/perl-5.22.0/man/man3/Contenticious::Content::Node::File.3 ./perlbrew/perls/perl-5.22.0/man/man3/Contenticious::Generator.3 then you can give perldoc the full path to the module(s) you want to read. Mark On Wednesday, May 4, 2016 10:33 PM, Russell Harris via Houston <[email protected]> wrote: On Wed, May 4, 2016 10:00 pm, Mark Allen wrote: > On Wednesday, May 4, 2016 6:59 PM, Russell Harris via Houston > <[email protected]> wrote: > >> I am trying to execute the instruction found in the >> Contenticious Perldoc Sitemap (the file 01_Perldoc.md): >> > > Are you sure it's installed on your system? I think so. rlh@cromwell:~$ cpanm Contenticious ! ! Can't write to /usr/local/share/perl/5.20.2 and /usr/local/bin: Installing modules to /home/rlh/perl5 ! To turn off this warning, you have to do one of the following: ! - run me as a root or with --sudo option (to install to /usr/local/share/perl/5.20.2 and /usr/local/bin) ! - Configure local::lib your existing local::lib in this shell to set PERL_MM_OPT etc. ! - Install local::lib by running the following commands ! ! cpanm --local-lib=~/perl5 local::lib && eval $(perl -I ~/perl5/lib/perl5/ -Mlocal::lib) ! Contenticious is up to date. (0.35) rlh@cromwell:~$ _______________________________________________ Houston mailing list [email protected] http://mail.pm.org/mailman/listinfo/houston Website: http://houston.pm.org/ _______________________________________________ Houston mailing list [email protected] http://mail.pm.org/mailman/listinfo/houston Website: http://houston.pm.org/
