Revision history for local::lib
+1.003002 2009-02-25
+ - Add a doc patch from Torsten Raudssus <torsten@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
use Carp ();
use Config;
-our $VERSION = '1.003001'; # 1.3.1
+our $VERSION = '1.003002'; # 1.3.2
sub import {
my ($class, @args) = @_;
/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
'--self-contained' feature contributed by Mark Stosberg <mark@summersault.com>.
+Doc patches for a custom local::lib patch contributed by Torsten Raudssus
+<torsten@raudssus.de>.
+
=head1 LICENSE
This library is free software under the same license as perl itself