Class-MakeMethods 1.0.14
Kwalitee Issues
- has_meta_yml
-
Add a META.yml to the distribution. Your buildtool should be able to autogenerate it.
- 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::Static, Class::MakeMethods::Emulator::TakeName, Class::MakeMethods::Template::PseudoHash
- 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.0.14/MakeMethods/Attribute.pm -- Around line 100: Non-ASCII character seen before =encoding in 'byÃDamian'. Assuming CP1252 Class-MakeMethods-1.0.14/MakeMethods/Emulator/MethodMaker.pm -- Around line 290: Expected text after =item, not a number Around line 295: Expected text after =item, not a number Around line 300: Expected text after =item, not a number Class-MakeMethods-1.0.14/MakeMethods/RelatedModules.pod -- Around line 638: You can't have =items (as at line 642) unless the first thing after the =over is an =item Around line 688: You forgot a '=back' before '=head1' Class-MakeMethods-1.0.14/MakeMethods/ToDo.pod -- Around line 111: Expected '=item *' Around line 220: Expected '=item *' Around line 234: Expected '=item *' Around line 243: Expected '=item *' Around line 314: Expected '=item *' Class-MakeMethods-1.0.14/MakeMethods.pm -- Around line 433: L<> starts or ends with whitespace Around line 532: L<> starts or ends with whitespace
- 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: Class::MakeMethods, Class::MakeMethods::Attribute, Class::MakeMethods::Basic::Array, Class::MakeMethods::Basic::Hash, Class::MakeMethods::Basic::Static, 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::AccessorFast, Class::MakeMethods::Emulator::Inheritable, Class::MakeMethods::Emulator::MethodMaker, Class::MakeMethods::Emulator::Singleton, Class::MakeMethods::Emulator::Struct, Class::MakeMethods::Emulator::TakeName, Class::MakeMethods::Standard, Class::MakeMethods::Standard::Array, Class::MakeMethods::Standard::Global, Class::MakeMethods::Standard::Hash, Class::MakeMethods::Standard::Inheritable, Class::MakeMethods::Template, Class::MakeMethods::Template::Class, Class::MakeMethods::Template::ClassInherit, Class::MakeMethods::Template::ClassVar, Class::MakeMethods::Template::DiskCache, Class::MakeMethods::Template::Flyweight, Class::MakeMethods::Template::Generic, Class::MakeMethods::Template::Hash, Class::MakeMethods::Template::PackageVar, Class::MakeMethods::Template::PseudoHash, Class::MakeMethods::Template::Ref, Class::MakeMethods::Template::Scalar, Class::MakeMethods::Template::Static, Class::MakeMethods::Template::Struct, Class::MakeMethods::Template::TextBuilder, Class::MakeMethods::Template::Universal
- consistent_version
-
Split the distribution, or fix the version numbers to make them consistent (use the highest version number to avoid version downgrade).
Error: 1.000001,1.000013,1.000014
- 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 |
---|---|---|---|
Class::MakeMethods | Generate common types of methods | 1.000014 | metacpan |
Class::MakeMethods::Attribute | Declare generated subs | 1.000013 | metacpan |
Class::MakeMethods::Basic::Array | Basic array methods | metacpan | |
Class::MakeMethods::Basic::Hash | Basic hash methods | metacpan | |
Class::MakeMethods::Basic::Static | Basic shared methods | metacpan | |
Class::MakeMethods::Composite | metacpan | ||
Class::MakeMethods::Composite::Array | Basic array methods | metacpan | |
Class::MakeMethods::Composite::Global | Global data | metacpan | |
Class::MakeMethods::Composite::Hash | Composite hash methods | metacpan | |
Class::MakeMethods::Composite::Inheritable | Inheritable data | metacpan | |
Class::MakeMethods::Composite::Universal | Composite Method Tricks | 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 | metacpan | |
Class::MakeMethods::Emulator::Singleton | Emulate Class::Singleton | metacpan | |
Class::MakeMethods::Emulator::Struct | Emulate Class::Struct | metacpan | |
Class::MakeMethods::Emulator::TakeName | 1.000001 | metacpan | |
Class::MakeMethods::Standard | Guide to subclasses | metacpan | |
Class::MakeMethods::Standard::Array | Methods for Array objects | metacpan | |
Class::MakeMethods::Standard::Global | Global data | metacpan | |
Class::MakeMethods::Standard::Hash | Standard hash methods | metacpan | |
Class::MakeMethods::Standard::Inheritable | Inheritable data | metacpan | |
Class::MakeMethods::Template | Extensible code templates | metacpan | |
Class::MakeMethods::Template::Class | Associate information with a package | metacpan | |
Class::MakeMethods::Template::ClassInherit | Associate information with a package | metacpan | |
Class::MakeMethods::Template::ClassVar | Static methods with subclass variation | metacpan | |
Class::MakeMethods::Template::DiskCache | 1.000001 | metacpan | |
Class::MakeMethods::Template::Flyweight | Method interfaces for flyweight objects | metacpan | |
Class::MakeMethods::Template::Generic | Templates for common meta-method types | metacpan | |
Class::MakeMethods::Template::Hash | Method interfaces for hash-based objects | metacpan | |
Class::MakeMethods::Template::PackageVar | Static methods with global variables | metacpan | |
Class::MakeMethods::Template::PseudoHash | metacpan | ||
Class::MakeMethods::Template::Ref | Universal copy and compare methods | metacpan | |
Class::MakeMethods::Template::Scalar | metacpan | ||
Class::MakeMethods::Template::Static | Method that are not instance-dependent | metacpan | |
Class::MakeMethods::Template::Struct | Methods for manipulating positional values in arrays | metacpan | |
Class::MakeMethods::Template::TextBuilder | Basic text substitutions | 1.000001 | metacpan |
Class::MakeMethods::Template::Universal | Meta-methods for any type of object | metacpan |