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]

buildtool_not_executable

Change the permissions of Build.PL/Makefile.PL to not-executable.

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.

no_pod_errors

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

Error: Repl-Loop-1.00/lib/Repl/Spec/Type/BooleanType.pm -- Around line 29: You forgot a '=back' before '=head1' Repl-Loop-1.00/lib/Repl/Spec/Type/CheckedArrayType.pm -- Around line 29: You forgot a '=back' before '=head1' Repl-Loop-1.00/lib/Repl/Spec/Type/CheckedHashType.pm -- Around line 29: You forgot a '=back' before '=head1' Repl-Loop-1.00/lib/Repl/Spec/Type/InstanceType.pm -- Around line 27: You forgot a '=back' before '=head1' Repl-Loop-1.00/lib/Repl/Spec/Type/IntegerRangeType.pm -- Around line 26: You forgot a '=back' before '=head1' Repl-Loop-1.00/lib/Repl/Spec/Type/IntegerType.pm -- Around line 24: You forgot a '=back' before '=head1' Repl-Loop-1.00/lib/Repl/Spec/Type/PatternType.pm -- Around line 27: You forgot a '=back' before '=head1' Repl-Loop-1.00/lib/Repl/Spec/Type/StringEnumType.pm -- Around line 28: You forgot a '=back' before '=head1'

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: Repl::Core::Buffer, Repl::Core::Pair, Repl::Core::Parser, Repl::Core::Token

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
Repl::Cmd::DumpCmd metacpan
Repl::Cmd::ExitCmd metacpan
Repl::Cmd::FileSysCmd metacpan
Repl::Cmd::LispCmd metacpan
Repl::Cmd::LoadCmd metacpan
Repl::Cmd::MathCmd metacpan
Repl::Cmd::PrintCmd metacpan
Repl::Cmd::SleepCmd metacpan
Repl::Core::BasicContext metacpan
Repl::Core::Buffer metacpan
Repl::Core::CommandRepo metacpan
Repl::Core::CompositeContext metacpan
Repl::Core::Eval metacpan
Repl::Core::Lambda metacpan
Repl::Core::MacroRepo metacpan
Repl::Core::Pair metacpan
Repl::Core::Parser metacpan
Repl::Core::StreamBuffer metacpan
Repl::Core::Token metacpan
Repl::Loop A command interpreter for applications. 1.00 metacpan
Repl::Spec::Args::FixedArg metacpan
Repl::Spec::Args::NamedArg metacpan
Repl::Spec::Args::OptionalArg metacpan
Repl::Spec::Args::StdArgList metacpan
Repl::Spec::Args::VarArg metacpan
Repl::Spec::Args::VarArgList metacpan
Repl::Spec::Type::BooleanType A parameter guard for boolean values. metacpan
Repl::Spec::Type::CheckedArrayType A parameter guard for arrays. metacpan
Repl::Spec::Type::CheckedHashType A parameter guard for hashes. metacpan
Repl::Spec::Type::DefinedType metacpan
Repl::Spec::Type::FileType metacpan
Repl::Spec::Type::InstanceType A parameter guard that ensures instances of a specified class. metacpan
Repl::Spec::Type::IntegerRangeType A parameter guard for integer ranges. metacpan
Repl::Spec::Type::IntegerType metacpan
Repl::Spec::Type::NumberType metacpan
Repl::Spec::Type::PatternType A parameter guard for strings matching a regular expression. metacpan
Repl::Spec::Type::ScalarType metacpan
Repl::Spec::Type::StringEnumType A parameter guard for strings that can have a value from a restricted set of string constants. metacpan
Repl::Spec::Type::WhateverType metacpan
Repl::Spec::Types A module with common type guards. metacpan

Other Files

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