This plugin logs a lot of debug information to Log::Any under the "trace" level. See the Log::Any documentation for instructions on how to output these log messages using an adapter. This plugin is meant for non-production use, as logging will reduce...
BLUEFEET/Starch-0.14 - 13 May 2019 02:14:22 UTC - Search in distribution- Starch::Plugin::Bundle - Base role for Starch plugin bundles.
- Starch::Plugin::ForStore - Base role for Starch::Store plugins.
- Starch::Plugin::ForState - Base role for Starch::State plugins.
- 21 more results from Starch »
By default "clone_data" in Starch::State and "is_data_diff" in Starch::State use Storable to do the heavy lifting. This module replaces those two methods with ones that use Sereal which can be leaps and bounds faster than Storable. In this author's t...
BLUEFEET/Starch-Plugin-Sereal-0.04 - 02 Mar 2019 20:53:21 UTC - Search in distributionIntegrates Starch with Catalyst providing a compatible replacement for Catalyst::Plugin::Session. Is is recommended that as part of implementing this module in your site that you also create an in-house unit test using Test::Starch. Note that this pl...
BLUEFEET/Catalyst-Plugin-Starch-0.06 - 06 Mar 2019 07:40:05 UTC - Search in distribution- Catalyst::Plugin::Starch::Cookie - Track starch state in a cookie.
This plugin will record get, set, and remove store timings to statsd using Net::Statsd. By default, for example, if you are using Starch::Store::Memory, stats like this will be recorded: starch.Memory.set starch.Memory.get-hit starch.Memory.get-miss ...
BLUEFEET/Starch-Plugin-Net-Statsd-0.05 - 02 Mar 2019 20:51:54 UTC - Search in distributionThis plugin causes all calls to "set", "get", and "remove" to throw an exception if they surpass a timeout period. The timeout is implemented using Sys::SigAction. Note that some stores implement timeouts themselves and their native may be better tha...
BLUEFEET/Starch-Plugin-TimeoutStore-0.09 - 02 Mar 2019 20:53:23 UTC - Search in distributionFor each state stored in Starch, the generated ID is virtually guaranteed to be unique. It is not generated to be unguessable. By using this plugin, the state will include a random number generated using Math::Random::Secure to assure that is both un...
HANENKAMP/Starch-Plugin-SecureStateID-0.002 - 04 Mar 2019 17:08:24 UTC - Search in distributionThis Starch store uses Catalyst::Plugin::Session stores to set and get state data. The reason this module exists is to make the migration from the Catalyst session plugin to Starch as painless as possible....
BLUEFEET/Starch-Store-Catalyst-Plugin-Session-0.05 - 02 Mar 2019 18:01:18 UTC - Search in distributionThis Starch store uses CHI to set and get state data....
BLUEFEET/Starch-Store-CHI-0.05 - 02 Mar 2019 17:59:57 UTC - Search in distribution