From: David Golden Date: Thu, 3 Feb 2011 07:55:21 +0000 (-0500) Subject: bump version to 1.00004 and update Changes X-Git-Tag: release_1.0.4^0 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=p5sagit%2FModule-Metadata.git;a=commitdiff_plain;h=ab1fedcd133c367126f35456bd48175bea18566c;hp=1abfcc9a431450a2dc73bc8e8d3f13700a1a6f3a bump version to 1.00004 and update Changes --- diff --git a/Changes b/Changes index 90ca2dd..ea2df7b 100644 --- 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) diff --git a/lib/Module/Metadata.pm b/lib/Module/Metadata.pm index e02b48f..9d60226 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.000003'; +$VERSION = '1.000004'; $VERSION = eval $VERSION; use File::Spec;