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: Devel::Ladybug::Enum::Bool, Devel::Ladybug::Enum::DBIType, Devel::Ladybug::Enum::Flatfile, Devel::Ladybug::Redefines

no_pod_errors

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

Error: Devel-Ladybug-0.407/lib/Devel/Ladybug/Class/Dumper.pm -- Around line 20: You can't have =items (as at line 39) unless the first thing after the =over is an =item Devel-Ladybug-0.407/lib/Devel/Ladybug/Utility.pm -- Around line 65: '=item' outside of any '=over'

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.

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: Devel::Ladybug, Devel::Ladybug::Enum::Bool, Devel::Ladybug::Enum::DBIType, Devel::Ladybug::Enum::Flatfile, Devel::Ladybug::Redefines, Devel::Ladybug::Utility

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
Devel::Ladybug Data modeling framework 0.407 metacpan
Devel::Ladybug::Array Array object class metacpan
Devel::Ladybug::Bool Overloaded object class for booleans metacpan
Devel::Ladybug::Class Root-level "Class" class metacpan
Devel::Ladybug::Class::Dumper Class and object introspection mix-in metacpan
Devel::Ladybug::Constants Loads .ladybugrc values as Perl constants metacpan
Devel::Ladybug::DateTime Overloaded Time object class metacpan
Devel::Ladybug::Double Overloaded double-precision number object metacpan
Devel::Ladybug::Enum C style enumerated types in Perl metacpan
Devel::Ladybug::Enum::Bool Boolean enumeration metacpan
Devel::Ladybug::Enum::DBIType Database type enumeration metacpan
Devel::Ladybug::Enum::Flatfile Database type enumeration metacpan
Devel::Ladybug::Exceptions Defines the exceptions which may be thrown inside of Devel::Ladybug metacpan
Devel::Ladybug::ExtID Define inter-object relationships metacpan
Devel::Ladybug::Float Overloaded object class for floating point numbers metacpan
Devel::Ladybug::Hash Hashtable object metacpan
Devel::Ladybug::ID Overloaded GUID object class metacpan
Devel::Ladybug::Int Overloaded object class for integers metacpan
Devel::Ladybug::Name A unique secondary key metacpan
Devel::Ladybug::Node Abstract storable object class metacpan
Devel::Ladybug::Num Overloaded object class for numbers metacpan
Devel::Ladybug::Object Abstract object class metacpan
Devel::Ladybug::Persistence Serialization mix-in metacpan
Devel::Ladybug::Persistence::Generic Abstract base for DBI mix-in modules metacpan
Devel::Ladybug::Persistence::MySQL Vendor-specific overrides for MySQL/InnoDB metacpan
Devel::Ladybug::Persistence::PostgreSQL Vendor-specific overrides for PostgreSQL metacpan
Devel::Ladybug::Persistence::SQLite Vendor-specific overrides for SQLite metacpan
Devel::Ladybug::Redefines Runtime overrides for Devel::Ladybug metacpan
Devel::Ladybug::Rule Object class for regular expressions metacpan
Devel::Ladybug::Runtime Initialize Devel::Ladybug at runtime instead of compile time metacpan
Devel::Ladybug::Scalar Scalar object class metacpan
Devel::Ladybug::Serial Auto incrementing integer primary key metacpan
Devel::Ladybug::Str Overloaded object class for strings metacpan
Devel::Ladybug::Stream Buffered list iteration for Devel::Ladybug tables metacpan
Devel::Ladybug::Subtype Subtype rules for L<Devel::Ladybug::Type> instances metacpan
Devel::Ladybug::TimeSpan Time range object class metacpan
Devel::Ladybug::Type L<Devel::Ladybug::Object> data type assertions metacpan
Devel::Ladybug::Utility System functions required globally by Devel::Ladybug metacpan

Provides

Name File View
Devel::Ladybug::Array::Break lib/Devel/Ladybug/Array.pm metacpan
Devel::Ladybug::Array::YieldedItems lib/Devel/Ladybug/Array.pm metacpan
Devel::Ladybug::Error lib/Devel/Ladybug/Exceptions.pm metacpan
Devel::Ladybug::TextIndex lib/Devel/Ladybug/Persistence.pm metacpan

Other Files

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