NAME
Module::CPANTS::Kwalitee::MetaYML - Checks data availabe in META.yml
SYNOPSIS
Checks various pieces of information in META.yml
DESCRIPTION
Methods
order
Defines the order in which Kwalitee tests should be run.
Returns 10
. MetaYML should be checked earlier than Files to handle no_index correctly.
analyse
MCK::MetaYML
checks META.yml
.
kwalitee_indicators
Returns the Kwalitee Indicators datastructure.
metayml_is_parsable
metayml_has_license
metayml_conforms_to_known_spec
metayml_conforms_spec_current
metayml_declares_perl_version
check_spec_conformance
check_spec_conformance($d,$version);
Validates META.yml using Test::CPAN::Meta.
SEE ALSO
AUTHOR
Thomas Klausner and Gábor Szabó
COPYRIGHT AND LICENSE
Copyright © 2003–2009 Thomas Klausner
Copyright © 2006–2008 Gábor Szabó
You may use and distribute this module according to the same terms that Perl is distributed under.