JSP 1.01 Deleted
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: JSP::PerlArray, JSP::PerlHash, JSP::PerlObject, JSP::PerlScalar, JSP::PerlSub, JSP::Stash, JSP::Visitor
- no_pod_errors
-
Remove the POD errors. You can check for POD errors automatically by including Test::Pod to your test suite.
Error: JSP-1.01/lib/JSP/PerlArray.pm -- Around line 202: =over without closing =back JSP-1.01/lib/JSP/PerlClass.pm -- Around line 176: =over without closing =back JSP-1.01/lib/JSP/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: JSP::PerlArray, JSP::PerlHash, JSP::PerlObject, JSP::PerlScalar, JSP::PerlSub, JSP::Stash, JSP::Visitor
- 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 |
|---|---|---|---|
| JSP | A bridge between JavaScript and Perl languages | 1.01 | metacpan |
| JSP::Array | Reference to a javascript Array | metacpan | |
| JSP::Boolean | Perl class that encapsulates the javascript's C<true> and C<false> values. | metacpan | |
| JSP::Boxed | Encapsulates all javascript object reflected to perl space in order to syncronize SM garbage colector and perl reference counting system. | metacpan | |
| JSP::Context | An object in which we can execute javascript | metacpan | |
| JSP::Controller | Control which Perl namespaces can be used from javascript. | metacpan | |
| JSP::Error | Encapsulates errors thrown from javascript | metacpan | |
| JSP::Function | Reference to a javascript Function | metacpan | |
| JSP::Object | Reference to a JavaScript Object | metacpan | |
| JSP::PerlArray | Encapsulate a Perl ARRAY in javascript space | metacpan | |
| JSP::PerlClass | Create native JavaScript classes in Perl | metacpan | |
| JSP::PerlHash | Encapsulate a perl hash in javascript space | metacpan | |
| JSP::PerlObject | Encapsulates generic perl objects in javascript | metacpan | |
| JSP::PerlScalar | Encapsulate Perl SCALAR references in javascript | metacpan | |
| JSP::PerlSub | Encapsulate a Perl CODE reference in javascript | metacpan | |
| JSP::Runtime | Runs contexts | metacpan | |
| JSP::Runtime::Stock | Plugin that install stock services for javascript side | metacpan | |
| JSP::Script | Encapsulates pre-compiled javascript code. | metacpan | |
| JSP::Stash | Perl namespaces reflector for JavaScript. | metacpan | |
| JSP::TrapHandler | Add support for Traps Handling to JSP | metacpan | |
| JSP::Visitor | Perl things visiting JavaScript | metacpan |
Provides
| Name | File | View |
|---|---|---|
| JSP::XMLObject | lib/JSP/Object.pm | metacpan |