X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=p5sagit%2FModule-Metadata.git;a=blobdiff_plain;f=lib%2FModule%2FMetadata.pm;h=0b48828826aea5f25aaba4378109e498a572d90f;hp=376853a4b4646d7df2f4f5465f7db2716ad20fed;hb=c4c5b1f0322a07e5cd539a571686560b643de360;hpb=a2115d459dc9653398c3543e8deb41bbed014f08 diff --git a/lib/Module/Metadata.pm b/lib/Module/Metadata.pm index 376853a..0b48828 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.000012'; +$VERSION = '1.000013'; $VERSION = eval $VERSION; use Carp qw/croak/;