Subject: | Kwalitee test fails |
See subject. Please note also the first line in the log:
...
These tests should not be running unless AUTHOR_TESTING=1 and/or RELEASE_TESTING=1!
# Failed test 'meta_yml_conforms_to_known_spec'
# at t/kwalitee.t line 4.
# Error: META.yml does not conform to any recognised META.yml Spec.
# Details:
# '<undef>' for 'Config::IniFiles' is not a valid version. (requires -> Config::IniFiles) [Validation: 1.0];'<undef>' for 'Date::Format' is not a valid version. (requires -> Date::Format) [Validation: 1.0];'<undef>' for 'Date::Parse' is not a valid version. (requires -> Date::Parse) [Validation: 1.0];'<undef>' for 'File::Tempdir' is not a valid version. (requires -> File::Tempdir) [Validation: 1.0];'<undef>' for 'RPM4' is not a valid version. (requires -> RPM4) [Validation: 1.0];'<undef>' for 'SVN::Client' is not a valid version. (requires -> SVN::Client) [Validation: 1.0]
# '<undef>' for 'Config::IniFiles' is not a valid version. (requires -> Config::IniFiles) [Validation: 1.0];'<undef>' for 'Date::Format' is not a valid version. (requires -> Date::Format) [Validation: 1.0];'<undef>' for 'Date::Parse' is not a valid version. (requires -> Date::Parse) [Validation: 1.0];'<undef>' for 'File::Tempdir' is not a valid version. (requires -> File::Tempdir) [Validation: 1.0];'<undef>' for 'RPM4' is not a valid version. (requires -> RPM4) [Validation: 1.0];'<undef>' for 'SVN::Client' is not a valid version. (requires -> SVN::Client) [Validation: 1.0]
# Remedy: Take a look at the META.yml Spec at http://module-build.sourceforge.net/META-spec-v1.4.html (for version 1.4) or http://search.cpan.org/perldoc?CPAN::Meta::Spec (for version 2), and change your META.yml accordingly.
# Failed test 'has_manifest'
# at t/kwalitee.t line 4.
# Error: The file "MANIFEST" is missing from this distribution. The MANIFEST lists all files included in the distribution.
# Details:
# MANIFEST was not found.
# Remedy: Add a MANIFEST to the distribution. Your buildtool should be able to autogenerate it (eg "make manifest" or "./Build manifest")
# Failed test 'has_human_readable_license'
# at t/kwalitee.t line 4.
# Error: This distribution does not have a license defined in the documentation or in a file called LICENSE
# Details:
# Neither LICENSE file nor LICENSE section in pod was found.
# Remedy: Add a section called "LICENSE" to the documentation, or add a file named LICENSE to the distribution.
# Failed test 'has_license_in_source_file'
# at t/kwalitee.t line 4.
# Error: Does not have license information in any of its source files
# Details:
# LICENSE section was not found in the pod.
# Remedy: Add =head1 LICENSE and the text of the license to the main module in your code.
# Failed test 'has_abstract_in_pod'
# at t/kwalitee.t line 4.
# Error: No abstract (short description of a module) is found in pod from this distribution.
# Details:
# No abstracts in pod
# Remedy: Provide a short description in the NAME section of the pod (after the module name followed by a hyphen) at least for the main module of this distribution.
# Looks like you failed 5 tests of 17.
t/kwalitee.t ......
Dubious, test returned 5 (wstat 1280, 0x500)
Failed 5/17 subtests
...