bump version to 1.000016
Karen Etheridge [Thu, 22 Aug 2013 05:48:12 +0000 (22:48 -0700)]
Changes
lib/Module/Metadata.pm

diff --git a/Changes b/Changes
index bbc2618..4478d59 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,7 @@
 Release history for Module-Metadata
 
+  - Re-release to fix prereqs and other metadata
+
 1.000015 - 2013-08-21
   - Change wording about safety/security to satisfy CVE-2013-1437
 
index 81c6351..a9a81ef 100644 (file)
@@ -11,7 +11,7 @@ package Module::Metadata;
 
 use strict;
 use vars qw($VERSION);
-$VERSION = '1.000015';
+$VERSION = '1.000016';
 $VERSION = eval $VERSION;
 
 use Carp qw/croak/;