Subject: | META.yml error raised when MakeMaker is autogenerating it |
I get the warning:
t/kwalitee.t ........... 1/13
# Failed test 'has_meta_yml'
# at /usr/local/share/perl/5.10.1/Test/Kwalitee.pm line 101.
# Add a META.yml to the distribution. Your buildtool should be able to
autogenerate it.The file 'META.yml' is missing from this distribution.
META.yml is needed by people maintaining module collections (like CPAN),
for people writing installation tools, or just people who want to know
some stuff about a distribution before downloading it.
# Looks like you failed 1 test of 13.
It's correct there's no META.yml in my source tree. I'm using
ExtUtils::MakeMaker to autogenerate it when I build the dist, so users
do get one.
Surely this isn't a sign of a lack of kwalitee?