apeiron is an idiot release_1.0.10_002
Chris Nehren [Thu, 16 Aug 2012 00:13:24 +0000 (20:13 -0400)]
Changes
lib/Module/Metadata.pm

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)
index ed36891..2147232 100644 (file)
@@ -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/;