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=29a5024ef98d5c75b24179e3a1211695aa1f8762;hp=a9a81ef6411ee6ae99e4f9a9cb6e023c926c5def;hb=eed8b6fa7cdf13d70c415b8a7f5a266aef08ab2d;hpb=e39df2020b33826b5c66a1f507019c8083be2059 diff --git a/lib/Module/Metadata.pm b/lib/Module/Metadata.pm index a9a81ef..29a5024 100644 --- a/lib/Module/Metadata.pm +++ b/lib/Module/Metadata.pm @@ -10,6 +10,8 @@ package Module::Metadata; # parrot future to look at other types of modules). use strict; +use warnings; + use vars qw($VERSION); $VERSION = '1.000016'; $VERSION = eval $VERSION;