Kwalitee Issues

meta_yml_conforms_to_known_spec

Take a look at the META.yml 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.yml accordingly.

Error: Expected a list structure (author) [Validation: 1.3];Missing mandatory field, 'abstract' (abstract) [Validation: 1.3];Missing mandatory field, 'name' (name) [Validation: 1.3];value is an undefined string (abstract) [Validation: 1.3]

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.

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: lib6::JavaScript::Writer

no_pod_errors

Remove the POD errors. You can check for POD errors automatically by including Test::Pod to your test suite.

Error: JavaScript-Writer-0.0.8/lib/JavaScript/Writer.pm -- Around line 204: Non-ASCII character seen before =encoding in '"哈囉")'. Assuming CP1252

has_meta_json

Add a META.json to the distribution. Your buildtool should be able to autogenerate it.

proper_libs

Move your *.pm files in a directory named 'lib'. The directory structure should look like 'lib/Your/Module.pm' for a module named 'Your::Module'. If you need to provide additional files, e.g. for testing, that should not be considered for Kwalitee, then you should look at the 'provides' map in META.yml to limit the files scanned; or use the 'no_index' map to exclude parts of the distribution.

Error: lib6/JavaScript/Writer.pm

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: lib6::JavaScript::Writer

no_invalid_versions

Fix the version numbers so that version::is_lax($version) returns true.

Error:

  • lib/JavaScript/Writer/BasicHelpers.pm: HASH(0x55607d961f28)

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.000001,0.000002,0.000008

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.

Modules

Name Abstract Version View
JavaScript::Writer JavaScript code generation from Perl. 0.000008 metacpan
JavaScript::Writer::BasicHelpers Basic helper methods metacpan
JavaScript::Writer::Block JavaScript code block generation from Perl. 0.000001 metacpan
JavaScript::Writer::Function JavaScript function definition generation from Perl. 0.000002 metacpan
JavaScript::Writer::JQueryHelper Helper methods powered by jQuery. metacpan
JavaScript::Writer::Var javascript variable can tie with perl's 0.000001 metacpan

Other Files

Changes metacpan
MANIFEST metacpan
META.yml metacpan
Makefile.PL metacpan
README metacpan