Cookie v0.3.9 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: gpg: Signature made Fri 01 Aug 2025 04:40:27 AM JST gpg: using RSA key 35ADBC3AF8355E845139D8965F3C0261CDB2E752 gpg: requesting key 5F3C0261CDB2E752 from hkp server keyserver.ubuntu.com gpg: Can't check signature: No public key ==> BAD/TAMPERED signature detected! <==
- no_invalid_versions
-
Fix the version numbers so that version::is_lax($version) returns true.
Error:
- lib/Cookies.pm: HASH(0x5609d4aa8aa0)
- 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.001007,0.003003,0.003009
- meta_yml_has_provides
-
Add all modules contained in this distribution to the META.yml field 'provides'. Module::Build or Dist::Zilla::Plugin::MetaProvides do this automatically for you.
- 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.