Dancer 1.3501-TRIAL
Kwalitee Issues
- manifest_matches_dist
-
Run a proper command ("make manifest" or "./Build manifest", maybe with a force option), or use a distribution builder to generate the MANIFEST. Or update MANIFEST manually.
Error:
- MANIFEST (368) does not match dist (370):
- Missing in MANIFEST: lib/Dancer/.Test.pm.swo, pod2htmd.tmp
- 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: HTTP::Tiny::NoProxy
- valid_signature
-
Sign the dist as the last step before creating the archive. Take care not to modify/regenerate dist meta files or the manifest.
Error: Old SIGNATURE detected. Please inform the module author to regenerate SIGNATURE using Module::Signature version 0.82 or newer. gpg: Signature made Fri 15 Mar 2019 04:20:20 AM JST gpg: using DSA key 9F96179128691297 gpg: Can't check signature: No public key ==> BAD/TAMPERED signature detected! <==
- 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.
- 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: HTTP::Tiny::NoProxy
Modules
Name | Abstract | Version | View |
---|---|---|---|
Dancer | lightweight yet powerful web application framework | 1.3501 | metacpan |
Dancer::App | Base application class for Dancer. | 1.3501 | metacpan |
Dancer::Config | how to configure Dancer to suit your needs | 1.3501 | metacpan |
Dancer::Config::Object | Access the config via methods instead of hashrefs | 1.3501 | metacpan |
Dancer::Continuation | Continuation exception (internal exception) for Dancer | 1.3501 | metacpan |
Dancer::Continuation::Halted | Halted internal exception class for Dancer | 1.3501 | metacpan |
Dancer::Continuation::Route | Internal exception class for Route exceptions in Dancer. | 1.3501 | metacpan |
Dancer::Continuation::Route::ErrorSent | Internal Dancer exception class | 1.3501 | metacpan |
Dancer::Continuation::Route::FileSent | Internal Dancer exception class | 1.3501 | metacpan |
Dancer::Continuation::Route::Forwarded | Internal Dancer exception class | 1.3501 | metacpan |
Dancer::Continuation::Route::Passed | Internal Dancer exception class | 1.3501 | metacpan |
Dancer::Continuation::Route::Templated | Internal Dancer exception class | 1.3501 | metacpan |
Dancer::Cookie | class representing cookies | 1.3501 | metacpan |
Dancer::Cookies | a singleton storage for all cookies | 1.3501 | metacpan |
Dancer::Deprecation | handle deprecation messages | 1.3501 | metacpan |
Dancer::Engine | base class for Dancer engines | 1.3501 | metacpan |
Dancer::Error | class for representing fatal errors | 1.3501 | metacpan |
Dancer::Exception | class for throwing and catching exceptions | 1.3501 | metacpan |
Dancer::Exception::Base | the base class of all Dancer exceptions | 1.3501 | metacpan |
Dancer::Factory::Hook | Singleton class to create Dancer hooks | 1.3501 | metacpan |
Dancer::FileUtils | helper providing file utilities | 1.3501 | metacpan |
Dancer::GetOpt | Process command-line options for Dancer scripts | 1.3501 | metacpan |
Dancer::HTTP | helper for rendering HTTP status codes for Dancer | 1.3501 | metacpan |
Dancer::Handler | Dancer request handler | 1.3501 | metacpan |
Dancer::Handler::Debug | a debug handler for easy tracing | 1.3501 | metacpan |
Dancer::Handler::PSGI | a PSGI handler for Dancer applications | 1.3501 | metacpan |
Dancer::Handler::Standalone | Web server wrapper for Dancer | 1.3501 | metacpan |
Dancer::Hook | Class to manipulate hooks with Dancer | 1.3501 | metacpan |
Dancer::Hook::Properties | Properties attached to a hook | 1.3501 | metacpan |
Dancer::Logger | common interface for logging in Dancer | 1.3501 | metacpan |
Dancer::Logger::Abstract | Abstract logging engine for Dancer | 1.3501 | metacpan |
Dancer::Logger::Capture | Capture dancer logs | 1.3501 | metacpan |
Dancer::Logger::Capture::Trap | a place to store captured Dancer logs | 1.3501 | metacpan |
Dancer::Logger::Console | console-based logging engine for Dancer | 1.3501 | metacpan |
Dancer::Logger::Diag | Test::More diag() logging engine for Dancer | 1.3501 | metacpan |
Dancer::Logger::File | file-based logging engine for Dancer | 1.3501 | metacpan |
Dancer::Logger::Note | Test::More note() logging engine for Dancer | 1.3501 | metacpan |
Dancer::Logger::Null | blackhole-like silent logging engine for Dancer | 1.3501 | metacpan |
Dancer::MIME | Singleton object to handle MimeTypes | 1.3501 | metacpan |
Dancer::ModuleLoader | dynamic module loading helpers for Dancer core components | 1.3501 | metacpan |
Dancer::Object | Objects base class for Dancer | 1.3501 | metacpan |
Dancer::Object::Singleton | Singleton base class for Dancer | 1.3501 | metacpan |
Dancer::Plugin | helper for writing Dancer plugins | 1.3501 | metacpan |
Dancer::Plugin::Ajax | a plugin for adding Ajax route handlers | 1.3501 | metacpan |
Dancer::Renderer | Rendering class for Dancer | 1.3501 | metacpan |
Dancer::Request | interface for accessing incoming requests | 1.3501 | metacpan |
Dancer::Request::Upload | class representing file uploads requests | 1.3501 | metacpan |
Dancer::Response | Response object for Dancer | 1.3501 | metacpan |
Dancer::Route | Class to represent a route in Dancer | 1.3501 | metacpan |
Dancer::Route::Cache | route caching mechanism for L<Dancer> | 1.3501 | metacpan |
Dancer::Route::Registry | Route registry for Dancer | 1.3501 | metacpan |
Dancer::Serializer | serializer wrapper for Dancer | 1.3501 | metacpan |
Dancer::Serializer::Abstract | Base serialiser class for Dancer | 1.3501 | metacpan |
Dancer::Serializer::Dumper | Data::Dumper serialisation for Dancer | 1.3501 | metacpan |
Dancer::Serializer::JSON | serializer for handling JSON data | 1.3501 | metacpan |
Dancer::Serializer::JSONP | serializer for handling JSONP data | 1.3501 | metacpan |
Dancer::Serializer::Mutable | Serialize and deserialize content using the appropriate HTTP header | 1.3501 | metacpan |
Dancer::Serializer::XML | serializer for handling XML data | 1.3501 | metacpan |
Dancer::Serializer::YAML | serializer for handling YAML data | 1.3501 | metacpan |
Dancer::Session | session engine for the Dancer framework | 1.3501 | metacpan |
Dancer::Session::Abstract | abstract class for session engine | 1.3501 | metacpan |
Dancer::Session::Simple | in-memory session backend for Dancer | 1.3501 | metacpan |
Dancer::Session::YAML | YAML-file-based session backend for Dancer | 1.3501 | metacpan |
Dancer::SharedData | Shared-data singleton for Dancer | 1.3501 | metacpan |
Dancer::Template | template wrapper for Dancer | 1.3501 | metacpan |
Dancer::Template::Abstract | abstract class for Dancer's template engines | 1.3501 | metacpan |
Dancer::Template::Simple | pure Perl 5 template engine for Dancer | 1.3501 | metacpan |
Dancer::Template::TemplateToolkit | Template Toolkit wrapper for Dancer | 1.3501 | metacpan |
Dancer::Test | Test helpers to test a Dancer application | 1.3501 | metacpan |
Dancer::Timer | a timer for Dancer | 1.3501 | metacpan |
HTTP::Tiny::NoProxy | 1.3501 | metacpan |