Kwalitee Issues

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, Bigtop::Docs::About, Bigtop::Docs::Cookbook, Bigtop::Docs::Keywords, Bigtop::Docs::Modules, Bigtop::Docs::QuickRef, Bigtop::Docs::Syntax, Bigtop::Docs::TOC, Bigtop::Docs::TentTut, Bigtop::Docs::Tutorial, Bigtop::Docs::Vim

no_pod_errors

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

Error: Bigtop-0.12/lib/Bigtop/Backend/Control/Gantry.pm -- Around line 570: You forgot a '=back' before '=head1' Around line 582: You forgot a '=back' before '=head1' Bigtop-0.12/lib/Bigtop/Docs/Syntax.pm -- Around line 249: You forgot a '=back' before '=head3' Around line 280: =back without =over Bigtop-0.12/lib/Bigtop/Parser.pm -- Around line 3411: You forgot a '=back' before '=head2' Around line 3413: '=item' outside of any '=over' Around line 3458: You forgot a '=back' before '=head3' Around line 3499: '=item' outside of any '=over' Around line 3517: You forgot a '=back' before '=head2' Around line 3519: '=item' outside of any '=over' Around line 3588: You forgot a '=back' before '=head2' Around line 3590: '=item' outside of any '=over' Around line 3703: You forgot a '=back' before '=head2' Around line 3705: '=item' outside of any '=over' Around line 3745: You forgot a '=back' before '=head2' Around line 3747: '=item' outside of any '=over' Around line 3783: You forgot a '=back' before '=head1' Around line 3865: =back without =over

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.

proper_libs

Move your *.pm files in a directory named 'lib'. The directory structure should look like 'lib/Your/Module.pm' for a module named 'Your::Module'. If you need to provide additional files, e.g. for testing, that should not be considered for Kwalitee, then you should look at the 'provides' map in META.yml to limit the files scanned; or use the 'no_index' map to exclude parts of the distribution.

Error: notes/Postgres.pm

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::Docs::About, Bigtop::Docs::Cookbook, Bigtop::Docs::Keywords, Bigtop::Docs::Modules, Bigtop::Docs::QuickRef, Bigtop::Docs::Syntax, Bigtop::Docs::TOC, Bigtop::Docs::TentTut, Bigtop::Docs::Tutorial, Bigtop::Docs::Vim, Bigtop::Grammar

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

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.

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
Bigtop A web application data language processor 0.12 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::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::Gantry Bigtop backend generating home made model objects metacpan
Bigtop::Backend::Model::GantryCDBI Bigtop backend generating Class::DBI::Sweet models metacpan
Bigtop::Backend::SQL defines legal keywords in table and field blocks 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::Docs::About A document explaining Bigtop's features and history metacpan
Bigtop::Docs::Cookbook Bigtop syntax by example metacpan
Bigtop::Docs::Keywords a bigtop keyword quick reference in monospace font metacpan
Bigtop::Docs::Modules An annotated list of modules in the Bigtop distribution metacpan
Bigtop::Docs::QuickRef a quick reference guide to bigtop syntax metacpan
Bigtop::Docs::Syntax A (mostly) complete Bigtop syntax description metacpan
Bigtop::Docs::TOC Table of Contents for Bigtop::Docs::* documentation modules metacpan
Bigtop::Docs::TentTut tentmaker Tutorial (best viewed in html) metacpan
Bigtop::Docs::Tutorial a simple case study of building a web app with bigtop metacpan
Bigtop::Docs::Vim How to get vim syntax things for Bigtop files metacpan
Bigtop::Grammar metacpan
Bigtop::Keywords metacpan
Bigtop::Parser the Parse::RecDescent grammar driven parser for bigtop files metacpan
Bigtop::TentMaker A Gantry App to Help You Code Bigtop Files metacpan
arg_list metacpan

Provides

Name File View
Parse::RecDescent::Bigtop::Grammar lib/Bigtop/Grammar.pm metacpan
app_body lib/Bigtop/Parser.pm metacpan
app_config_block lib/Bigtop/Backend/CGI/Gantry.pm metacpan
app_config_statement lib/Bigtop/Backend/CGI/Gantry.pm metacpan
app_statement lib/Bigtop/Backend/CGI/Gantry.pm metacpan
application lib/Bigtop/Backend/CGI/Gantry.pm metacpan
application_ancestor lib/Bigtop/Parser.pm metacpan
bigtop_file lib/Bigtop/Parser.pm metacpan
block lib/Bigtop/Parser.pm metacpan
controller_block lib/Bigtop/Backend/CGI/Gantry.pm metacpan
controller_body lib/Bigtop/Parser.pm metacpan
controller_config_block lib/Bigtop/Backend/Conf/General.pm metacpan
controller_config_statement lib/Bigtop/Backend/Conf/General.pm metacpan
controller_literal_block lib/Bigtop/Backend/Conf/General.pm metacpan
controller_method lib/Bigtop/Backend/Control/Gantry.pm metacpan
controller_statement lib/Bigtop/Backend/CGI/Gantry.pm metacpan
field_body lib/Bigtop/Parser.pm metacpan
field_statement lib/Bigtop/Backend/SQL/MySQL.pm metacpan
field_statement_def lib/Bigtop/Deparser.pm metacpan
literal_block lib/Bigtop/Backend/CGI/Gantry.pm metacpan
method_body lib/Bigtop/Backend/Control/Gantry.pm metacpan
method_statement lib/Bigtop/Backend/Control/Gantry.pm metacpan
sequence_body lib/Bigtop/Backend/SQL.pm metacpan
sequence_statement lib/Bigtop/Parser.pm metacpan
sql_block lib/Bigtop/Backend/Control/Gantry.pm metacpan
table_body lib/Bigtop/Backend/SQL.pm metacpan
table_element_block lib/Bigtop/Backend/Control/Gantry.pm metacpan

Other Files

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