Tapper::MCP::Plugin
This is the plugin loader for Tapper::MCP plugins. There are many parts of MCP that may be different for different users. This includes console handling, reset handling or post processing for test runs. Tapper::MCP plugins allow users to add their ow...
TAPPER/Tapper-MCP-5.0.8 - 04 Nov 2019 11:04:20 UTC
Padre::Plugin::Kate - Kate Syntax Highlighter for Padre
AZAWAWI/Padre-Plugin-Kate-0.06
-
06 Dec 2010 09:19:37 UTC
Dancer2::Plugin::Pg - PostgreSQL connection for Dancer2
LUCAS/Dancer2-Plugin-Pg-0.07
-
30 May 2016 11:24:32 UTC
Pod::Readme::Plugin - Plugin role for Pod::Readme
Pod::Readme v1.0 and later supports plugins that extend the capabilities of the module....
RRWO/Pod-Readme-v1.2.3 - 31 Oct 2018 22:58:15 UTC
Dancer::Plugin::RPC - Configure endpoints for XMLRPC, JSONRPC and RESTRPC procedures
This module contains plugins for Dancer: Dancer::Plugin::RPC::XMLRPC, Dancer::Plugin::RPC::JSONRPC and Dancer::Plugin::RPC::RESTRPC. Dancer::Plugin::RPC::XMLRPC This plugin exposes the new keyword "xmlrpc" that is followed by 2 arguments: the endpoin...
ABELTJE/Dancer-Plugin-RPC-1.10 - 08 Dec 2020 07:52:54 UTC
Egg::Plugin::Filter - Plugin to regularize input data.
It is a plugin target to remove the problem part from data input to the form. An original filter can be defined in %Filters. package MyApp; use Egg qw/ Filter /; { my $filter= \%Egg::Plugin::Filter::Filters; $filter->{myfilter}= sub { my($e, $value, ...
LUSHE/Egg-Release-3.14 - 29 May 2008 16:11:16 UTC
HTML::Mason::Plugin - Plugin Base class for Mason
Use a Mason plugin to have actions occur at the beginning or end of requests or components. Plugins are activated by passing plugins in the interpreter or request object. Each plugin in the list can be specified as a class name (in which case the plu...
DROLSKY/HTML-Mason-1.59 - 16 May 2020 16:53:18 UTC
Jifty::Plugin::User - Plugin for building user models
This plugin provides a "user" mixin for your application's user model class. Use this plugin if you want to use Jifty's authentication framework....
ALEXMV/Jifty-1.50430 - 30 Apr 2015 20:48:27 UTC
Dancer::Plugin::SMS - Easy SMS text message sending from Dancer 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...
BIGPRESH/Dancer-Plugin-SMS-0.02 - 29 Oct 2014 12:48:06 UTC
Yeb::Plugin::Xslate - Yeb Plugin for Text::Xslate
GETTY/Yeb-Plugin-Xslate-0.100
-
22 Mar 2014 23:07:37 UTC
Teng::Plugin::Pager - Pager
This is a helper for pagination. This pager fetches "entries_per_page + 1" rows. And detect "this page has a next page or not"....
SATOH/Teng-0.32 - 25 Mar 2020 06:23:49 UTC
Dancer::Plugin::Res - Syntax sugar for setting the status and returning a response
This Dancer plugin provides the keyword "res()", which stands for response. It allows you to set the response and return a body in one shot. return res 400, { msg => reason }; is equivalent to: status 400; return { msg => reason }; I made this plugin...
IRONCAMEL/Dancer-Plugin-Res-0.0003 - 18 May 2012 09:21:47 UTC
Nile::Plugin::Redis - Redis database server plugin for the Nile framework.
Nile::Plugin::Redis - Redis database server plugin for the Nile framework. Returns Redis object. All methods of the Redis module are supported. Plugin settings in th config file under "plugin" section. <plugin> <redis> <server>localhost:6379</server>...
MEWSOFT/Nile-0.55 - 14 Oct 2014 09:32:49 UTC
Test2::Plugin::Wasm - Test2 plugin for WebAssembly extensions
This Test2 plugin is for testing Wasm extensions. Right now, it sets "wasmtime" resource limits to work on systems with a low virtual memory address limit. It may do other thing that make sense for all Wasm extensions running in a testing context in ...
PLICEASE/Wasm-0.21 - 06 Nov 2020 10:58:50 UTC
Amon2::Plugin::L10N - L10N support for Amon2
Amon2::Plugin::L10N is L10N support plugin for Amon2....
YAPPO/Amon2-Plugin-L10N-v0.1.4 - 23 May 2013 08:27:44 UTC
Yancy::Plugin::Form - Generate form HTML using various UI libraries
The Form plugins generate forms from JSON schemas. Plugin and application developers can use the form plugin API to make forms, and then sites can load a specific form library plugin to match the style of the site. NOTE: This API is EXPERIMENTAL and ...
PREACTION/Yancy-1.088 - 19 Dec 2021 02:26:57 UTC
Yancy::Plugin::Auth - Add one or more authentication plugins to your site
Note: This module is "EXPERIMENTAL" and its API may change before Yancy v2.000 is released. This plugin adds authentication to your site. Multiple authentication plugins can be added with this plugin. If you only ever want to have one type of auth, y...
PREACTION/Yancy-1.088 - 19 Dec 2021 02:26:57 UTC
Yancy::Plugin::File - Manage file uploads, attachments, and other assets
Note: This module is "EXPERIMENTAL" and its API may change before Yancy v2.000 is released. This plugin manages file uploads. Files are stored in the "file_root" by This plugin API is meant to be subclassed by other asset storage mechanisms such as H...
PREACTION/Yancy-1.088 - 19 Dec 2021 02:26:57 UTC
Jifty::Plugin::REST - Add REST web services to your app
A RESTful web services API for your Jifty app....
ALEXMV/Jifty-1.50430 - 30 Apr 2015 20:48:27 UTC