Search results for "Mojolicious Plugin"
Mojolicious::Plugin - Plugin base class
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-9.34 - 11 Sep 2023 18:34:53 UTC - Search in distribution- Mojolicious::Plugin::Mount - Application mount plugin
- Mojolicious::Plugin::Config - Perl-ish configuration plugin
- Mojolicious::Plugin::TagHelpers - Tag helpers plugin
- 22 more results from Mojolicious »
Mojolicious::Plugin::AWS - AWS via 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 distribution
Mojolicious::Plugin::Bcs
SIDD/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 »
Mojolicious::Plugin::CGI - Run CGI script from Mojolicious
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 distribution
Mojolicious::Plugin::CHI - Use CHI Caches in Mojolicious
Mojolicious::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 - use DBIx::Simple::Class in your application.
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 distribution
Mojolicious::Plugin::Geo - Mojolicious Plugin
Mojolicious::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 distribution
Mojolicious::Plugin::PPI - Mojolicious Plugin for Rendering Perl Code Using PPI
Mojolicious::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 distribution
Mojolicious::Plugin::Rex - The great new Mojolicious::Plugin::Rex!
PINGAN/Mojolicious-Plugin-Rex-0.01
-
26 Jul 2020 06:27:18 UTC
-
Search in distribution
Mojolicious::Plugin::SMS - Easy SMS sending from Mojolicious apps
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 distribution
Mojolicious::Plugin::Vue - The great new Mojolicious::Plugin::Vue!
PINGAN/Mojolicious-Plugin-Vue-0.01
-
26 Jul 2020 06:35:32 UTC
-
Search in distribution
Mojolicious::Plugin::XRD - XRD Document Handling with Mojolicious
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.24 - 22 Nov 2022 16:28:39 UTC - Search in distribution
Mojolicious::Plugin::ACME - ACME client integration for your Mojolicious app
Establishes 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
Mojolicious::Plugin::SAML - A simple SAML Service Provider plugin
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 distribution
Mojolicious::Plugin::Args - gives you back the request parameters as a simple %args hash, even if it's posted in json.
AMIRITE/Mojolicious-Plugin-Args-0.05
-
16 May 2014 15:21:44 UTC
-
Search in distribution
Mojolicious::Plugin::CBOR - render a CBOR response with Mojolicious
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 distribution
Mojolicious::Plugin::CORS
AMIRITE/Mojolicious-Plugin-CORS-0.02
-
20 Apr 2014 14:17:46 UTC
-
Search in distribution
Mojolicious::Plugin::Cron - a Cron-like helper for Mojolicious and Mojolicious::Lite projects
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.033 - 25 Feb 2021 20:52:09 UTC - Search in distribution
Mojolicious::Plugin::Crud - routing helper for RESTful operations
This 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 distribution
Mojolicious::Plugin::DBIC - Mojolicious ♥ DBIx::Class
This 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.005 - 01 Jul 2021 22:53:53 UTC - Search in distribution- Mojolicious::Plugin::DBIC::Controller::DBIC - Build simple views to DBIC data