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: License 'Perl' is invalid (license) [Validation: 1.0]

no_broken_module_install

Upgrade the bundled version of Module::Install to the most current release. Alternatively, you can switch to another build system / installer that does not suffer from this problem. (ExtUtils::MakeMaker, Module::Build both of which have their own set of problems.)

no_broken_auto_install

Upgrade the bundled version of Module::Install to at least 0.89, but preferably to the most current release. Alternatively, you can switch to another build system / installer that does not suffer from this problem. (ExtUtils::MakeMaker, Module::Build both of which have their own set of problems.)

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: Jifty::Action::Devel::FileEditor, Jifty::Script, Jifty::Web::Menu

no_pod_errors

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

Error: Jifty-0.60507/lib/Jifty/API.pm -- Around line 123: alternative text '/qualify' contains non-escaped | or /

valid_signature

Sign the dist as the last step before creating the archive. Take care not to modify/regenerate dist meta files or the manifest.

Error: Old SIGNATURE detected. Please inform the module author to regenerate SIGNATURE using Module::Signature version 0.82 or newer. gpg: Signature made Mon 08 May 2006 03:29:08 AM JST gpg: using DSA key 122F5DF7108E4046 gpg: Can't check signature: No public key ==> BAD/TAMPERED signature detected! <==

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: Jifty::Action::Devel::FileEditor, Jifty::Script, Jifty::Script::Help, Jifty::Web::Menu

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.60507,1

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
Email::Send::Jifty::Test metacpan
Jifty Just Do It 0.60507 metacpan
Jifty::API Manages and allow reflection on the Jifty::Actions that make up a Jifty application's API metacpan
Jifty::Action The ability to Do Things in the framework metacpan
Jifty::Action::Autocomplete metacpan
Jifty::Action::Devel::FileEditor metacpan
Jifty::Action::Record An action tied to a record in the database. metacpan
Jifty::Action::Record::Create Automagic creation action metacpan
Jifty::Action::Record::Delete Automagic delete action metacpan
Jifty::Action::Record::Update Automagic update action metacpan
Jifty::Action::Redirect Redirect the browser metacpan
Jifty::Bootstrap Insert initial data into your database metacpan
Jifty::ClassLoader Loads the application classes metacpan
Jifty::Collection Collection of Jifty::Record objects metacpan
Jifty::Config wrap a jifty configuration file metacpan
Jifty::Continuation Allows for basic continuation-based programming metacpan
Jifty::CurrentUser metacpan
Jifty::DateTime a DateTime subclass that knows about Jifty users metacpan
Jifty::Dispatcher The Jifty Dispatcher metacpan
Jifty::Everything Load all of the important Jifty modules at once. metacpan
Jifty::Handle A database handle class for Jifty metacpan
Jifty::Handler Methods related to the Mason handler metacpan
Jifty::I18N Internationalization framework for Jifty metacpan
Jifty::JSON Wrapper around L<JSON> metacpan
Jifty::LetMe A way to expose single-link URLs to your applications metacpan
Jifty::Logger A master class for Jifty's logging framwork metacpan
Jifty::Mason::Halo metacpan
Jifty::Model::Metadata Tracks Jifty-related metadata metacpan
Jifty::Model::Session Jifty session tracking metacpan
Jifty::Notification metacpan
Jifty::Object metacpan
Jifty::Record Represents a Jifty object that lives in the database. metacpan
Jifty::Request Canonical internal representation of an incoming Jifty request metacpan
Jifty::Request::Mapper Maps response values into arbitrary query parameters metacpan
Jifty::Response Canonical internal representation of the result of a L<Jifty::Action> metacpan
Jifty::Result Outcome of running a L<Jifty::Action> metacpan
Jifty::RightsFrom metacpan
Jifty::Script metacpan
Jifty::Script::Action Add an action class to your Jifty application metacpan
Jifty::Script::App Create the skeleton of a Jifty application metacpan
Jifty::Script::FastCGI A FastCGI server for your Jifty application metacpan
Jifty::Script::Help Show help metacpan
Jifty::Script::Model Add a model class to your Jifty application metacpan
Jifty::Script::Po Extract translatable strings from your application metacpan
Jifty::Script::Schema Create SQL to update or create your Jifty app's tables metacpan
Jifty::Script::Server A standalone webserver for your Jifty application metacpan
Jifty::Server Standalone web server for Jifty applications metacpan
Jifty::Test metacpan
Jifty::Test::WWW::Mechanize Subclass of L<Test::WWW::Mechanize> with extra Jifty features metacpan
Jifty::Upgrade metacpan
Jifty::Upgrade::Internal metacpan
Jifty::Util Things that don't fit anywhere else metacpan
Jifty::View::Mason::Handler Handler for Mason requests inside of Jifty metacpan
Jifty::View::Static::Handler metacpan
Jifty::Web Web framework for a Jifty application metacpan
Jifty::Web::Form metacpan
Jifty::Web::Form::Clickable Some item that can be clicked on -- either a button or a link. metacpan
Jifty::Web::Form::Element Some item that can be rendered in a form metacpan
Jifty::Web::Form::Field Web input of some sort metacpan
Jifty::Web::Form::Field::Button metacpan
Jifty::Web::Form::Field::Checkbox metacpan
Jifty::Web::Form::Field::Combobox metacpan
Jifty::Web::Form::Field::Date metacpan
Jifty::Web::Form::Field::Hidden metacpan
Jifty::Web::Form::Field::InlineButton metacpan
Jifty::Web::Form::Field::Password metacpan
Jifty::Web::Form::Field::Radio metacpan
Jifty::Web::Form::Field::ResetButton metacpan
Jifty::Web::Form::Field::Select metacpan
Jifty::Web::Form::Field::Text Renders as a small text field 1 metacpan
Jifty::Web::Form::Field::Textarea metacpan
Jifty::Web::Form::Field::Unrendered metacpan
Jifty::Web::Form::Field::Upload File upload field metacpan
Jifty::Web::Form::Link Creates a state-preserving HTML link metacpan
Jifty::Web::Menu metacpan
Jifty::Web::PageRegion Defines a page region metacpan
Jifty::Web::Session A Jifty session handler metacpan
Jifty::YAML Wrapper around L<YAML> metacpan

Provides

Name File View
HTML::Mason::Request::Jifty lib/Jifty/View/Mason/Handler.pm metacpan
Jifty::Model::Metadata::Schema lib/Jifty/Model/Metadata.pm metacpan
Jifty::Model::Session::Schema lib/Jifty/Model/Session.pm metacpan
Jifty::Request::Action lib/Jifty/Request.pm metacpan
Jifty::Request::Fragment lib/Jifty/Request.pm metacpan
Jifty::Request::StateVariable lib/Jifty/Request.pm metacpan

Other Files

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