[Bast-commits] r5644 - in local-lib/1.000/trunk: . lib/local

apeiron at dev.catalyst.perl.org apeiron at dev.catalyst.perl.org
Wed Feb 25 05:16:07 GMT 2009


Author: apeiron
Date: 2009-02-25 05:16:07 +0000 (Wed, 25 Feb 2009)
New Revision: 5644

Modified:
   local-lib/1.000/trunk/Changes
   local-lib/1.000/trunk/lib/local/lib.pm
Log:
Add a doc patch from Torsten Raudssus <torsten at raudssus.de> that clarifies how
to specify a directory other than ~/perl5.


Modified: local-lib/1.000/trunk/Changes
===================================================================
--- local-lib/1.000/trunk/Changes	2009-02-24 21:04:14 UTC (rev 5643)
+++ local-lib/1.000/trunk/Changes	2009-02-25 05:16:07 UTC (rev 5644)
@@ -1,5 +1,9 @@
 Revision history for local::lib
 
+1.003002 2009-02-25
+        - Add a doc patch from Torsten Raudssus <torsten at raudssus.de> that
+          clarifies how to specify a directory other than ~/perl5.
+
 1.003001 2009-01-14
         - Properly bail if given fancy dashes obtained by copy-pasting from a
           UTF8-happy POD formatter. This will bail in both the Makefile.PL and

Modified: local-lib/1.000/trunk/lib/local/lib.pm
===================================================================
--- local-lib/1.000/trunk/lib/local/lib.pm	2009-02-24 21:04:14 UTC (rev 5643)
+++ local-lib/1.000/trunk/lib/local/lib.pm	2009-02-25 05:16:07 UTC (rev 5644)
@@ -11,7 +11,7 @@
 use Carp ();
 use Config;
 
-our $VERSION = '1.003001'; # 1.3.1
+our $VERSION = '1.003002'; # 1.3.2
 
 sub import {
   my ($class, @args) = @_;
@@ -361,9 +361,13 @@
   /bin/csh
   % perl -I$HOME/perl5/lib/perl5 -Mlocal::lib >> ~/.cshrc
 
-You can also pass --boostrap=~/foo to get a different location (adjust the
-bashrc / cshrc line appropriately)
+You can also pass --boostrap=~/foo to get a different location -
 
+  $ perl Makefile.PL --bootstrap=~/foo
+  $ make test && make install
+
+  $ echo 'eval $(perl -I$HOME/foo/lib/perl5 -Mlocal::lib=$HOME/foo)' >>~/.bashrc
+
 =head1 DESCRIPTION
 
 This module provides a quick, convenient way of bootstrapping a user-local Perl
@@ -448,6 +452,9 @@
 
 '--self-contained' feature contributed by Mark Stosberg <mark at summersault.com>.
 
+Doc patches for a custom local::lib patch contributed by Torsten Raudssus
+<torsten at raudssus.de>.
+
 =head1 LICENSE
 
 This library is free software under the same license as perl itself




More information about the Bast-commits mailing list