X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=p5sagit%2Flocal-lib.git;a=blobdiff_plain;f=lib%2Flocal%2Flib.pm;h=6ed8a3fa44e09777df46c721afc91a1038a6dc54;hp=d2e526931e7b47b10e15c0801f5cefbebfbbb5ac;hb=c4dbb66caaa1ba28bf029d041676b2efb0e401fa;hpb=be160790d81b3298b2378a9a55960685be078c67 diff --git a/lib/local/lib.pm b/lib/local/lib.pm index d2e5269..6ed8a3f 100644 --- a/lib/local/lib.pm +++ b/lib/local/lib.pm @@ -11,7 +11,7 @@ use File::Path (); use Carp (); use Config; -our $VERSION = '1.003004'; # 1.3.4 +our $VERSION = '1.004000'; # 1.4.0 sub import { my ($class, @args) = @_; @@ -383,7 +383,7 @@ For multiple environments for multiple apps you may need to include a modified v the C<< use FindBin >> instructions in the "In code" sample above. If you did something like the above, you have a set of Perl modules at C<< ~/mydir1/lib >>. If you have a script at C<< ~/mydir1/scripts/myscript.pl >>, you need to tell it where to find the modules you installed -for it at C<< ~/mydir1/lib>>. +for it at C<< ~/mydir1/lib >>. In C<< ~/mydir1/scripts/myscript.pl >>: @@ -610,11 +610,12 @@ documentation additions, contributed by Christopher Nehren . '--self-contained' feature contributed by Mark Stosberg . -Doc patches for a custom local::lib patch contributed by Torsten Raudssus +Doc patches for a custom local::lib directory contributed by Torsten Raudssus . Hans Dieter Pearcey sent in some additional tests for ensuring -things will install properly. +things will install properly, and furthermore submitted a fix for the bug +causing problems with writing Makefiles during bootstrapping. Many thanks! =head1 LICENSE