From: Chris Nehren Date: Thu, 16 Aug 2012 00:05:04 +0000 (-0400) Subject: Do the (dev) release dance X-Git-Tag: release_1.0.10_001^0 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=74b897430462fcbb115ae8e82682df7b2407270b;p=p5sagit%2FModule-Metadata.git Do the (dev) release dance --- diff --git a/Changes b/Changes index 3199560..9f48926 100644 --- a/Changes +++ b/Changes @@ -1,3 +1,7 @@ +1.0.10_001 2012-08-15 20:00:00 + - Dev release to test removing a warning about modules not using the + 'eval $VERSION' syntax which causes lots of spew. (APEIRON) + 1.0.10 2012-07-29 19:30:00 - Performance improvement: the creation of a Module::Metadata object for a typical module file has been sped up by about 40% (VPIT) diff --git a/lib/Module/Metadata.pm b/lib/Module/Metadata.pm index 55d4c2c..ed36891 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.000010'; +$VERSION = '1.000010_001'; $VERSION = eval $VERSION; use Carp qw/croak/;