From: Karen Etheridge Date: Wed, 11 Sep 2013 23:04:41 +0000 (-0700) Subject: bump version for release X-Git-Tag: 1.008012~1 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=3d7e97f39a1ffe76551500eaa6865c7912c85636;p=p5sagit%2Flocal-lib.git bump version for release --- diff --git a/Changes b/Changes index 7fc60dc..e8ec986 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,6 @@ Revision history for local::lib +1.008012 2013-09-11 - now handling using -Mlocal::lib in a taintperl environment, by ensuring that all libs in PERL_LOCAL_LIB_ROOT are properly added to @INC (RT#76661, Karen Etheridge) diff --git a/lib/local/lib.pm b/lib/local/lib.pm index 24cab90..95d2cf2 100644 --- a/lib/local/lib.pm +++ b/lib/local/lib.pm @@ -10,7 +10,7 @@ use File::Spec (); use File::Path (); use Config; -our $VERSION = '1.008011'; # 1.8.11 +our $VERSION = '1.008012'; # 1.8.12 our @KNOWN_FLAGS = qw(--self-contained --deactivate --deactivate-all);