document bootstrap procedure
matthewt [Thu, 13 Sep 2007 22:03:30 +0000 (22:03 +0000)]
git-svn-id: http://dev.catalyst.perl.org/repos/bast/local-lib/1.000/trunk@3734 bd8105ee-0ff8-0310-8827-fb3f25b6796d

lib/local/lib.pm

index 2b57eb0..1b6452f 100644 (file)
@@ -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 <mst@shadowcat.co.uk> http://www.shadowcat.co.uk/