From: Karen Etheridge Date: Mon, 7 Oct 2013 17:06:54 +0000 (-0700) Subject: bump version to 1.008022 X-Git-Tag: 1.008022^0 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=p5sagit%2Flocal-lib.git;a=commitdiff_plain;h=9c3a2db6f9f49495880214a4ac5dbebc7e567e29 bump version to 1.008022 --- diff --git a/Changes b/Changes index 2dac9b0..0e6966e 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,6 @@ Revision history for local::lib +1.008022 2013-10-07 (development release, unindexed) - see 1.008019 through 1.008021 1.008021 2013-10-04 (development release, unindexed) diff --git a/lib/local/lib.pm b/lib/local/lib.pm index 7b2cf2b..045bc9a 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.008_021'; # 1.8.21 development release +our $VERSION = '1.008_022'; # 1.8.22 development release $VERSION = eval $VERSION; our @KNOWN_FLAGS = qw(--self-contained --deactivate --deactivate-all);