Security Advisories

Kwalitee Issues

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.

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: Apache::Framework::App

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.95/lib/App/Session.pm -- Around line 144: =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::Framework::App, App, App::Authentication, App::Authorization, App::CallDispatcher, App::CallDispatcher::HTTPSimple, App::Conf, App::Conf::File, App::Context, App::Context::Cmd, App::Context::HTTP, App::Exceptions, App::MessageDispatcher, App::Reference, App::Request, App::Request::CGI, App::Response, App::Serializer, App::Serializer::Ini, App::Serializer::OneLine, App::Serializer::Perl, App::Serializer::Properties, 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::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: 1.02,1.04,1.09

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::Framework::App metacpan
App Backplane for core App services metacpan
App::Authentication Interface for authentication and authorization metacpan
App::CallDispatcher synchronous (potentially remote) call_dispatcher invocation metacpan
App::CallDispatcher::HTTPSimple synchronous rpc using simple HTTP protocol metacpan
App::Conf Load and access configuration data 1.02 metacpan
App::Conf::File Load and access configuration data 1.09 metacpan
App::Context an application development framework which allows application logic to be written which will run in a variety of runtime application contexts (web app, cmdline utility, server program, daemon, etc.) metacpan
App::Context::Cmd context in which we are currently running metacpan
App::Context::HTTP context in which we are currently running metacpan
App::Exceptions Creates all exception classes used in App. 1.02 metacpan
App::MessageDispatcher Interface for sending/receiving (possibly) async messages metacpan
App::Reference a Perl reference, blessed so it can be accessed with methods 1.04 metacpan
App::Request the request metacpan
App::Request::CGI the request metacpan
App::Response the response metacpan
App::Serializer Interface for serialization and deserialization metacpan
App::Serializer::Ini Interface for serialization and deserialization metacpan
App::Serializer::OneLine Interface for serialization and deserialization metacpan
App::Serializer::Perl Interface for serialization and deserialization metacpan
App::Serializer::Properties Interface for serialization and deserialization metacpan
App::Serializer::Storable Interface for serialization and deserialization metacpan
App::Serializer::TextArray Interface for serialization and deserialization metacpan
App::Serializer::Xml Interface for serialization and deserialization metacpan
App::Serializer::Yaml Interface for serialization and deserialization metacpan
App::Service Provides core methods for App-Context Services metacpan
App::Session represents a sequence of multiple events perhaps executed in separate processes metacpan
App::Session::Cookie a session whose state is maintained across HTML requests by being embedded in an HTTP cookie. metacpan
App::Session::HTMLHidden a session whose state is maintained across HTML requests by being embedded in an HTML <input type="hidden"> tag. metacpan
App::SessionObject Interface for configurable, stateful objects metacpan
App::UserAgent the browser this session is connected to metacpan
App::ValueDomain Interface for sharing data between processes metacpan

Provides

Name File View
App::LogChannel lib/App/Authorization.pm metacpan

Other Files

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