Dancer 1.9999_01
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: Dancer::Core
- no_pod_errors
-
Remove the POD errors. You can check for POD errors automatically by including Test::Pod to your test suite.
Error: Dancer-1.9999_01/lib/Dancer/Config.pod -- Around line 18: L<> starts or ends with whitespace Around line 64: L<> starts or ends with whitespace Dancer-1.9999_01/lib/Dancer/Development.pod -- Around line 47: alternative text 'http://cpanratings.perl.org/dist/Dancer' contains non-escaped | or / Dancer-1.9999_01/lib/Dancer/Introduction.pod -- Around line 340: L<> starts or ends with whitespace
- 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: Dancer::Core, Dancer::Template::Implementation::ForkedTiny
- no_unauthorized_packages
-
Ask the owner of the distribution (the one who released it first, or the one who is designated in x_authority) to give you a (co-)maintainer's permission.
Error:
- Dancer::Template::Tiny
- 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 |
---|---|---|---|
Dancer | Lightweight yet powerful web application framework | 1.9999_01 | metacpan |
Dancer::Core | Core libraries for Dancer 2.0 | 1.9999_01 | metacpan |
Dancer::Core::App | TODO | 1.9999_01 | metacpan |
Dancer::Core::Context | handles everything proper to a request's context. | 1.9999_01 | metacpan |
Dancer::Core::Cookie | A cookie representing class | 1.9999_01 | metacpan |
Dancer::Core::DSL | TODO | 1.9999_01 | metacpan |
Dancer::Core::Dispatcher | TODO | 1.9999_01 | metacpan |
Dancer::Core::Error | Class representing fatal errors | 1.9999_01 | metacpan |
Dancer::Core::Hook | Manipulate hooks with Dancer | 1.9999_01 | metacpan |
Dancer::Core::MIME | TODO | 1.9999_01 | metacpan |
Dancer::Core::Request | Interface for accessing incoming requests | 1.9999_01 | metacpan |
Dancer::Core::Request::Upload | Class representing file upload requests | 1.9999_01 | metacpan |
Dancer::Core::Response | Response object for Dancer | 1.9999_01 | metacpan |
Dancer::Core::Role::Config | Config role for Dancer core objects | 1.9999_01 | metacpan |
Dancer::Core::Role::DSL | TODO | 1.9999_01 | metacpan |
Dancer::Core::Role::Engine | TODO | 1.9999_01 | metacpan |
Dancer::Core::Role::Handler | TODO | 1.9999_01 | metacpan |
Dancer::Core::Role::Headers | TODO | 1.9999_01 | metacpan |
Dancer::Core::Role::Hookable | Role for hookable objects | 1.9999_01 | metacpan |
Dancer::Core::Role::Logger | TODO | 1.9999_01 | metacpan |
Dancer::Core::Role::Serializer | TODO | 1.9999_01 | metacpan |
Dancer::Core::Role::Server | TODO | 1.9999_01 | metacpan |
Dancer::Core::Role::SessionFactory | Role for session factories | 1.9999_01 | metacpan |
Dancer::Core::Role::StandardResponses | TODO | 1.9999_01 | metacpan |
Dancer::Core::Role::Template | TODO | 1.9999_01 | metacpan |
Dancer::Core::Route | Dancer's route handler | 1.9999_01 | metacpan |
Dancer::Core::Runner | Top-layer class to start a dancer app | 1.9999_01 | metacpan |
Dancer::Core::Server::PSGI | TODO | 1.9999_01 | metacpan |
Dancer::Core::Server::Standalone | TODO | 1.9999_01 | metacpan |
Dancer::Core::Session | class to represent any session object | 1.9999_01 | metacpan |
Dancer::Core::Types | Moo types for Dancer core. | 1.9999_01 | metacpan |
Dancer::Factory::Engine | TODO | 1.9999_01 | metacpan |
Dancer::FileUtils | File utility helpers | 1.9999_01 | metacpan |
Dancer::Handler::AutoPage | TODO | 1.9999_01 | metacpan |
Dancer::Handler::File | TODO | 1.9999_01 | metacpan |
Dancer::Logger::Capture | Capture dancer logs | 1.9999_01 | metacpan |
Dancer::Logger::Capture::Trap | a place to store captured Dancer logs | 1.9999_01 | metacpan |
Dancer::Logger::Console | TODO | 1.9999_01 | metacpan |
Dancer::Logger::Diag | Test::More diag() logging engine for Dancer | 1.9999_01 | metacpan |
Dancer::Logger::File | file-based logging engine for Dancer | 1.9999_01 | metacpan |
Dancer::Logger::Note | Test::More note() logging engine for Dancer | 1.9999_01 | metacpan |
Dancer::Logger::Null | Blackhole-like silent logging engine for Dancer | 1.9999_01 | metacpan |
Dancer::Manual | What is Dancer, and how do I use it? | 1.9999_01 | metacpan |
Dancer::Manual::Developers | Steps to follow to hack on Dancer | 1.9999_01 | metacpan |
Dancer::ModuleLoader | Dynamic module loading helpers for Dancer core components | 1.9999_01 | metacpan |
Dancer::Plugin | Extending Dancer's DSL with plugins | 1.9999_01 | metacpan |
Dancer::Plugin::Ajax | a plugin for adding Ajax route handlers | 1.9999_01 | metacpan |
Dancer::Serializer::Dumper | Serializer for handling Dumper data | 1.9999_01 | metacpan |
Dancer::Serializer::JSON | Serializer for handling JSON data | 1.9999_01 | metacpan |
Dancer::Serializer::YAML | Serializer for handling YAML data | 1.9999_01 | metacpan |
Dancer::Session::Simple | in-memory session backend for Dancer | 1.9999_01 | metacpan |
Dancer::Session::YAML | YAML-file-based session backend for Dancer | 1.9999_01 | metacpan |
Dancer::Template::Implementation::ForkedTiny | Dancer own implementation of Template::Tiny | 1.9999_01 | metacpan |
Dancer::Template::Simple | Pure Perl 5 template engine for Dancer | 1.9999_01 | metacpan |
Dancer::Template::TemplateToolkit | Template toolkit engine for Dancer | 1.9999_01 | metacpan |
Dancer::Template::Tiny | Template::Tiny engine for Dancer | 1.9999_01 | metacpan |
Dancer::Test | Useful routines for testing Dancer apps | 1.9999_01 | metacpan |