bump version to 1.00004 and update Changes release_1.0.4
David Golden [Thu, 3 Feb 2011 07:55:21 +0000 (02:55 -0500)]
Changes
lib/Module/Metadata.pm

diff --git a/Changes b/Changes
index 90ca2dd..ea2df7b 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,3 +1,6 @@
+1.0.4 2011-02-03 07:55:00
+  - Fix broken metadata.t when @INC has relative paths (JJORE)
+
 1.0.3 2011-01-06 21:35:00
   - Pod cleanup (DAGOLDEN)
 
index e02b48f..9d60226 100644 (file)
@@ -11,7 +11,7 @@ package Module::Metadata;
 
 use strict;
 use vars qw($VERSION);
-$VERSION = '1.000003';
+$VERSION = '1.000004';
 $VERSION = eval $VERSION;
 
 use File::Spec;