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

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]

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: Test::Unit::Tutorial

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.

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: Test::Unit, Test::Unit::Assert, Test::Unit::Assertion, Test::Unit::Assertion::Boolean, Test::Unit::Assertion::CodeRef, Test::Unit::Assertion::Exception, Test::Unit::Assertion::Regexp, Test::Unit::Debug, Test::Unit::Decorator, Test::Unit::Error, Test::Unit::Exception, Test::Unit::Failure, Test::Unit::HarnessUnit, Test::Unit::Listener, Test::Unit::Loader, Test::Unit::Procedural, Test::Unit::Result, Test::Unit::Runner, Test::Unit::Runner::Terminal, Test::Unit::Setup, Test::Unit::Test, Test::Unit::TestCase, Test::Unit::TestRunner, Test::Unit::TestSuite, Test::Unit::TkTestRunner, Test::Unit::Tutorial, Test::Unit::UnitHarness, Test::Unit::Warning

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).

Modules

Name Abstract Version View
Test::Unit the PerlUnit testing framework 0.25_1325 metacpan
Test::Unit::Assert unit testing framework assertion class 0.25_1325 metacpan
Test::Unit::Assertion The abstract base class for assertions 0.25_1325 metacpan
Test::Unit::Assertion::Boolean A boolean assertion 0.25_1325 metacpan
Test::Unit::Assertion::CodeRef A delayed evaluation assertion using a Coderef 0.25_1325 metacpan
Test::Unit::Assertion::Exception A assertion for raised exceptions 0.25_1325 metacpan
Test::Unit::Assertion::Regexp Assertion with regex matching 0.25_1325 metacpan
Test::Unit::Debug framework debugging control 0.25_1325 metacpan
Test::Unit::Decorator unit testing framework helper class 0.25_1325 metacpan
Test::Unit::Error unit testing framework exception class 0.25_1325 metacpan
Test::Unit::Exception unit testing framework exception class 0.25_1325 metacpan
Test::Unit::Failure unit testing framework exception class 0.25_1325 metacpan
Test::Unit::HarnessUnit unit testing framework helper class 0.25_1325 metacpan
Test::Unit::Listener unit testing framework abstract base class 0.25_1325 metacpan
Test::Unit::Loader unit testing framework helper class 0.25_1325 metacpan
Test::Unit::Procedural Procedural style unit testing interface 0.25_1325 metacpan
Test::Unit::Result unit testing framework helper class 0.25_1325 metacpan
Test::Unit::Runner abstract base class for test runners 0.25_1325 metacpan
Test::Unit::Runner::Terminal unit testing framework helper class 0.25_1325 metacpan
Test::Unit::Setup unit testing framework helper class 0.25_1325 metacpan
Test::Unit::Test unit testing framework abstract base class 0.25_1325 metacpan
Test::Unit::TestCase unit testing framework base class 0.25_1325 metacpan
Test::Unit::TestRunner unit testing framework helper class 0.25_1325 metacpan
Test::Unit::TestSuite unit testing framework base class 0.25_1325 metacpan
Test::Unit::TkTestRunner unit testing framework helper class 0.25_1325 metacpan
Test::Unit::Tutorial Tutorial on unit testing 0.25_1325 metacpan
Test::Unit::UnitHarness unit testing framework helper class 0.25_1325 metacpan
Test::Unit::Warning helper TestCase for adding warnings to a suite 0.25_1325 metacpan

Provides

Name File View
Test::Unit::UnitHarness::Exception lib/Test/Unit/UnitHarness.pm metacpan
Test::Unit::UnitHarness::TestCase lib/Test/Unit/UnitHarness.pm metacpan
Tk::ArrayBar lib/Test/Unit/TkTestRunner.pm metacpan

Other Files

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