From: Tomas Doran Date: Thu, 9 May 2013 09:01:06 +0000 (+0100) Subject: Version 1.000014 X-Git-Tag: 1.000014^0 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=5ec9b54ab2d697604462cfc05eacec7bf7b7f8e0;p=p5sagit%2FModule-Metadata.git Version 1.000014 --- diff --git a/Changes b/Changes index 4be0336..cfc90f9 100644 --- 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 diff --git a/lib/Module/Metadata.pm b/lib/Module/Metadata.pm index 0b48828..2f5cb7e 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.000013'; +$VERSION = '1.000014'; $VERSION = eval $VERSION; use Carp qw/croak/;