From: David Golden Date: Mon, 29 Aug 2011 19:46:56 +0000 (-0400) Subject: Bump version to 1.0.6 and update Changes X-Git-Tag: release_1.0.6^0 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=38b7ba308a07e8889ea6703b261d8e0e3161df54;p=p5sagit%2FModule-Metadata.git Bump version to 1.0.6 and update Changes --- diff --git a/Changes b/Changes index 8e2d20b..fd92082 100644 --- a/Changes +++ b/Changes @@ -1,3 +1,6 @@ +1.0.6 2011-08-29 04:00:00 + - Support PACKAGE BLOCK syntax (VPIT) + 1.0.5 2011-08-02 09:45:00 - Localize $package::VERSION during version discovery (MIYAGAWA) - Fix references to Module::Build::ModuleInfo [RT #66133] (DAGOLDEN) diff --git a/lib/Module/Metadata.pm b/lib/Module/Metadata.pm index bac040a..2016967 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.000005'; +$VERSION = '1.000006'; $VERSION = eval $VERSION; use File::Spec;