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: JSPL::Stash, JSPL::Visitor

no_pod_errors

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

Error: JSPL-1.06/lib/JSPL/PerlClass.pm -- Around line 176: =over without closing =back JSPL-1.06/lib/JSPL/TrapHandler.pm -- Around line 27: =over without closing =back JSPL-1.06/lib/PerlArray.pod -- Around line 194: =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: JSPL::Stash, JSPL::Visitor

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.10,0.11,0.20,1.06

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
JSPL A bridge between JavaScript and Perl languages 1.06 metacpan
JSPL::Array Reference to a JavaScript Array metacpan
JSPL::Boolean Perl class that encapsulates the JavaScript's C<true> and C<false> values. metacpan
JSPL::Boxed Encapsulates all javascript object reflected to perl space in order to syncronize SM garbage colector and perl reference counting system. metacpan
JSPL::Context An object in which we can execute JavaScript metacpan
JSPL::Context::Timeout Call JavaScript with Timeouts 0.20 metacpan
JSPL::Controller Control which Perl namespaces can be used from JavaScript. metacpan
JSPL::Error Encapsulates errors thrown from JavaScript metacpan
JSPL::Function Reference to a JavaScript Function metacpan
JSPL::Object Reference to a JavaScript Object metacpan
JSPL::PerlClass Create native JavaScript classes in Perl metacpan
JSPL::Runtime Runs contexts metacpan
JSPL::Runtime::CommonJS A CommonJS-complaint Runtime 0.10 metacpan
JSPL::Runtime::Stock Plugin that install stock services for JavaScript side metacpan
JSPL::SM::ByteCode A class for inspect SpiderMonkey's bytecode metacpan
JSPL::SM::Opcode Class that encapsulates SpiderMonkey's jsopcodes. 0.11 metacpan
JSPL::Script Encapsulates pre-compiled JavaScript code. metacpan
JSPL::Stash Perl namespaces reflector for JavaScript. metacpan
JSPL::TrapHandler Add support for Traps Handling to JSPL metacpan
JSPL::Visitor Perl things visiting JavaScript metacpan

Provides

Name File View
JSPL::XMLObject lib/JSPL/Object.pm metacpan

Other Files

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