Under maintenance.

Most probably CPANTS databases are being regenerated from scratch due to major changes in Kwalitee metrics or updates of relevant modules/perl. Usually this maintenance takes about a day or two, and some of the information may be old or missing tentatively. Sorry for the inconvenience.

Kwalitee Issues

has_changelog

Add a Changelog (best named 'Changes') to the distribution. It should list at least major changes implemented in newer versions.

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::JSON::Converter, Jifty::Script, Jifty::Web::Menu

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 Sun 25 Dec 2005 05:17:04 PM 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.

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.

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::JSON, Jifty::JSON::Converter, Jifty::JSON::Parser, 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.51225,1,1.02,1.05

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_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.51225 metacpan
Jifty::Action The ability to Do Things in the framework metacpan
Jifty::Action::Autocomplete 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::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 parse and convert to JSON (JavaScript Object Notation). This is a temporary fork of the L<JSON>.pm code to allow for outputting single quotes. I expect that the single-quote patch will go into JSON.pm core in not too long, eliminating the need for this fork. 1.02 metacpan
Jifty::JSON::Converter 1.05 metacpan
Jifty::JSON::Parser 1 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::MasonInterp metacpan
Jifty::Model::Schema Tracks in-db schema version 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::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::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::Util Things that don't fit anywhere else 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::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 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

Provides

Name File View
Jifty::JSON::NotString lib/Jifty/JSON/Parser.pm metacpan
Jifty::Model::Schema::Schema lib/Jifty/Model/Schema.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
t/Continuations/META.yml metacpan
t/Continuations/Makefile.PL metacpan
t/Mapper/Makefile.PL metacpan