CGI-FormMagick 0.80 Deleted
Kwalitee Issues
- has_meta_yml
-
Add a META.yml to the distribution. Your buildtool should be able to autogenerate it.
- has_license_in_source_file
-
Add =head1 LICENSE and the text of the license to the main module in your code.
- 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: CGI::FormMagick::L10N, CGI::FormMagick::Validator::Business, CGI::FormMagick::Validator::Geography, CGI::FormMagick::Validator::Length
- prereq_matches_use
-
List all used modules in META.yml requires
Error:
- CGI::Persistent
- Class::ParamParser
- Text::Template
- XML::Parser
- no_pod_errors
-
Remove the POD errors. You can check for POD errors automatically by including Test::Pod to your test suite.
Error: CGI-FormMagick-0.80/lib/CGI/FormMagick/L10N.pm -- Around line 10: =pod directives shouldn't be over one line long! Ignoring all 2 lines of content CGI-FormMagick-0.80/lib/CGI/FormMagick/TagMaker.pm -- Around line 441: Expected text after =item, not a number Around line 449: Expected text after =item, not a number Around line 456: Expected text after =item, not a number Around line 461: Expected text after =item, not a number Around line 467: Expected text after =item, not a number Around line 473: Expected text after =item, not a number CGI-FormMagick-0.80/lib/CGI/FormMagick/Validator/Basic.pm -- Around line 30: =over without closing =back CGI-FormMagick-0.80/lib/CGI/FormMagick/Validator/Business.pm -- Around line 189: You forgot a '=back' before '=head1' CGI-FormMagick-0.80/lib/CGI/FormMagick/Validator/Geography.pm -- Around line 142: You forgot a '=back' before '=head1' CGI-FormMagick-0.80/lib/CGI/FormMagick/Validator/Length.pm -- Around line 21: '=item' outside of any '=over' Around line 144: You forgot a '=back' before '=head1' CGI-FormMagick-0.80/lib/CGI/FormMagick/Validator/Network.pm -- Around line 30: =over without closing =back
- has_meta_json
-
Add a META.json to the distribution. Your buildtool should be able to autogenerate it.
- 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: CGI::FormMagick, CGI::FormMagick::Events, CGI::FormMagick::HTML, CGI::FormMagick::L10N, CGI::FormMagick::Setup, CGI::FormMagick::Sub, CGI::FormMagick::TagMaker, CGI::FormMagick::Utils, CGI::FormMagick::Validator, CGI::FormMagick::Validator::Basic, CGI::FormMagick::Validator::Business, CGI::FormMagick::Validator::Geography, CGI::FormMagick::Validator::Length, CGI::FormMagick::Validator::Network
- no_unauthorized_packages
-
Ask the owner of the distribution (the one who released it first, or the one who is designated in x_authority) to give you a (co-)maintainer's permission.
Error:
- CGI::FormMagick
- consistent_version
-
Split the distribution, or fix the version numbers to make them consistent (use the highest version number to avoid version downgrade).
Error: 0.80,1.01
- has_security_doc
-
Add SECURITY(.pod|md). See Software::Security::Policy.
- security_doc_contains_contact
-
Add SECURITY(.pod|md) and add a contact address. See Software::Security::Policy.
- has_contributing_doc
-
Add CONTRIBUTING(.pod|md). See https://docs.github.com/en/communities/setting-up-your-project-for-healthy-contributions/setting-guidelines-for-repository-contributors.