DNS-TinyDNS 0.22 Latest
Kwalitee Issues
- has_meta_yml
-
Add a META.yml to the distribution. Your buildtool should be able to autogenerate it.
- has_human_readable_license
-
Add a section called "LICENSE" to the documentation, or add a file named LICENSE to the distribution.
- has_license_in_source_file
-
Add =head1 LICENSE and the text of the license to the main module in your code.
- manifest_matches_dist
-
Run a proper command ("make manifest" or "./Build manifest", maybe with a force option), or use a distribution builder to generate the MANIFEST. Or update MANIFEST manually.
Error: Cannot find MANIFEST in dist.
- use_strict
-
Add 'use strict' (or its equivalents) to all modules, or convince us that your favorite module is well-known enough and people can easily see the modules are strictly written.
Error: DNS::TinyDNS::dnscache, DNS::TinyDNS::dnsserver
- no_pod_errors
-
Remove the POD errors. You can check for POD errors automatically by including Test::Pod to your test suite.
Error: DNS/TinyDNS/TinyDNS.pm -- Around line 43: You forgot a '=back' before '=head2' Around line 45: =back without =over Around line 63: You forgot a '=back' before '=head2' Around line 65: =back without =over Around line 77: You forgot a '=back' before '=head2' Around line 79: =back without =over Around line 85: You forgot a '=back' before '=head2' Around line 87: =back without =over Around line 93: You forgot a '=back' before '=head2' Around line 95: =back without =over Around line 107: You forgot a '=back' before '=head2' Around line 109: =back without =over DNS/TinyDNS/dnscache/dnscache.pm -- Around line 44: You forgot a '=back' before '=head2' Around line 46: =back without =over Around line 58: You forgot a '=back' before '=head2' Around line 60: =back without =over Around line 70: You forgot a '=back' before '=head2' Around line 72: =back without =over Around line 82: You forgot a '=back' before '=head2' Around line 84: =back without =over Around line 96: You forgot a '=back' before '=head2' Around line 98: =back without =over Around line 115: You forgot a '=back' before '=head2' Around line 117: =back without =over DNS/TinyDNS/dnsserver/dnsserver.pm -- Around line 46: You forgot a '=back' before '=head2' Around line 48: =back without =over Around line 60: You forgot a '=back' before '=head2' Around line 62: =back without =over Around line 70: You forgot a '=back' before '=head2' Around line 72: =back without =over Around line 90: You forgot a '=back' before '=head2' Around line 92: =back without =over Around line 102: You forgot a '=back' before '=head2' Around line 104: =back without =over Around line 156: You forgot a '=back' before '=head2' Around line 158: =back without =over
- has_meta_json
-
Add a META.json to the distribution. Your buildtool should be able to autogenerate it.
- proper_libs
-
Move your *.pm files in a directory named 'lib'. The directory structure should look like 'lib/Your/Module.pm' for a module named 'Your::Module'. If you need to provide additional files, e.g. for testing, that should not be considered for Kwalitee, then you should look at the 'provides' map in META.yml to limit the files scanned; or use the 'no_index' map to exclude parts of the distribution.
Error: TinyDNS/TinyDNS.pm, TinyDNS/dnscache/dnscache.pm, TinyDNS/dnsserver/dnsserver.pm
- meta_yml_has_license
-
Define the license if you are using in Build.PL. If you are using MakeMaker (Makefile.PL) you should upgrade to ExtUtils::MakeMaker version 6.31.
- has_known_license_in_source_file
-
Add =head1 LICENSE and/or the proper text of the well-known license to the main module in your code.
- use_warnings
-
Add 'use warnings' (or its equivalents) to all modules, or convince us that your favorite module is well-known enough and people can easily see the modules warn when something bad happens.
Error: DNS::TinyDNS::dnscache, DNS::TinyDNS::dnsserver
- has_separate_license_file
-
This is not a critical issue. Currently mainly informative for the CPANTS authors. It might be removed later.