Bigtop 0.15 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::TentRef, Bigtop::Docs::TentTut, Bigtop::Docs::Tutorial, Bigtop::Docs::Vim
- 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::TentRef, 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.15
- 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.15 | 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::TentRef | tentmaker reference (best viewed in html) | 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 | 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::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 |
| application | notes/Postgres.pm | metacpan |
| block | notes/Postgres.pm | metacpan |
| field_body | notes/Postgres.pm | metacpan |
| field_statement | notes/Postgres.pm | metacpan |
| field_statement_def | notes/Postgres.pm | metacpan |
| sql_block | notes/Postgres.pm | metacpan |
| table_body | notes/Postgres.pm | metacpan |
| table_element_block | notes/Postgres.pm | metacpan |