From: Chris Nehren Date: Thu, 24 Feb 2011 00:17:49 +0000 (-0500) Subject: 1.008003 with fixed stacking tests X-Git-Tag: 1.008004~3 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=99f8e6214f8afd8719c787b29230f3d04d3e8d86;p=p5sagit%2Flocal-lib.git 1.008003 with fixed stacking tests --- diff --git a/Changes b/Changes index f36a0d6..a82ddd9 100644 --- a/Changes +++ b/Changes @@ -1,4 +1,8 @@ Revision history for local::lib +1.008003 2011-02-23 + + - Fix tests with stacking l::ls. + 1.008002 2011-02-23 - Add local::lib stacking support. diff --git a/lib/local/lib.pm b/lib/local/lib.pm index 578c71a..dd3d5da 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.008002'; # 1.8.2 +our $VERSION = '1.008003'; # 1.8.3 our @KNOWN_FLAGS = qw(--self-contained --deactivate --deactivate-all);