From: Karen Etheridge Date: Thu, 22 Aug 2013 05:48:12 +0000 (-0700) Subject: bump version to 1.000016 X-Git-Tag: v1.000016~2 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=1000fb0c3c5b51dd4466f3d16f68ff4ed04d4ce3;p=p5sagit%2FModule-Metadata.git bump version to 1.000016 --- diff --git a/Changes b/Changes index bbc2618..4478d59 100644 --- 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 diff --git a/lib/Module/Metadata.pm b/lib/Module/Metadata.pm index 81c6351..a9a81ef 100644 --- 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.000015'; +$VERSION = '1.000016'; $VERSION = eval $VERSION; use Carp qw/croak/;