Security Advisories

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: Missing mandatory field, 'abstract' (abstract) [Validation: 1.4];value is an undefined string (abstract) [Validation: 1.4]

has_human_readable_license

Add a section called "LICENSE" to the documentation, or add a file named LICENSE to the distribution.

has_license_in_source_file

Add =head1 LICENSE and the text of the license to the main module in your code.

main_module_version_matches_dist_version

Make sure that the main module name and version are the same of the distribution.

no_pod_errors

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

Error: App-Context-0.968/lib/App/Session.pm -- Around line 145: =cut found outside a pod block. Skipping to next block.

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.

meta_yml_has_license

Define the license if you are using in Build.PL. If you are using MakeMaker (Makefile.PL) you should upgrade to ExtUtils::MakeMaker version 6.31.

has_known_license_in_source_file

Add =head1 LICENSE and/or the proper text of the well-known license to the main module in your code.

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: Apache::App, App, App::Authentication, App::Authentication::Htpasswd, App::Authorization, App::CallDispatcher, App::CallDispatcher::HTTPSimple, App::Conf, App::Conf::File, App::Context, App::Context::ClusterController, App::Context::ClusterNode, App::Context::Cmd, App::Context::HTTP, App::Context::ModPerl, App::Context::NetServer, App::Context::POE, App::Context::POE::ClusterController, App::Context::POE::ClusterNode, App::Context::Server, App::Documentation, App::Exceptions, App::MessageDispatcher, App::Reference, App::Request, App::Request::CGI, App::ResourceLocker, App::ResourceLocker::IPCLocker, App::ResourceLocker::IPCSemaphore, App::Response, App::Serializer, App::Serializer::Html, App::Serializer::Ini, App::Serializer::Json, App::Serializer::OneLine, App::Serializer::Perl, App::Serializer::Properties, App::Serializer::Scalar, App::Serializer::Storable, App::Serializer::TextArray, App::Serializer::Xml, App::Serializer::Yaml, App::Service, App::Session, App::Session::Cookie, App::Session::HTMLHidden, App::SessionObject, App::SharedDatastore, App::UserAgent, App::ValueDomain

consistent_version

Split the distribution, or fix the version numbers to make them consistent (use the highest version number to avoid version downgrade).

Error: 10851,11294,12476,12574,13304,13305,13649,13887,13908,14127,3666,6000,6001,6004,6300,6783,6785,6786,8535,9450,9683,9817,9819,9850

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
Apache::App 3666 metacpan
App Backplane for core App services 13887 metacpan
App::Authentication Interface for authentication and authorization 9850 metacpan
App::Authentication::Htpasswd Interface for authentication using an htpasswd file 9817 metacpan
App::Authorization A service that is used by various application components to know what the current user is authorized to do 6783 metacpan
App::CallDispatcher synchronous (potentially remote) call_dispatcher invocation 6783 metacpan
App::CallDispatcher::HTTPSimple synchronous rpc using simple HTTP protocol 6783 metacpan
App::Conf Load and access configuration data 3666 metacpan
App::Conf::File Load and access configuration data 3666 metacpan
App::Context An application framework for web applications, command-line programs, server programs, and web services 14127 metacpan
App::Context::ClusterController a runtime environment of a Cluster Controller served by many Cluster Nodes 6785 metacpan
App::Context::ClusterNode a runtime environment for a Cluster Node that serves a Cluster Controller 3666 metacpan
App::Context::Cmd context in which we are currently running 6300 metacpan
App::Context::HTTP context in which we are currently running 13887 metacpan
App::Context::ModPerl context in which we are currently running 13649 metacpan
App::Context::NetServer context in which we are currently running 6004 metacpan
App::Context::POE 3666 metacpan
App::Context::POE::ClusterController a runtime environment of a Cluster Controller served by many Cluster Nodes 6785 metacpan
App::Context::POE::ClusterNode 3666 metacpan
App::Context::POE::Server 6786 metacpan
App::Context::Server a runtime environment with a single master server and its subprocesses 9819 metacpan
App::Documentation Documentation for developing, installing, and administering applications in Perl 0 metacpan
App::Exceptions Creates all exception classes used in App. 13304 metacpan
App::MessageDispatcher Interface for sending/receiving (possibly) async messages 6783 metacpan
App::Reference a Perl reference, blessed so it can be accessed with methods 9683 metacpan
App::Request the request 9817 metacpan
App::Request::CGI the request 13908 metacpan
App::ResourceLocker Interface for locking shared resources 6783 metacpan
App::ResourceLocker::IPCLocker locking shared resources using IPC::Locker 6783 metacpan
App::ResourceLocker::IPCSemaphore locking shared resources using IPC::Locker 6783 metacpan
App::Response the response 8535 metacpan
App::Serializer Interface for serialization and deserialization 6783 metacpan
App::Serializer::Html Interface for serialization and deserialization 6000 metacpan
App::Serializer::Ini Interface for serialization and deserialization 6783 metacpan
App::Serializer::Json Interface for serialization and deserialization 6000 metacpan
App::Serializer::OneLine Interface for serialization and deserialization 6001 metacpan
App::Serializer::Perl Interface for serialization and deserialization 11294 metacpan
App::Serializer::Properties Interface for serialization and deserialization 6783 metacpan
App::Serializer::Scalar A "serializer" which merely encodes and decodes scalars 6001 metacpan
App::Serializer::Storable Interface for serialization and deserialization 6783 metacpan
App::Serializer::TextArray Interface for serialization and deserialization 6783 metacpan
App::Serializer::Xml Interface for serialization and deserialization 6783 metacpan
App::Serializer::Yaml Interface for serialization and deserialization 6783 metacpan
App::Service Provides core methods for App-Context Services 13305 metacpan
App::Session represents a sequence of multiple events perhaps executed in separate processes 3666 metacpan
App::Session::Cookie a session whose state is maintained across HTML requests by being embedded in an HTTP cookie. 3666 metacpan
App::Session::HTMLHidden a session whose state is maintained across HTML requests by being embedded in an HTML <input type="hidden"> tag. 13887 metacpan
App::SessionObject Interface for configurable, stateful objects 9450 metacpan
App::SharedDatastore Interface for sharing data between processes 10851 metacpan
App::UserAgent the browser this session is connected to 12476 metacpan
App::ValueDomain Interface for sharing data between processes 12574 metacpan

Other Files

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