Changes file and 1.000001 version bump for release release_1.0.1
Matt S Trout [Thu, 8 Jul 2010 23:58:02 +0000 (00:58 +0100)]
Changes [new file with mode: 0644]
lib/Module/Metadata.pm

diff --git a/Changes b/Changes
new file mode 100644 (file)
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)
index dc95882..99cee97 100644 (file)
@@ -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;