The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

Search results for "moosex::methodattributes"

MooseX::MethodAttributes - Code attribute introspection River stage two • 27 direct dependents • 89 total dependents

This module allows code attributes of methods to be introspected using Moose meta method objects....

ETHER/MooseX-MethodAttributes-0.32 - 30 Aug 2020 01:33:46 UTC - Search in distribution

TPath - general purpose path languages for trees River stage one • 3 direct dependents • 3 total dependents

TPath provides an xpath-like language for arbitrary trees. You implement a minimum of two methods -- "children" and "tag" -- and then you can explore your trees via concise, declarative paths. In tpath, "attributes" are node attributes of any sort an...

DFH/TPath-1.007 - 05 Aug 2014 16:26:44 UTC - Search in distribution
  • TPath::Forester - a generator of TPath expressions for a particular class of nodes

Catalyst::Upgrading - Instructions for upgrading to the latest Catalyst River stage three • 605 direct dependents • 679 total dependents

JJNAPIORK/Catalyst-Runtime-5.90131 - 20 Jul 2023 23:09:29 UTC - Search in distribution

CatalystX::RequestModel - Inflate Models from a Request Content Body or from URL Query Parameters River stage zero No dependents

Dealing with incoming POSTed (or PUTed/ PATCHed, etc) request content bodies is one of the most common code issues we have to deal with. Catalyst has generic capacities for handling common incoming content types such as form URL encoded (common with ...

JJNAPIORK/CatalystX-RequestModel-0.018 - 26 Jun 2023 13:18:21 UTC - Search in distribution

Gearman::Driver - Manages Gearman workers River stage zero No dependents

Warning: This framework is still EXPERIMENTAL! Having hundreds of Gearman workers running in separate processes can consume a lot of RAM. Often many of these workers share the same code/objects, like the database layer using DBIx::Class for example. ...

PLU/Gearman-Driver-0.02008 - 16 Jan 2014 20:49:46 UTC - Search in distribution

CatalystX::Errors - Standard error handling with content negotiation and utilities River stage one • 2 direct dependents • 2 total dependents

A set of Catalyst plugins, views and action roles to streamline handling of HTTP error responses. Creates a standard way to return 4xx and 5xx HTTP errors using proper content negotiation. Out of the box it support returning errors in HTML, JSON and ...

JJNAPIORK/CatalystX-Errors-0.001009 - 24 Jul 2022 19:54:44 UTC - Search in distribution

Catalyst::View::Template::Lace::Tutorial River stage zero No dependents

JJNAPIORK/Catalyst-View-Template-Lace-0.012 - 05 Dec 2017 14:50:19 UTC - Search in distribution

Catalyst::Plugin::CSRFToken - Generate tokens to help prevent CSRF attacks River stage zero No dependents

This uses WWW::CSRF to generate hard to guess tokens tied to a give web session. You can generate a token and pass it to your view layer where it should be added to the form you are trying to process, typically as a hidden field called 'csrf_token' (...

JJNAPIORK/Catalyst-Plugin-CSRFToken-0.007 - 15 May 2023 22:28:07 UTC - Search in distribution

Catalyst::View::Template::Pure - Catalyst view adaptor for Template::Pure River stage zero No dependents

Catalyst::View::Template::Pure is an adaptor for Template::Pure for the Catalyst web development framework. Template::Pure is an HTML templating system that fully separates concerns between markup (the HTML), transformations on that markup (called 'd...

JJNAPIORK/Catalyst-View-Template-Pure-0.017 - 22 Dec 2016 20:48:02 UTC - Search in distribution

Catalyst::ActionSignatures - so you can stop looking at @_ River stage zero No dependents

Lets you declare required action dependencies via the method signature. This subclasses signatures to allow you a more concise approach to creating your controllers. This injects your method signature into the code so you don't need to use @_. You sh...

JJNAPIORK/Catalyst-ActionSignatures-0.011 - 14 Jul 2017 23:55:53 UTC - Search in distribution

CatalystX::SimpleLogin - Provide a simple Login controller which can be reused River stage two • 6 direct dependents • 13 total dependents

CatalystX::SimpleLogin is an application class Moose::Role which will inject a Catalyst::Controller which is an instance of CatalystX::SimpleLogin::Controller::Login into your application. This provides a simple login and logout page with the additio...

ABRAXXA/CatalystX-SimpleLogin-0.21 - 22 Dec 2020 11:17:30 UTC - Search in distribution

CatalystX::Resource - Provide CRUD functionality to your Controllers River stage one • 1 direct dependent • 1 total dependent

CatalystX::Resource enhances your App with CRUD functionality. After creating files for HTML::FormHandler, DBIx::Class and Template Toolkit templates you get create/edit/delete/show/list actions for free. Resources can be nested. (e.g.: Artist has_ma...

DAVEWOOD/CatalystX-Resource-0.03 - 10 Jul 2019 08:12:30 UTC - Search in distribution

Catalyst::View::MojoTemplate - Use Mojolicious Templates for your Catalyst View River stage zero No dependents

Use Mojo::Template as your Catalyst view. While ths might strike some as odd, if you are using both Catalyst and Mojolicious you might like the option to share the template code and expertise. You might also just want to use a Perlish template system...

JJNAPIORK/Catalyst-View-MojoTemplate-0.005 - 11 Jun 2023 18:50:01 UTC - Search in distribution

CatalystX::Declare - EXPERIMENTAL Declarative Syntax for Catalyst Applications River stage zero No dependents

This module is EXPERIMENTAL This module provides a declarative syntax for Catalyst applications. Its main focus is currently on common and repetitious parts of the application, such as the application class itself, controllers, and controller roles. ...

JJNAPIORK/CatalystX-Declare-0.015 - 06 Oct 2010 01:24:30 UTC - Search in distribution

Catalyst::View::Valiant::HTMLBuilder - Per Request, strongly typed Views in code River stage zero No dependents

WARNINGS: Experimental code that I might need to break back compatibility in order to fix issues. This is a Catalyst::View subclass that provides a way to write views in code that are strongly typed and per request. It also integrates with several of...

JJNAPIORK/Valiant-0.002003 - 04 Oct 2023 17:28:16 UTC - Search in distribution

Catalyst::View::BasePerRequest - Catalyst base view for per request, strongly typed templates River stage one • 1 direct dependent • 1 total dependent

NOTE: This is early access code. Although it's based on several other internal projects which I have iterated over this concept for a number of years I still reserve the right to make breaking changes as needed. NOTE: You probably won't actually use ...

JJNAPIORK/Catalyst-View-BasePerRequest-0.010 - 15 Feb 2023 22:11:36 UTC - Search in distribution

Sub::Attributes - meta programming with subroutine attributes River stage zero No dependents

DFARRELL/Sub-Attributes-0.04 - 29 Jun 2016 12:06:19 UTC - Search in distribution

Catalyst::TraitFor::Request::StrongParameters - Enforce structural rules on your body and data parameters River stage zero No dependents

WARNING: Renamed to Catalyst::TraitFor::Request::StructuredParameters based on community feedback. This is just a release to say that and to tell you to change you Makefile if you are using this. Don't use it for new code! I will eventually remove it...

JJNAPIORK/Catalyst-TraitFor-Request-StrongParameters-0.003 - 15 Oct 2021 19:12:43 UTC - Search in distribution

Catalyst::ActionRole::QueryParameter - Dispatch rules using query parameters River stage one • 1 direct dependent • 1 total dependent

Let's you require conditions on request query parameters (as you would access via "$ctx->request->query_parameters") as part of your dispatch matching. This ActionRole is not intended to be used for general HTML form and parameter processing or valid...

JJNAPIORK/Catalyst-ActionRole-QueryParameter-0.09 - 22 May 2017 18:54:46 UTC - Search in distribution

Catalyst::Plugin::ResponseFrom - Use the response of a public endpoint. River stage zero No dependents

Catalyst allows you to forward to a private named actions, but there is no built in method to 'forward' to a public URL. You might want to do this rather than (for example) issue a redirect. Additionally there is no 'subrequest' like feature (and Cat...

JJNAPIORK/Catalyst-Plugin-ResponseFrom-0.003 - 26 Aug 2015 23:29:19 UTC - Search in distribution
37 results (0.178 seconds)