bump version to 1.008019 1.008019
Karen Etheridge [Sun, 29 Sep 2013 20:49:57 +0000 (13:49 -0700)]
Changes
lib/local/lib.pm

diff --git a/Changes b/Changes
index 392b4d3..893dc4e 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,6 @@
 Revision history for local::lib
 
+1.008019   2013-09-29 (development release, unindexed)
         - another attempt to overcome win32 testing issues (paths with spaces,
           backslashes)
 
index 92fc883..86ce359 100644 (file)
@@ -10,7 +10,8 @@ use File::Spec ();
 use File::Path ();
 use Config;
 
-our $VERSION = '1.008018'; # 1.8.18
+our $VERSION = '1.008_019'; # 1.8.19 development release
+$VERSION = eval $VERSION;
 
 our @KNOWN_FLAGS = qw(--self-contained --deactivate --deactivate-all);