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: Expected a map structure from string or file. (requires) [Validation: 1.0]

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: Class::MakeMethods::Basic, Class::MakeMethods::Basic::Global, Class::MakeMethods::Emulator, Class::MakeMethods::Emulator::accessors, Class::MakeMethods::Emulator::mcoder, Class::MakeMethods::Template::ClassName, Class::MakeMethods::Template::Flyweight, Class::MakeMethods::Template::Static, Class::MakeMethods::Template::Struct

no_pod_errors

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

Error: Class-MakeMethods-1.01/MakeMethods/Attribute.pm -- Around line 139: Non-ASCII character seen before =encoding in 'byÊDamian'. Assuming CP1252 Class-MakeMethods-1.01/MakeMethods/Composite/Inheritable.pm -- Around line 49: L<> starts or ends with whitespace Class-MakeMethods-1.01/MakeMethods/Docs/ReadMe.pod -- Around line 269: Non-ASCII character seen before =encoding in 'Fandiño.'. Assuming CP1252 Class-MakeMethods-1.01/MakeMethods/Docs/RelatedModules.pod -- Around line 485: '=item' outside of any '=over' Around line 494: You forgot a '=back' before '=head2' Class-MakeMethods-1.01/MakeMethods/Emulator/mcoder.pm -- Around line 114: L<> starts or ends with whitespace Class-MakeMethods-1.01/MakeMethods/Standard/Inheritable.pm -- Around line 49: L<> starts or ends with whitespace Class-MakeMethods-1.01/MakeMethods/Template/Generic.pm -- Around line 933: You forgot a '=back' before '=head2'

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_tests_in_t_dir

Add tests or move tests.pl to the t/ directory!

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: Class::MakeMethods, Class::MakeMethods::Attribute, Class::MakeMethods::Autoload, Class::MakeMethods::Basic, Class::MakeMethods::Basic::Array, Class::MakeMethods::Basic::Global, Class::MakeMethods::Basic::Hash, Class::MakeMethods::Composite, Class::MakeMethods::Composite::Array, Class::MakeMethods::Composite::Global, Class::MakeMethods::Composite::Hash, Class::MakeMethods::Composite::Inheritable, Class::MakeMethods::Composite::Universal, Class::MakeMethods::Emulator, Class::MakeMethods::Emulator::AccessorFast, Class::MakeMethods::Emulator::Inheritable, Class::MakeMethods::Emulator::MethodMaker, Class::MakeMethods::Emulator::Singleton, Class::MakeMethods::Emulator::Struct, Class::MakeMethods::Emulator::accessors, Class::MakeMethods::Emulator::mcoder, Class::MakeMethods::Evaled, Class::MakeMethods::Evaled::Hash, Class::MakeMethods::Standard, Class::MakeMethods::Standard::Array, Class::MakeMethods::Standard::Global, Class::MakeMethods::Standard::Hash, Class::MakeMethods::Standard::Inheritable, Class::MakeMethods::Standard::Universal, Class::MakeMethods::Template, Class::MakeMethods::Template::Array, Class::MakeMethods::Template::Class, Class::MakeMethods::Template::ClassInherit, Class::MakeMethods::Template::ClassName, Class::MakeMethods::Template::ClassVar, Class::MakeMethods::Template::Flyweight, Class::MakeMethods::Template::Generic, Class::MakeMethods::Template::Global, Class::MakeMethods::Template::Hash, Class::MakeMethods::Template::Inheritable, Class::MakeMethods::Template::InsideOut, Class::MakeMethods::Template::PackageVar, Class::MakeMethods::Template::Ref, Class::MakeMethods::Template::Scalar, Class::MakeMethods::Template::Static, Class::MakeMethods::Template::Struct, Class::MakeMethods::Template::StructBuiltin, Class::MakeMethods::Template::Universal, Class::MakeMethods::Utility::ArraySplicer, Class::MakeMethods::Utility::DiskCache, Class::MakeMethods::Utility::Inheritable, Class::MakeMethods::Utility::Ref, Class::MakeMethods::Utility::TextBuilder, Test, TieScalarTest

no_unauthorized_packages

Ask the owner of the distribution (the one who released it first, or the one who is designated in x_authority) to give you a (co-)maintainer's permission.

