Bigtop 0.38 Latest
Kwalitee Issues
- no_files_to_be_skipped
-
Fix MANIFEST.SKIP or use an authoring tool which respects MANIFEST.SKIP. Note that each entry in MANIFEST.SKIP is a regular expression. You may need to add appropriate meta characters not to ignore necessary stuff.
Error: examples/Billing-Finished/Build.PL,examples/Billing-Finished/Changes,examples/Billing-Finished/MANIFEST,examples/Billing-Finished/MANIFEST.SKIP,examples/Billing-Finished/README,examples/Billing-Finished/app.cgi,examples/Billing-Finished/app.server,examples/Billing-Finished/docs/billing.bigtop,examples/Billing-Finished/docs/schema.mysql,examples/Billing-Finished/docs/schema.postgres,examples/Billing-Finished/docs/schema.sqlite,examples/Billing-Finished/docs,examples/Billing-Finished/html/genwrapper.tt,examples/Billing-Finished/html,examples/Billing-Finished/lib/Bigtop/Example/Billing/Company.pm,examples/Billing-Finished/lib/Bigtop/Example/Billing/Customer.pm,examples/Billing-Finished/lib/Bigtop/Example/Billing/GEN/Company.pm,examples/Billing-Finished/lib/Bigtop/Example/Billing/GEN/Customer.pm,examples/Billing-Finished/lib/Bigtop/Example/Billing/GEN/Invoice.pm,examples/Billing-Finished/lib/Bigtop/Example/Billing/GEN/LineItem.pm,examples/Billing-Finished/lib/Bigtop/Example/Billing/GEN/Status.pm,examples/Billing-Finished/lib/Bigtop/Example/Billing/GEN,examples/Billing-Finished/lib/Bigtop/Example/Billing/GENModel.pm,examples/Billing-Finished/lib/Bigtop/Example/Billing/Invoice.pm,examples/Billing-Finished/lib/Bigtop/Example/Billing/LineItem.pm,examples/Billing-Finished/lib/Bigtop/Example/Billing/Model/GEN/customer.pm,examples/Billing-Finished/lib/Bigtop/Example/Billing/Model/GEN/invoice.pm,examples/Billing-Finished/lib/Bigtop/Example/Billing/Model/GEN/line_item.pm,examples/Billing-Finished/lib/Bigtop/Example/Billing/Model/GEN/my_company.pm,examples/Billing-Finished/lib/Bigtop/Example/Billing/Model/GEN/status.pm,examples/Billing-Finished/lib/Bigtop/Example/Billing/Model/GEN,examples/Billing-Finished/lib/Bigtop/Example/Billing/Model/customer.pm,examples/Billing-Finished/lib/Bigtop/Example/Billing/Model/invoice.pm,examples/Billing-Finished/lib/Bigtop/Example/Billing/Model/line_item.pm,examples/Billing-Finished/lib/Bigtop/Example/Billing/Model/my_company.pm,examples/Billing-Finished/lib/Bigtop/Example/Billing/Model/status.pm,examples/Billing-Finished/lib/Bigtop/Example/Billing/Model,examples/Billing-Finished/lib/Bigtop/Example/Billing/Model.pm,examples/Billing-Finished/lib/Bigtop/Example/Billing/Status.pm,examples/Billing-Finished/lib/Bigtop/Example/Billing,examples/Billing-Finished/lib/Bigtop/Example/Billing.pm,examples/Billing-Finished/lib/Bigtop/Example/GENBilling.pm,examples/Billing-Finished/lib/Bigtop/Example,examples/Billing-Finished/lib/Bigtop,examples/Billing-Finished/lib,examples/Billing-Finished/t/01_use.t,examples/Billing-Finished/t/02_pod.t,examples/Billing-Finished/t/03_podcover.t,examples/Billing-Finished/t/10_run.t,examples/Billing-Finished/t,examples/Billing-Finished,examples/address-new.bigtop,examples/address.bigtop,examples/address.server,examples/address2.bigtop,examples/billing.bigtop,examples/billing_model.png,examples/checking.bigtop,examples/def.bigtop.tt,examples/default.bigtop,examples/kids.bigtop,examples/phonelist.bigtop,examples,t/bigtop/playship/MANIFEST.bak
- 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: Bigtop::Backend::CGI, Bigtop::Backend::Conf, Bigtop::Backend::HttpdConf
- 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.
- 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: Bigtop::Backend::CGI, Bigtop::Backend::Conf, Bigtop::Backend::HttpdConf, Bigtop::Grammar, Bigtop::TentMakerPath
- 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.01,0.38
- 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.