Bigtop 0.14 Deleted
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.14/lib/Bigtop/Backend/Control/Gantry.pm -- Around line 605: You forgot a '=back' before '=head1' Around line 617: You forgot a '=back' before '=head1' Bigtop-0.14/lib/Bigtop/Docs/Syntax.pm -- Around line 252: You forgot a '=back' before '=head3' Around line 283: =back without =over Bigtop-0.14/lib/Bigtop/Parser.pm -- Around line 3828: You forgot a '=back' before '=head2' Around line 3830: '=item' outside of any '=over' Around line 3875: You forgot a '=back' before '=head3' Around line 3916: '=item' outside of any '=over' Around line 3934: You forgot a '=back' before '=head2' Around line 3936: '=item' outside of any '=over' Around line 4005: You forgot a '=back' before '=head2' Around line 4007: '=item' outside of any '=over' Around line 4120: You forgot a '=back' before '=head2' Around line 4122: '=item' outside of any '=over' Around line 4162: You forgot a '=back' before '=head2' Around line 4164: '=item' outside of any '=over' Around line 4200: You forgot a '=back' before '=head1' Around line 4282: =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.14
- 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.14 | 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::Model::GantryDBIxClass | Bigtop backend generating DBIx::Class 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 | A central place to describe all 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 | notes/Postgres.pm | metacpan |
| app_config_block | lib/Bigtop/Deparser.pm | metacpan |
| app_config_statement | lib/Bigtop/Deparser.pm | metacpan |
| app_statement | lib/Bigtop/Deparser.pm | metacpan |
| application | notes/Postgres.pm | metacpan |
| block | notes/Postgres.pm | metacpan |
| controller_block | lib/Bigtop/Deparser.pm | metacpan |
| controller_method | lib/Bigtop/Deparser.pm | metacpan |
| controller_statement | lib/Bigtop/Deparser.pm | metacpan |
| field_body | notes/Postgres.pm | metacpan |
| field_statement | lib/Bigtop/Deparser.pm | metacpan |
| field_statement_def | lib/Bigtop/Deparser.pm | metacpan |
| literal_block | lib/Bigtop/Deparser.pm | metacpan |
| method_statement | lib/Bigtop/Deparser.pm | metacpan |
| sql_block | lib/Bigtop/Deparser.pm | metacpan |
| table_body | notes/Postgres.pm | metacpan |
| table_element_block | lib/Bigtop/Deparser.pm | metacpan |