projects
/
p5sagit/Module-Metadata.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
74b8974
)
apeiron is an idiot
release_1.0.10_002
Chris Nehren [Thu, 16 Aug 2012 00:13:24 +0000 (20:13 -0400)]
Changes
patch
|
blob
|
blame
|
history
lib/Module/Metadata.pm
patch
|
blob
|
blame
|
history
diff --git
a/Changes
b/Changes
index
9f48926
..
0f7410a
100644
(file)
--- a/
Changes
+++ b/
Changes
@@
-1,3
+1,6
@@
+1.0.10_002 2012-08-15 20:15:00
+ - APEIRON is an idiot (APEIRON)
+
1.0.10_001 2012-08-15 20:00:00
- Dev release to test removing a warning about modules not using the
'eval $VERSION' syntax which causes lots of spew. (APEIRON)
diff --git
a/lib/Module/Metadata.pm
b/lib/Module/Metadata.pm
index
ed36891
..
2147232
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_001';
+$VERSION = '1.000010_002';
$VERSION = eval $VERSION;
use Carp qw/croak/;