projects
/
p5sagit/Module-Metadata.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
1abfcc9
)
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
patch
|
blob
|
blame
|
history
lib/Module/Metadata.pm
patch
|
blob
|
blame
|
history
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)
diff --git
a/lib/Module/Metadata.pm
b/lib/Module/Metadata.pm
index
e02b48f
..
9d60226
100644
(file)
--- 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;