From: Tomas Doran Date: Wed, 21 Aug 2013 15:45:19 +0000 (-0700) Subject: Version 1.000015 X-Git-Tag: 1.000015^0 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=5167227567a05f5e5fbece8214e76398d923ca48;p=p5sagit%2FModule-Metadata.git Version 1.000015 --- diff --git a/Changes b/Changes index 84369ca..bbc2618 100644 --- 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 diff --git a/lib/Module/Metadata.pm b/lib/Module/Metadata.pm index 77458e4..81c6351 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.000014'; +$VERSION = '1.000015'; $VERSION = eval $VERSION; use Carp qw/croak/;