From: David Golden Date: Wed, 7 Sep 2011 16:00:42 +0000 (-0400) Subject: Bump version to 1.0.7 X-Git-Tag: release_1.0.7^0 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=9782bfaf867f5ae1748b03ba1ba4a8a8b089df66;p=p5sagit%2FModule-Metadata.git Bump version to 1.0.7 --- diff --git a/Changes b/Changes index c459f9c..5d8a79c 100644 --- a/Changes +++ b/Changes @@ -1,3 +1,4 @@ +1.0.7 2001-09-07 12:00:00 - Apply VMS fixes backported from blead (Craig A. Berry) 1.0.6 2011-08-29 04:00:00 diff --git a/lib/Module/Metadata.pm b/lib/Module/Metadata.pm index 2016967..e2c83d3 100644 --- a/lib/Module/Metadata.pm +++ b/lib/Module/Metadata.pm @@ -11,7 +11,7 @@ package Module::Metadata; use strict; use vars qw($VERSION); -$VERSION = '1.000006'; +$VERSION = '1.000007'; $VERSION = eval $VERSION; use File::Spec;