Kwalitee Issues

buildtool_not_executable

Change the permissions of Build.PL/Makefile.PL to not-executable.

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: JS::PerlArray, JS::PerlHash, JS::PerlObject, JS::PerlScalar, JS::PerlSub, JS::Stash

no_pod_errors

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

Error: JS-0.99_06/lib/JS/PerlArray.pm -- Around line 202: =over without closing =back JS-0.99_06/lib/JS/PerlClass.pm -- Around line 169: =over without closing =back JS-0.99_06/lib/JS/Runtime.pm -- Around line 88: =over without closing =back JS-0.99_06/lib/JS/TrapHandler.pm -- Around line 27: =over without closing =back

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.

has_meta_json

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

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: JS::PerlArray, JS::PerlHash, JS::PerlObject, JS::PerlScalar, JS::PerlSub, JS::Stash

no_unauthorized_packages

Ask the owner of the distribution (the one who released it first, or the one who is designated in x_authority) to give you a (co-)maintainer's permission.

Error:

  • JS

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.

Modules

Name Abstract Version View
JS A bridge between perl and javascript languajes 0.99_06 metacpan
JS::Array Reference to a javascript Array metacpan
JS::Boolean Perl class that encapsulates the javascript's C<true> and C<false> values. metacpan
JS::Boxed Encapsulates all javascript object reflected to perl space in order to syncronize SM garbage colector and perl reference counting system. metacpan
JS::Context An object in which we can execute javascript metacpan
JS::Controller Control which Perl namespaces can be used from javascript. metacpan
JS::Error Encapsulates errors thrown from javascript metacpan
JS::Function Reference to a javascript Function metacpan
JS::Object Reference to a javascript Object metacpan
JS::PerlArray Encapsulate a Perl array in javascript space metacpan
JS::PerlClass Create native javascript clases in Perl metacpan
JS::PerlHash Encapsulate a perl hash in javascript space metacpan
JS::PerlObject Encapsulates generic perl objects in javascript metacpan
JS::PerlScalar Encapsulate Perl SCALAR references in javascript metacpan
JS::PerlSub Encapsulate a Perl CODE reference in javascript metacpan
JS::Runtime Runs contexts metacpan
JS::Runtime::Stock Plugin that install stock services for javascript side metacpan
JS::Script Encapsulates pre-compiled javascript code. metacpan
JS::Stash Perl namespaces reflector for javascript. metacpan
JS::TrapHandler Add support for Traps Handling to JS metacpan

Provides

Name File View
JS::Visitor lib/JS/Controller.pm metacpan
JS::XMLObject lib/JS/Object.pm metacpan

Other Files

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