[Bast-commits] r3736 - local-lib/1.000/trunk/lib/local
matthewt at dev.catalyst.perl.org
matthewt at dev.catalyst.perl.org
Thu Sep 13 23:24:15 GMT 2007
Author: matthewt
Date: 2007-09-13 23:24:14 +0100 (Thu, 13 Sep 2007)
New Revision: 3736
Modified:
local-lib/1.000/trunk/lib/local/lib.pm
Log:
document more limitations, fix bootstrap docs (CPAN non-reentrant so my original way didn't work)
Modified: local-lib/1.000/trunk/lib/local/lib.pm
===================================================================
--- local-lib/1.000/trunk/lib/local/lib.pm 2007-09-13 22:15:59 UTC (rev 3735)
+++ local-lib/1.000/trunk/lib/local/lib.pm 2007-09-13 22:24:14 UTC (rev 3736)
@@ -252,11 +252,11 @@
To bootstrap if you don't have local::lib itself installed -
- $ perl -MCPAN -eshell
- cpan> look local::lib
+ $ perl -MCPAN -eshell # you only need to do this if you don't have a ~/.cpan
+ cpan> exit
+ <download local::lib tarball from CPAN, unpack and cd into dir>
$ perl Makefile.PL --bootstrap
$ make test && make install
- cpan> exit
$ echo 'eval $(perl -I$HOME/perl5/lib/perl5 -Mlocal::lib)' >>~/.bashrc
You can also pass --boostrap=~/foo to get a different location (adjust the
@@ -271,6 +271,8 @@
Kills any existing PERL5LIB, PERL_MM_OPT or MODULEBUILDRC.
+Should probably auto-fixup CPAN config if not already done.
+
Patches very much welcome for any of the above.
=head1 AUTHOR
More information about the Bast-commits
mailing list