projects
/
p5sagit/Module-Metadata.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
2178217
)
Ready 1.0.11 for release
release_1.0.11
Chris Nehren [Thu, 16 Aug 2012 19:56:39 +0000 (15:56 -0400)]
Changes
patch
|
blob
|
blame
|
history
lib/Module/Metadata.pm
patch
|
blob
|
blame
|
history
diff --git
a/Changes
b/Changes
index
338e071
..
36f71ac
100644
(file)
--- a/
Changes
+++ b/
Changes
@@
-1,3
+1,7
@@
+1.0.11 2012-08-16
+ - LEONT++ hasn't found any issues with my changes; mark it done (or at
+ least ready for smoking). (APEIRON)
+
1.0.10_002 2012-08-16 01:00:00
- Remove other spurious message (APEIRON)
diff --git
a/lib/Module/Metadata.pm
b/lib/Module/Metadata.pm
index
0348105
..
e3c2504
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.000010_003';
+$VERSION = '1.000011';
$VERSION = eval $VERSION;
use Carp qw/croak/;