From: Karen Etheridge Date: Sun, 16 Mar 2014 07:48:54 +0000 (+0100) Subject: bump version for next release X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=p5sagit%2FModule-Metadata.git;a=commitdiff_plain;h=9f0528b907d8bca88f8a4d21299f7360390981e8 bump version for next release --- diff --git a/lib/Module/Metadata.pm b/lib/Module/Metadata.pm index 31d4bf0..281d738 100644 --- a/lib/Module/Metadata.pm +++ b/lib/Module/Metadata.pm @@ -12,7 +12,7 @@ package Module::Metadata; use strict; use warnings; -our $VERSION = '1.000019'; +our $VERSION = '1.000020'; $VERSION = eval $VERSION; use Carp qw/croak/;