From: Chris Nehren Date: Thu, 24 Feb 2011 21:49:37 +0000 (-0500) Subject: And release 1.008004. X-Git-Tag: 1.008004^0 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=p5sagit%2Flocal-lib.git;a=commitdiff_plain;h=d759027e6a0d17da291711b476acfc25ddd99b8c And release 1.008004. --- diff --git a/Changes b/Changes index a82ddd9..ea35f68 100644 --- a/Changes +++ b/Changes @@ -1,4 +1,8 @@ Revision history for local::lib +1.008004 2011-02-24 + + - Fix stackable tests on win32 by canonicalizing the path ahead of time + 1.008003 2011-02-23 - Fix tests with stacking l::ls. diff --git a/lib/local/lib.pm b/lib/local/lib.pm index 5f2d981..87d1869 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.008003'; # 1.8.3 +our $VERSION = '1.008004'; # 1.8.4 our @KNOWN_FLAGS = qw(--self-contained --deactivate --deactivate-all);