From: apeiron Date: Sun, 14 Feb 2010 11:25:26 +0000 (+0000) Subject: I apparently never actually committed these files. o_O X-Git-Tag: 1.006009~50 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=p5sagit%2Flocal-lib.git;a=commitdiff_plain;h=4f9db5b432f6e19df7c489bb05c4d1cfcca978a2 I apparently never actually committed these files. o_O git-svn-id: http://dev.catalyst.perl.org/repos/bast/local-lib/1.000/trunk@8705 bd8105ee-0ff8-0310-8827-fb3f25b6796d --- diff --git a/Changes b/Changes index 78af249..870aa17 100644 --- a/Changes +++ b/Changes @@ -1,11 +1,14 @@ Revision history for local::lib - - Require CPAN-1.82 because Module::AutoInstall uses an API only - available here - - Require CPAN-1.81 because 1.80 threw the error "Can't locate - CPAN/HandleConfig.pm" +1.004009 2009-11-07 + - Fix warning if your $ENV{PERL5LIB} is undef + - Doc improvement from kgish/#perl-help@irc.perl.org + + - t0m and chrisa on #local-lib@irc.perl.org pointed out a PERL5LIB ordering issue + with C<--self-contained>. + 1.004008 2009-10-13 - Clarify re-reading the shell config file after writing to it. diff --git a/lib/local/lib.pm b/lib/local/lib.pm index 1b030b6..128648c 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.004008'; # 1.4.7 +our $VERSION = '1.004009'; # 1.4.9 my @KNOWN_FLAGS = (qw/--self-contained/); sub import {