CGI 2.24 Deleted
Kwalitee Issues
- has_meta_yml
-
Add a META.yml to the distribution. Your buildtool should be able to autogenerate it.
- has_changelog
-
Add a Changelog (best named 'Changes') to the distribution. It should list at least major changes implemented in newer versions.
- no_symlinks
-
Remove the symlinks from the distribution.
- has_tests
-
Add tests!
- 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:
- MANIFEST (30) does not match dist (44):
- Missing in MANIFEST: examples/clickable_image.txt, examples/cookie.txt, examples/crash.txt, examples/customize.txt, examples/diff_upload.txt, examples/file_upload.txt, examples/frameset.txt, examples/internal_links.txt, examples/javascript.txt, examples/monty.txt, examples/multiple_forms.txt, examples/popup.txt, examples/save_state.txt, examples/tryit.txt
- 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, CGI::Carp, CGI::Fast
- prereq_matches_use
-
List all used modules in META.yml requires
Error:
- FCGI
- no_pod_errors
-
Remove the POD errors. You can check for POD errors automatically by including Test::Pod to your test suite.
Error: CGI.pm-2.24/CGI.pm -- Around line 3023: Expected text after =item, not a number Around line 3027: Expected text after =item, not a number Around line 3031: Expected text after =item, not a number Around line 3187: Expected text after =item, not a number Around line 3191: Expected text after =item, not a number Around line 3196: Expected text after =item, not a number Around line 3201: Expected text after =item, not a number Around line 3294: Expected text after =item, not a number Around line 3298: Expected text after =item, not a number Around line 3310: Expected text after =item, not a number Around line 3315: Expected text after =item, not a number Around line 3452: Expected text after =item, not a number Around line 3458: Expected text after =item, not a number Around line 3467: Expected text after =item, not a number Around line 3471: Expected text after =item, not a number Around line 3477: Expected text after =item, not a number Around line 3521: Expected text after =item, not a number Around line 3529: Expected text after =item, not a number Around line 3536: Expected text after =item, not a number Around line 3542: Expected text after =item, not a number Around line 3549: Expected text after =item, not a number Around line 3606: Expected text after =item, not a number Around line 3612: Expected text after =item, not a number Around line 3617: Expected text after =item, not a number Around line 3623: Expected text after =item, not a number Around line 3665: Expected text after =item, not a number Around line 3669: Expected text after =item, not a number Around line 3677: Expected text after =item, not a number Around line 3684: Expected text after =item, not a number Around line 3689: Expected text after =item, not a number Around line 3696: Expected text after =item, not a number Around line 3744: Expected text after =item, not a number Around line 3752: Expected text after =item, not a number Around line 3800: Expected text after =item, not a number Around line 3805: Expected text after =item, not a number Around line 3846: Expected text after =item, not a number Around line 3851: Expected text after =item, not a number Around line 4154: '=item' outside of any '=over' Around line 4231: You forgot a '=back' before '=head1'
- has_meta_json
-
Add a META.json to the distribution. Your buildtool should be able to autogenerate it.
- has_tests_in_t_dir
-
Add tests or move tests.pl to the t/ directory!
- 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, CGI::Carp, CGI::Fast
- no_invalid_versions
-
Fix the version numbers so that version::is_lax($version) returns true.
Error:
- CGI/Fast.pm: HASH(0x5609d463a0c8)
- consistent_version
-
Split the distribution, or fix the version numbers to make them consistent (use the highest version number to avoid version downgrade).
Error: 1.04,2.24
- has_separate_license_file
-
This is not a critical issue. Currently mainly informative for the CPANTS authors. It might be removed later.
- 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.