From: matthewt Date: Thu, 13 Sep 2007 22:03:30 +0000 (+0000) Subject: document bootstrap procedure X-Git-Tag: 1.006009~107 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=bc30e1d5f67aef767ca40ed7272090acc440b6a8;p=p5sagit%2Flocal-lib.git document bootstrap procedure git-svn-id: http://dev.catalyst.perl.org/repos/bast/local-lib/1.000/trunk@3734 bd8105ee-0ff8-0310-8827-fb3f25b6796d --- diff --git a/lib/local/lib.pm b/lib/local/lib.pm index 2b57eb0..1b6452f 100644 --- a/lib/local/lib.pm +++ b/lib/local/lib.pm @@ -250,6 +250,13 @@ From the shell - export PERL5LIB='/home/username/perl/lib/perl5:/home/username/perl/lib/perl5/i386-linux' export PATH="/home/username/perl/bin:$PATH" +To bootstrap if you don't have local::lib itself installed - + + perl -MCPAN -eshell + cpan> look local::lib + $ perl Makefile.PL --bootstrap + $ make test && make install + =head1 AUTHOR Matt S Trout http://www.shadowcat.co.uk/