From: Matt S Trout Date: Thu, 8 Jul 2010 23:58:02 +0000 (+0100) Subject: Changes file and 1.000001 version bump for release X-Git-Tag: release_1.0.1 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=refs%2Ftags%2Frelease_1.0.1;hp=f1d18ad33f0ef56d8156466f544d9a6c781b1568;p=p5sagit%2FModule-Metadata.git Changes file and 1.000001 version bump for release --- diff --git a/Changes b/Changes new file mode 100644 index 0000000..0fca8bd --- /dev/null +++ b/Changes @@ -0,0 +1,10 @@ +1.0.1 2010-07-09 00:52:37 + - fix build code to prevent Author.PL being mistakenly run during make + and add some extra author-side tools (MSTROUT) + +1.0.0 2010-07-07 + - Initial release (MSTROUT) + - Code extracted from Module::Build + Module::Build::Version (MSTROUT) + - Tests extracted from Module::Build (DAGOLDEN) + - POD coverage (MSTROUT) + - Use of Log::Contextual when loaded with fallback to warn() (MSTROUT) diff --git a/lib/Module/Metadata.pm b/lib/Module/Metadata.pm index dc95882..99cee97 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.000000'; +$VERSION = '1.000001'; $VERSION = eval $VERSION; use File::Spec;