From: Karen Etheridge Date: Sat, 27 Jul 2013 02:49:23 +0000 (-0700) Subject: bump version for release X-Git-Tag: 1.008011^0 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=p5sagit%2Flocal-lib.git;a=commitdiff_plain;h=1cd322bb6bfa4218fc286b356ee72a83ac8e18e1 bump version for release --- diff --git a/Changes b/Changes index cf9b8e6..40d4b4f 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,6 @@ Revision history for local::lib +1.008011 2013-07-26 - skip CPAN workaround if running via cpanminus (miyagawa, RT#85731) 1.008010 2013-05-26 diff --git a/lib/local/lib.pm b/lib/local/lib.pm index d663bb4..2e477e6 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.008010'; # 1.8.10 +our $VERSION = '1.008011'; # 1.8.11 our @KNOWN_FLAGS = qw(--self-contained --deactivate --deactivate-all);