Mojolicious 2.19 Deleted
Kwalitee Issues
- no_mymeta_files
-
Update MANIFEST.SKIP to exclude MYMETA files. If you are lazy, add "#!install_default" in your MANIFEST.SKIP and update your ExtUtils::Manifest if necessary, then some of the most common files will be excluded.
- 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: Mojo::HelloWorld
- 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: Mojo::HelloWorld
- consistent_version
-
Split the distribution, or fix the version numbers to make them consistent (use the highest version number to avoid version downgrade).
Error: 2.19,2147483647.000
- 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.
- 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 |
---|---|---|---|
Mojo | Duct tape for the HTML5 web! | metacpan | |
Mojo::Asset | Asset base class | metacpan | |
Mojo::Asset::File | File asset | metacpan | |
Mojo::Asset::Memory | In-memory asset | metacpan | |
Mojo::Base | Minimal base class for Mojo projects | metacpan | |
Mojo::ByteStream | ByteStream | metacpan | |
Mojo::Cache | Naive in-memory cache | metacpan | |
Mojo::Collection | Collection | metacpan | |
Mojo::Command | Command base class | metacpan | |
Mojo::Content | HTTP 1.1 content base class | metacpan | |
Mojo::Content::MultiPart | HTTP 1.1 multipart content container | metacpan | |
Mojo::Content::Single | HTTP 1.1 content container | metacpan | |
Mojo::Cookie | HTTP 1.1 cookie base class | metacpan | |
Mojo::Cookie::Request | HTTP 1.1 request cookie container | metacpan | |
Mojo::Cookie::Response | HTTP 1.1 response cookie container | metacpan | |
Mojo::CookieJar | Cookie jar for HTTP 1.1 user agents | metacpan | |
Mojo::DOM | Minimalistic HTML5/XML DOM parser with CSS3 selectors | metacpan | |
Mojo::DOM::CSS | CSS3 selector engine | metacpan | |
Mojo::DOM::HTML | HTML5/XML engine | metacpan | |
Mojo::Date | HTTP 1.1 date container | metacpan | |
Mojo::EventEmitter | Event emitter base class | metacpan | |
Mojo::Exception | Exceptions with context | metacpan | |
Mojo::Headers | Headers | metacpan | |
Mojo::HelloWorld | Hello World! | metacpan | |
Mojo::Home | Detect and access the project root directory in Mojo | metacpan | |
Mojo::IOLoop | Minimalistic reactor for non-blocking TCP clients and servers | metacpan | |
Mojo::IOLoop::Client | IOLoop socket client | metacpan | |
Mojo::IOLoop::Delay | IOLoop delay | metacpan | |
Mojo::IOLoop::Resolver | IOLoop DNS stub resolver | metacpan | |
Mojo::IOLoop::Server | IOLoop socket server | metacpan | |
Mojo::IOLoop::Stream | IOLoop stream | metacpan | |
Mojo::IOWatcher | Non-blocking I/O watcher | metacpan | |
Mojo::IOWatcher::EV | EV non-blocking I/O watcher | metacpan | |
Mojo::JSON | Minimalistic JSON | metacpan | |
Mojo::Loader | Loader | metacpan | |
Mojo::Log | Simple logger for Mojo | metacpan | |
Mojo::Message | HTTP 1.1 message base class | metacpan | |
Mojo::Message::Request | HTTP 1.1 request container | metacpan | |
Mojo::Message::Response | HTTP 1.1 response container | metacpan | |
Mojo::Parameters | Parameter container | metacpan | |
Mojo::Path | Path | metacpan | |
Mojo::Server | HTTP server base class | metacpan | |
Mojo::Server::CGI | CGI server | metacpan | |
Mojo::Server::Daemon | Non-blocking I/O HTTP 1.1 and WebSocket server | metacpan | |
Mojo::Server::Hypnotoad | ALL GLORY TO THE HYPNOTOAD! | metacpan | |
Mojo::Server::Morbo | DOOOOOOOOOOOOOOOOOOM! | metacpan | |
Mojo::Server::PSGI | PSGI server | metacpan | |
Mojo::Template | Perl-ish templates! | metacpan | |
Mojo::Transaction | Transaction base class | metacpan | |
Mojo::Transaction::HTTP | HTTP 1.1 transaction container | metacpan | |
Mojo::Transaction::WebSocket | WebSocket transaction container | metacpan | |
Mojo::URL | Uniform Resource Locator | metacpan | |
Mojo::Upload | Upload container | metacpan | |
Mojo::UserAgent | Non-blocking I/O HTTP 1.1 and WebSocket user agent | metacpan | |
Mojo::UserAgent::Transactor | User agent transactor | metacpan | |
Mojo::Util | Portable utility functions | metacpan | |
Mojolicious | Real-time web framework | 2.19 | metacpan |
Mojolicious::Command::cgi | CGI command | metacpan | |
Mojolicious::Command::cpanify | Cpanify command | metacpan | |
Mojolicious::Command::daemon | Daemon command | metacpan | |
Mojolicious::Command::eval | Eval command | metacpan | |
Mojolicious::Command::generate | Generator command | metacpan | |
Mojolicious::Command::generate::app | App generator command | metacpan | |
Mojolicious::Command::generate::gitignore | Gitignore generator command | metacpan | |
Mojolicious::Command::generate::hypnotoad | Hypnotoad generator command | metacpan | |
Mojolicious::Command::generate::lite_app | Lite app generator command | metacpan | |
Mojolicious::Command::generate::makefile | Makefile generator command | metacpan | |
Mojolicious::Command::generate::plugin | Plugin generator command | metacpan | |
Mojolicious::Command::get | Get command | metacpan | |
Mojolicious::Command::inflate | Inflate command | metacpan | |
Mojolicious::Command::psgi | PSGI command | metacpan | |
Mojolicious::Command::routes | Routes command | metacpan | |
Mojolicious::Command::test | Test command | metacpan | |
Mojolicious::Command::version | Version command | 2147483647.000 | metacpan |
Mojolicious::Commands | Commands | metacpan | |
Mojolicious::Controller | Controller base class | metacpan | |
Mojolicious::Lite | Real-time micro web framework | metacpan | |
Mojolicious::Plugin | Plugin base class | metacpan | |
Mojolicious::Plugin::Charset | Charset plugin | metacpan | |
Mojolicious::Plugin::Config | Perl-ish configuration plugin | metacpan | |
Mojolicious::Plugin::DefaultHelpers | Default helpers plugin | metacpan | |
Mojolicious::Plugin::EPLRenderer | Embedded Perl Lite renderer plugin | metacpan | |
Mojolicious::Plugin::EPRenderer | Embedded Perl renderer plugin | metacpan | |
Mojolicious::Plugin::HeaderCondition | Header condition plugin | metacpan | |
Mojolicious::Plugin::I18N | Internationalization plugin | metacpan | |
Mojolicious::Plugin::JSONConfig | JSON configuration plugin | metacpan | |
Mojolicious::Plugin::Mount | Application mount plugin | metacpan | |
Mojolicious::Plugin::PODRenderer | POD renderer plugin | metacpan | |
Mojolicious::Plugin::PoweredBy | Powered by plugin | metacpan | |
Mojolicious::Plugin::RequestTimer | Request timer plugin | metacpan | |
Mojolicious::Plugin::TagHelpers | Tag helpers plugin | metacpan | |
Mojolicious::Plugins | Plugins | metacpan | |
Mojolicious::Renderer | MIME type based renderer | metacpan | |
Mojolicious::Routes | Always find your destination with routes | metacpan | |
Mojolicious::Routes::Match | Routes visitor | metacpan | |
Mojolicious::Routes::Pattern | Routes pattern engine | metacpan | |
Mojolicious::Sessions | Signed cookie based sessions | metacpan | |
Mojolicious::Static | Serve static files | metacpan | |
Mojolicious::Types | MIME types | metacpan | |
Test::Mojo | Testing Mojo! | metacpan | |
ojo | Fun Oneliners with Mojo! | metacpan |