DesignPattern-Factory 0.01 Latest
Kwalitee Issues
- has_meta_yml
-
Add a META.yml to the distribution. Your buildtool should be able to autogenerate it.
- manifest_matches_dist
-
Run a proper command ("make manifest" or "./Build manifest", maybe with a force option), or use a distribution builder to generate the MANIFEST. Or update MANIFEST manually.
Error:
- MANIFEST (6) does not match dist (36):
- Missing in MANIFEST: ConcreteCreator/Changes, ConcreteCreator/ConcreteCreator.pm, ConcreteCreator/ConcreteCreator.pm~, ConcreteCreator/MANIFEST, ConcreteCreator/Makefile.PL, ConcreteCreator/README, ConcreteCreator/test.pl, ConcreteCreator/test.pl~, ConcreteProduct/Changes, ConcreteProduct/ConcreteProduct.pm, ConcreteProduct/ConcreteProduct.pm~, ConcreteProduct/MANIFEST, ConcreteProduct/Makefile.PL, ConcreteProduct/README, ConcreteProduct/test.pl, Creator/Changes, Creator/Creator.pm, Creator/Creator.pm~, Creator/MANIFEST, Creator/Makefile.PL, Creator/README, Creator/test.pl, Factory.pm~, Product/Changes, Product/MANIFEST, Product/Makefile.PL, Product/Product.pm, Product/Product.pm~, Product/README, Product/test.pl
- 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: DesignPattern::Factory
- 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: DesignPattern::Factory, DesignPattern::Factory::ConcreteCreator, DesignPattern::Factory::ConcreteProduct, DesignPattern::Factory::Creator, DesignPattern::Factory::Product
- 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 |
---|---|---|---|
DesignPattern::Factory | Perl implementation of the Factory Method. | 0.01 | metacpan |
Other Files
Changes | metacpan |
ConcreteCreator/MANIFEST | metacpan |
ConcreteCreator/Makefile.PL | metacpan |
ConcreteProduct/MANIFEST | metacpan |
ConcreteProduct/Makefile.PL | metacpan |
Creator/MANIFEST | metacpan |
Creator/Makefile.PL | metacpan |
MANIFEST | metacpan |
Makefile.PL | metacpan |
Product/MANIFEST | metacpan |
Product/Makefile.PL | metacpan |
README | metacpan |