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

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.33

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
Bigtop A web application data language processor 0.33 metacpan
Bigtop::Backend::CGI defines the legal keywords for cgi backends metacpan
Bigtop::Backend::CGI::Gantry metacpan
Bigtop::Backend::Conf defines the legal keywords for conf backends metacpan
Bigtop::Backend::Conf::Gantry makes Config::Gantry conf files metacpan
Bigtop::Backend::Conf::General makes Config::General conf files metacpan
Bigtop::Backend::Control defines legal keywords in control blocks metacpan
Bigtop::Backend::Control::Gantry controller generator for the Gantry framework 0.01 metacpan
Bigtop::Backend::HttpdConf defines the legal keywords for httpd conf backends metacpan
Bigtop::Backend::HttpdConf::Gantry httpd.conf generator for the Gantry framework metacpan
Bigtop::Backend::Init::Std Bigtop backend which works sort of like h2xs metacpan
Bigtop::Backend::Model defines legal keywords in table and field blocks metacpan
Bigtop::Backend::Model::GantryCDBI Bigtop backend generating Class::DBI::Sweet models metacpan
Bigtop::Backend::Model::GantryDBIxClass Bigtop backend generating DBIx::Class models metacpan
Bigtop::Backend::SQL defines legal keywords in table and field blocks metacpan
Bigtop::Backend::SQL::DB2 backend to generate sql for DB2 database creation metacpan
Bigtop::Backend::SQL::MySQL backend to generate sql for MySQL database creation metacpan
Bigtop::Backend::SQL::Postgres backend to generate sql for Postgres database creation metacpan
Bigtop::Backend::SQL::SQLite backend to generate sql for SQLite database creation metacpan
Bigtop::Backend::SiteLook::GantryDefault Bigtop to generate site appearance files metacpan
Bigtop::Deparser metacpan
Bigtop::Grammar generated by Parse::RecDescent from bigtop.grammar metacpan
Bigtop::Keywords A central place to describe all bigtop keywords metacpan
Bigtop::Parser the Parse::RecDescent grammar driven parser for bigtop files metacpan
Bigtop::ScriptHelp A helper modules for command line utilities metacpan
Bigtop::ScriptHelp::Style Factory for scripts' command line and standard in handlers metacpan
Bigtop::ScriptHelp::Style::Kickstart handles kickstart syntax for scripts metacpan
Bigtop::ScriptHelp::Style::Pg8Live metacpan
Bigtop::TentMaker A Gantry App to Help You Code Bigtop Files metacpan
Bigtop::TentMakerPath keeps track of where the tentmaker templates live metacpan
Parse::RecDescent::Bigtop::Grammar metacpan

Other Files

Build.PL metacpan
Changes metacpan
MANIFEST metacpan
META.yml metacpan
Makefile.PL metacpan
README metacpan
docs/keyword_cookbook/RPCSoap/Kids/Build.PL metacpan
docs/keyword_cookbook/RPCSoap/Kids/MANIFEST metacpan
examples/Billing-Finished/Build.PL metacpan
examples/Billing-Finished/MANIFEST metacpan
t/bigtop/playship/Build.PL metacpan
t/bigtop/playship/MANIFEST metacpan