From: Karen Etheridge Date: Sun, 15 Sep 2013 19:47:48 +0000 (-0700) Subject: bump version again X-Git-Tag: 1.008018^0 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=p5sagit%2Flocal-lib.git;a=commitdiff_plain;h=refs%2Ftags%2F1.008018;hp=10dd4b887f27bf3b0ca7b961d646e545b539f1aa bump version again --- diff --git a/Changes b/Changes index d7b3921..c207538 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,6 @@ Revision history for local::lib +1.008018 2013-09-15 - print out actual paths in more test cases, for helping to diagnose mysterious failures diff --git a/lib/local/lib.pm b/lib/local/lib.pm index 605fa79..92fc883 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.008017'; # 1.8.17 +our $VERSION = '1.008018'; # 1.8.18 our @KNOWN_FLAGS = qw(--self-contained --deactivate --deactivate-all);