Error:

  • Test

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.02,0.05,1,1.005,1.008,1.009,1.01,1.03

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
Class::MakeMethods Generate common types of methods 1.01 metacpan
Class::MakeMethods::Attribute Declare generated subs with attribute syntax 1.005 metacpan
Class::MakeMethods::Autoload Declare generated subs with AUTOLOAD 1 metacpan
Class::MakeMethods::Basic Make really simple methods 1 metacpan
Class::MakeMethods::Basic::Array Basic array methods 1 metacpan
Class::MakeMethods::Basic::Global Basic shared methods 1 metacpan
Class::MakeMethods::Basic::Hash Basic hash methods 1 metacpan
Class::MakeMethods::Composite Make extensible compound methods 1 metacpan
Class::MakeMethods::Composite::Array Basic array methods 1 metacpan
Class::MakeMethods::Composite::Global Global data 1 metacpan
Class::MakeMethods::Composite::Hash Composite hash methods 1 metacpan
Class::MakeMethods::Composite::Inheritable Overridable data 1 metacpan
Class::MakeMethods::Composite::Universal Composite Method Tricks 1 metacpan
Class::MakeMethods::Emulator Demonstrate class-generator equivalency 1.009 metacpan
Class::MakeMethods::Emulator::AccessorFast Emulate Class::Accessor::Fast metacpan
Class::MakeMethods::Emulator::Inheritable Emulate Class::Inheritable metacpan
Class::MakeMethods::Emulator::MethodMaker Emulate Class::MethodMaker 1.03 metacpan
Class::MakeMethods::Emulator::Singleton Emulate Class::Singleton metacpan
Class::MakeMethods::Emulator::Struct Emulate Class::Struct metacpan
Class::MakeMethods::Emulator::accessors Emulate the accessors module 0.02 metacpan
Class::MakeMethods::Emulator::mcoder Emulate the mcoder module 0.05 metacpan
Class::MakeMethods::Evaled Make methods with simple string evals 1 metacpan
Class::MakeMethods::Evaled::Hash Typical hash methods 1 metacpan
Class::MakeMethods::Standard Make common object accessors 1 metacpan
Class::MakeMethods::Standard::Array Methods for Array objects 1 metacpan
Class::MakeMethods::Standard::Global Global data 1 metacpan
Class::MakeMethods::Standard::Hash Standard hash methods 1 metacpan
Class::MakeMethods::Standard::Inheritable Overridable data 1 metacpan
Class::MakeMethods::Standard::Universal Generic Methods 1 metacpan
Class::MakeMethods::Template Extensible code templates 1.008 metacpan
Class::MakeMethods::Template::Array Methods for manipulating positional values in arrays 1.008 metacpan
Class::MakeMethods::Template::Class Associate information with a package 1.008 metacpan
Class::MakeMethods::Template::ClassInherit Overridable class data 1.008 metacpan
Class::MakeMethods::Template::ClassName Access object's class 1.008 metacpan
Class::MakeMethods::Template::ClassVar Static methods with subclass variation 1.008 metacpan
Class::MakeMethods::Template::Flyweight Deprecated name for InsideOut 1.008 metacpan
Class::MakeMethods::Template::Generic Templates for common meta-method types 1.008 metacpan
Class::MakeMethods::Template::Global Method that are not instance-dependent 1.008 metacpan
Class::MakeMethods::Template::Hash Method interfaces for hash-based objects 1.008 metacpan
Class::MakeMethods::Template::Inheritable Overridable data 1.008 metacpan
Class::MakeMethods::Template::InsideOut External data 1.008 metacpan
Class::MakeMethods::Template::PackageVar Static methods with global variables 1.008 metacpan
Class::MakeMethods::Template::Ref Universal copy and compare methods 1.008 metacpan
Class::MakeMethods::Template::Scalar Methods for blessed scalars 1.008 metacpan
Class::MakeMethods::Template::Static Deprecated name for Global 1.008 metacpan
Class::MakeMethods::Template::Struct Deprecated name for Array 1.008 metacpan
Class::MakeMethods::Template::StructBuiltin 1.008 metacpan
Class::MakeMethods::Template::Universal Meta-methods for any type of object 1.008 metacpan
Class::MakeMethods::Utility::ArraySplicer Common array ops 1 metacpan
Class::MakeMethods::Utility::DiskCache Optional Template feature 1.008 metacpan
Class::MakeMethods::Utility::Inheritable "Inheritable" data 1 metacpan
Class::MakeMethods::Utility::Ref Deep copying and comparison 1 metacpan
Class::MakeMethods::Utility::TextBuilder Basic text substitutions 1.008 metacpan
Test metacpan
TieScalarTest metacpan

Provides

Name File View
Class::MakeMethods::Emulator::accessors::chained MakeMethods/Emulator/accessors.pm metacpan
Class::MakeMethods::Emulator::accessors::classic MakeMethods/Emulator/accessors.pm metacpan

Other Files

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