Image-PNG 0.06 Deleted
Kwalitee Issues
- meta_json_is_parsable
-
Upgrade your META.json generator so it produces valid JSON.
Error: malformed JSON string, neither tag, array, object, number, string or atom, at character offset 181 (before "],\n "license": [...")
- meta_json_conforms_to_known_spec
-
Take a look at the META.json Spec at https://metacpan.org/pod/CPAN::Meta::History::Meta_1_4 (for version 1.4) or https://metacpan.org/pod/CPAN::Meta::Spec (for version 2), and change your META.json accordingly.
- has_readme
-
Add a README to the distribution. It should contain a quick description of your module and how to install it.
- no_files_to_be_skipped
-
Fix MANIFEST.SKIP or use an authoring tool which respects MANIFEST.SKIP. Note that each entry in MANIFEST.SKIP is a regular expression. You may need to add appropriate meta characters not to ignore necessary stuff.
Error: lib/Image/PNG/Const.pm,lib/Image/PNG/Container.pm,lib/Image/PNG/Util.pm,makeitfile,t/Const.t,t/Libpng.t,t/PLTE.t,t/PNG.t,t/bgyn6a16.png,t/tantei-san.png,t/test.png,t/with-text.png,t/with-time.png,t/xlfn0g04.png,t,tmpl/Const.pm.tmpl,tmpl/Const.t.tmpl,tmpl/Container.pm.tmpl,tmpl/Libpng.pm.tmpl,tmpl/Libpng.t.tmpl,tmpl/Libpng.xs.tmpl,tmpl/META.json.tmpl,tmpl/META.yml.tmpl,tmpl/Makefile.PL.tmpl,tmpl/PLTE.t.tmpl,tmpl/PNG.pm.tmpl,tmpl/PNG.t.tmpl,tmpl/Util.pm.tmpl,tmpl/author,tmpl/config,tmpl/examples_doc,tmpl/generated,tmpl/libpng_doc,tmpl/other_modules,tmpl/perl-libpng.c.tmpl,tmpl/png_doc,tmpl/pngspec,tmpl/typemap.tmpl,tmpl/version,tmpl/warning,tmpl,typemap
- distname_matches_name_in_meta
-
Use a proper tool to make a distribution. You might also need to fix META files if you keep them in the repository.
Error: Image::PNG
- 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 (57) does not match dist (56):
- Duplicates in MANIFEST: tmpl/Const.pm.tmpl
- 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: Image::PNG::Libpng
- meta_yml_declares_perl_version
-
If you are using Build.PL define the {requires}{perl} = VERSION field. If you are using MakeMaker (Makefile.PL) you should upgrade ExtUtils::MakeMaker to 6.48 and use MIN_PERL_VERSION parameter. Perl::MinimumVersion can help you determine which version of Perl your module needs.
- 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: Image::PNG::Libpng
- 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.
- meta_yml_has_repository_resource
-
Add a 'repository' resource to the META.yml via 'meta_add' accessor (for Module::Build) or META_ADD parameter (for ExtUtils::MakeMaker).
- 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.