From: Chris Nehren Date: Sun, 9 Jan 2011 10:30:31 +0000 (-0500) Subject: bump files for 1.008001 release. X-Git-Tag: 1.008004~17 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=p5sagit%2Flocal-lib.git;a=commitdiff_plain;h=45fa6ab34d326abd88c2dd47fdae92e4845be0b6 bump files for 1.008001 release. --- diff --git a/Changes b/Changes index 1a6067c..026e946 100644 --- a/Changes +++ b/Changes @@ -1,4 +1,5 @@ Revision history for local::lib +1.008001 - Bootstrap Module::Build just like ExtUtils::MakeMaker diff --git a/lib/local/lib.pm b/lib/local/lib.pm index 8213a8f..65e5365 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.008000'; # 1.7.0 +our $VERSION = '1.008001'; # 1.8.1 our @KNOWN_FLAGS = qw(--self-contained);