WWW-OPG 1.005 Latest
Kwalitee Issues
No Core Issues.
- valid_signature
- 
        Sign the dist as the last step before creating the archive. Take care not to modify/regenerate dist meta files or the manifest. Error: Old SIGNATURE detected. Please inform the module author to regenerate SIGNATURE using Module::Signature version 0.82 or newer. gpg: Signature made Sat 16 Jan 2010 03:36:12 PM JST gpg: using RSA key F3C2F688A21CB648 gpg: Can't check signature: No public key ==> BAD/TAMPERED signature detected! <== 
- has_meta_json
- 
        Add a META.json to the distribution. Your buildtool should be able to autogenerate it. 
- 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. 
- test_prereq_matches_use
- 
        List all modules used in the test suite in META.yml test_requires Error: - Test::Pod
- Test::Pod::Coverage
 
- 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.004,1.005 
- 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.