Version 1.000015 1.000015
Tomas Doran [Wed, 21 Aug 2013 15:45:19 +0000 (08:45 -0700)]
Changes
lib/Module/Metadata.pm

diff --git a/Changes b/Changes
index 84369ca..bbc2618 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,8 +1,9 @@
 Release history for Module-Metadata
 
+1.000015 - 2013-08-21
   - Change wording about safety/security to satisfy CVE-2013-1437
 
-1.000014 - 2014-05-09
+1.000014 - 2013-05-09
   - Remove "now installs to 'site' for perl 5.12+" from last version
 
 1.000013 - 2013-05-08
index 77458e4..81c6351 100644 (file)
@@ -11,7 +11,7 @@ package Module::Metadata;
 
 use strict;
 use vars qw($VERSION);
-$VERSION = '1.000014';
+$VERSION = '1.000015';
 $VERSION = eval $VERSION;
 
 use Carp qw/croak/;