X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=p5sagit%2FModule-Metadata.git;a=blobdiff_plain;f=lib%2FModule%2FMetadata.pm;fp=lib%2FModule%2FMetadata.pm;h=281d738dda92b64ed1d9b3d5cc05a370de06dd12;hp=31d4bf0eb2d72c7e9e7a336ac34140d647436be0;hb=9f0528b907d8bca88f8a4d21299f7360390981e8;hpb=e6454d7f17b0f2b4d1892c8ad4e008e7f340a1e0 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/;