[Bast-commits] r3734 - local-lib/1.000/trunk/lib/local

matthewt at dev.catalyst.perl.org matthewt at dev.catalyst.perl.org
Thu Sep 13 23:03:30 GMT 2007


Author: matthewt
Date: 2007-09-13 23:03:30 +0100 (Thu, 13 Sep 2007)
New Revision: 3734

Modified:
   local-lib/1.000/trunk/lib/local/lib.pm
Log:
document bootstrap procedure

Modified: local-lib/1.000/trunk/lib/local/lib.pm
===================================================================
--- local-lib/1.000/trunk/lib/local/lib.pm	2007-09-13 22:01:02 UTC (rev 3733)
+++ local-lib/1.000/trunk/lib/local/lib.pm	2007-09-13 22:03:30 UTC (rev 3734)
@@ -250,6 +250,13 @@
   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 at shadowcat.co.uk> http://www.shadowcat.co.uk/




More information about the Bast-commits mailing list