From: Karen Etheridge Date: Thu, 12 Sep 2013 03:23:28 +0000 (-0700) Subject: bump version for release X-Git-Tag: 1.008013^0 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=p5sagit%2Flocal-lib.git;a=commitdiff_plain;h=abbe8c1a032414cea7823056b57902293e41396a bump version for release --- diff --git a/Changes b/Changes index 1add82c..a431116 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,6 @@ Revision history for local::lib +1.008013 2013-09-11 - fix undef value errors when not installing into a local::lib 1.008012 2013-09-11 diff --git a/lib/local/lib.pm b/lib/local/lib.pm index f522e6d..0862004 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.008012'; # 1.8.12 +our $VERSION = '1.008013'; # 1.8.13 our @KNOWN_FLAGS = qw(--self-contained --deactivate --deactivate-all);