Version 1.000014 1.000014
Tomas Doran [Thu, 9 May 2013 09:01:06 +0000 (10:01 +0100)]
Changes
lib/Module/Metadata.pm

diff --git a/Changes b/Changes
index 4be0336..cfc90f9 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,6 @@
 Release history for Module-Metadata
 
+1.000014 - 2014-05-09
   - Remove "now installs to 'site' for perl 5.12+" from last version
 
 1.000013 - 2013-05-08
index 0b48828..2f5cb7e 100644 (file)
@@ -11,7 +11,7 @@ package Module::Metadata;
 
 use strict;
 use vars qw($VERSION);
-$VERSION = '1.000013';
+$VERSION = '1.000014';
 $VERSION = eval $VERSION;
 
 use Carp qw/croak/;