Mojolicious::Plugin is an abstract base class for Mojolicious plugins. See "PLUGINS" in Mojolicious::Plugins for a list of plugins that are available by default....
SRI/Mojolicious-8.71 - 17 Jan 2021 17:06:28 UTC - Search in distribution- Mojolicious::Plugin::Mount - Application mount plugin
- Mojolicious::Plugin::Config - Perl-ish configuration plugin
- Mojolicious::Plugin::EPRenderer - Embedded Perl renderer plugin
- 16 more results from Mojolicious »
Mojolicious::Plugin::AWS is a Mojolicious plugin for accessing Amazon Web Service resources. This module is ALPHA QUALITY meaning its interface is likely to change in backward-incompatible ways. See the "CAVEATS" section below....
SCOTTW/Mojolicious-Plugin-AWS-0.21 - 26 Feb 2020 03:46:12 UTC - Search in distributionSIDD/Mojolicious-Plugin-Bundle-0.004 - 28 Apr 2011 19:52:46 UTC - Search in distribution
- Mojolicious::Plugin::Bundle - Collection of mojolicious plugins
- Mojolicious::Plugin::Modware
- Mojolicious::Plugin::YmlConfig
- 1 more result from Mojolicious-Plugin-Bundle »
This plugin enables Mojolicious to run Perl CGI scripts. It does so by forking a new process with a modified environment and reads the STDOUT in a non-blocking manner....
JHTHORSEN/Mojolicious-Plugin-CGI-0.40 - 15 Dec 2018 07:00:58 UTC - Search in distributionMojolicious::Plugin::CHI is a simple plugin to work with CHI caches within Mojolicious....
AKRON/Mojolicious-Plugin-CHI-0.20 - 14 Nov 2018 14:07:46 UTC - Search in distribution- Mojolicious::Plugin::CHI - Use CHI Caches in Mojolicious
- Mojolicious::Plugin::CHI::chi - Interact with CHI caches
Mojolicious::Plugin::DSC is a Mojolicious plugin that helps you use DBIx::Simple::Class in your application. It also adds an app attribute ("$app->dbix") and controller helper ("$c->dbix") which is a DBIx::Simple instance....
BEROV/Mojolicious-Plugin-DSC-1.006 - 01 Aug 2016 21:21:43 UTC - Search in distributionMojolicious::Plugin::Geo is a Mojolicious plugin. This plugin uses a geolocation server of an unknown provider. It is one of the more accurate I have found. I may add some free public ones later but have not had a chance....
ELBOW/Mojolicious-Plugin-Geo-0.02 - 18 Aug 2011 00:44:25 UTC - Search in distributionMojolicious::Plugin::PPI is a Mojolicious plugin which adds Perl syntax highlighting via PPI and PPI::HTML. Perl is notoriously hard to properly syntax highlight, but since PPI is made especially for parsing Perl this plugin can help you show off you...
JBERGER/Mojolicious-Plugin-PPI-0.07 - 25 Jan 2015 16:27:11 UTC - Search in distributionPINGAN/Mojolicious-Plugin-Rex-0.01 - 26 Jul 2020 06:27:18 UTC - Search in distribution
Provides a quick and easy way to send SMS messages using SMS::Send drivers (of which there are many, so chances are the service you want to use is already supported; if not, they're easy to write, and if you want to change providers later, you can si...
YSYROTA/Mojolicious-Plugin-SMS-0.02 - 09 Mar 2015 12:24:28 UTC - Search in distributionPINGAN/Mojolicious-Plugin-Vue-0.01 - 26 Jul 2020 06:35:32 UTC - Search in distribution
Mojolicious::Plugin::XRD is a plugin to support Extensible Resource Descriptor <http://docs.oasis-open.org/xri/xrd/v1.0/xrd-1.0.html> documents through XML::Loy::XRD. Additionally it supports the "rel" parameter of the WebFinger <http://tools.ietf.or...
AKRON/Mojolicious-Plugin-XRD-0.20 - 01 Nov 2018 13:48:43 UTC - Search in distributionEstablishes a route at the top level of your application to handle the challenge request from the application server. Also loads configuration which is reused at multiple levels of the ACME cycle....
JBERGER/Mojo-ACME-0.13 - 14 Sep 2018 18:34:35 UTC - Search in distribution- Mojolicious::Plugin::ACME::Command::acme - ACME commands
This plugin is an early attempt at making a somewhat turn-key SAML Service Provider (SP) plugin. It is explicitly for a single SP communicating with a single Identity Provider (IdP). In the future it is imagined that other more robust plugins might e...
JBERGER/Mojo-SAML-0.07 - 22 Jun 2020 13:49:19 UTC - Search in distributionAMIRITE/Mojolicious-Plugin-Args-0.05 - 16 May 2014 15:21:44 UTC - Search in distribution
Mojolicious::Plugin::CBOR is a Mojolicious plugin that packs any data you send to the 'cbor' parameter with CBOR::XS and renders it. The "Content-Type" header sent in the response will be set to "application/cbor; charset=UTF-8"....
DSHADOW/Mojolicious-Plugin-CBOR-0.04 - 11 Sep 2014 07:58:40 UTC - Search in distributionAMIRITE/Mojolicious-Plugin-CORS-0.02 - 20 Apr 2014 14:17:46 UTC - Search in distribution
Mojolicious::Plugin::Cron is a Mojolicious plugin that allows to schedule tasks directly from inside a Mojolicious application. The plugin mimics *nix "crontab" format to schedule tasks (see cron <https://en.wikipedia.org/wiki/Cron>) . As an extensio...
DMANTO/Mojolicious-Plugin-Cron-0.031 - 21 Jul 2020 20:36:59 UTC - Search in distributionThis Mojolicious plugin adds a routing helper for REST <http://en.wikipedia.org/wiki/Representational_state_transfer>ful CRUD <http://en.wikipedia.org/wiki/Create,_read,_update_and_delete> operations via HTTP to the app. The routes are intended, but ...
PINGAN/Mojolicious-Plugin-Crud-0.0.10 - 17 Feb 2020 01:18:44 UTC - Search in distributionThis plugin makes working with DBIx::Class easier in Mojolicious. Configuration Configure your schema in multiple ways: # Just DSN plugin DBIC => { schema => { 'MySchema' => 'DSN', }, }; # Arguments to connect() plugin DBIC => { schema => { 'MySchema...
PREACTION/Mojolicious-Plugin-DBIC-0.003 - 15 Dec 2018 22:48:35 UTC - Search in distribution