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 " Moose::Cookbook::Roles::"

Moose::Cookbook::Roles::Recipe2 - Renamed to Moose::Cookbook::Roles::Restartable_AdvancedComposition River stage zero No dependents

Renamed to Moose::Cookbook::Roles::Restartable_AdvancedComposition...

DROLSKY/Moose-OldDocs-0.04 - 27 May 2012 22:09:35 UTC - Search in distribution

Moose::Cookbook::Roles::Comparable_CodeReuse - Using roles for code reuse River stage four • 2930 direct dependents • 4024 total dependents

Roles have two primary purposes: as interfaces, and as a means of code reuse. This recipe demonstrates the latter, with roles that define comparison and display code for objects. Let's start with "Eq". First, note that we've replaced "use Moose" with...

ETHER/Moose-2.2207 - 21 Jan 2024 01:10:45 UTC - Search in distribution

Test::Roo - Composable, reusable tests with roles and Moo River stage two • 27 direct dependents • 74 total dependents

This module allows you to compose Test::More tests from roles. It is inspired by the excellent Test::Routine module, but uses Moo instead of Moose. This gives most of the benefits without the need for Moose as a test dependency. Test files are Moo cl...

DAGOLDEN/Test-Roo-1.004 - 05 Aug 2014 23:24:42 UTC - Search in distribution

Form::Tiny - Input validator centered around Type::Tiny River stage one • 2 direct dependents • 2 total dependents

Form::Tiny is a customizable hashref validator with form building Domain-Specific Language (DSL)....

BRTASTIC/Form-Tiny-2.24 - 26 Mar 2024 17:48:53 UTC - Search in distribution

Test2::Roo - Composable, reusable tests with roles and Moo River stage zero No dependents

This module allows you to compose Test2::V0 tests from roles. It is inspired by the excellent Test::Routine module, but uses Moo instead of Moose. This gives most of the benefits without the need for Moose as a test dependency. Test files are Moo cla...

DJERIUS/Test2-Roo-1.005 - 12 May 2020 19:23:26 UTC - Search in distribution

Class::Plain - a class syntax for the hash-based Perl OO. River stage zero No dependents

This module provides a class syntax for the hash-based Perl OO....

KIMOTO/Class-Plain-0.06 - 11 Oct 2022 00:02:54 UTC - Search in distribution

Validation::Class - Powerful Data Validation Framework River stage zero No dependents

Validation::Class is a scalable data validation library with interfaces for applications of all sizes. The most common usage of Validation::Class is to transform class namespaces into data validation domains where consistency and reuse are primary co...

CKRAS/Validation-Class-7.900059 - 27 Mar 2023 21:17:21 UTC - Search in distribution

DBIx::Class::ResultSet - Represents a query used for fetching a set of results. River stage three • 346 direct dependents • 455 total dependents

A ResultSet is an object which stores a set of conditions representing a query. It is the backbone of DBIx::Class (i.e. the really important/useful bit). No SQL is executed on the database when a ResultSet is created, it just stores all the condition...

RIBASUSHI/DBIx-Class-0.082843 - 17 May 2022 10:49:29 UTC - Search in distribution

Class::Workflow - Light weight workflow system. River stage one • 1 direct dependent • 1 total dependent

Workflow systems let you build a state machine, with transitions between states....

NUFFIN/Class-Workflow-0.11 - 28 Aug 2009 15:03:01 UTC - Search in distribution

Catalyst::Model::DBIC::Schema - DBIx::Class::Schema Model Class River stage two • 48 direct dependents • 61 total dependents

This is a Catalyst Model for DBIx::Class::Schema-based Models. See the documentation for Catalyst::Helper::Model::DBIC::Schema for information on generating these Models via Helper scripts. When your Catalyst app starts up, a thin Model layer is crea...

HAARG/Catalyst-Model-DBIC-Schema-0.66 - 30 Jul 2023 07:49:33 UTC - Search in distribution

Form::Toolkit - A toolkit to build Data centric Forms River stage zero No dependents

JETEVE/Form-Toolkit-0.008 - 27 Mar 2014 14:56:04 UTC - Search in distribution

Mouse::Spec - To what extent Mouse is compatible with Moose River stage three • 230 direct dependents • 564 total dependents

Mouse is a subset of Moose. This document describes to what extend Mouse is compatible (and incompatible) with Moose. Compatibility with Moose Sugary APIs The sugary APIs are highly compatible with Moose. Methods which have the same name as Moose's a...

SKAJI/Mouse-v2.5.10 - 28 Mar 2020 13:17:36 UTC - Search in distribution

Mongoose::Intro - an introduction River stage one • 1 direct dependent • 1 total dependent

DIEGOK/Mongoose-2.02 - 03 Feb 2020 14:46:44 UTC - Search in distribution

Catalyst::Manual::Cookbook - Cooking with Catalyst River stage two • 2 direct dependents • 11 total dependents

Yummy code like your mum used to bake!...

ETHER/Catalyst-Manual-5.9013 - 22 Mar 2024 21:01:26 UTC - Search in distribution

Catalyst::ControllerRole::At - A new approach to building Catalyst actions River stage zero No dependents

The way Catalyst uses method attributes to annote a subroutine with meta information used to map that action to an incoming request has sometimes been difficult for newcomers to the framework. Partly this is due to how the system evolved and was augm...

JJNAPIORK/Catalyst-ControllerRole-At-0.008 - 15 Jul 2023 19:12:20 UTC - Search in distribution

MooseX::Daemonize::Core - A Role with the core daemonization features River stage two • 9 direct dependents • 16 total dependents

This is the basic daemonization Role, it provides a few methods (see below) and the minimum features needed to properly daemonize your code. Important Notes None of the methods in this role will exit the parent process for you, it only forks and deta...

ETHER/MooseX-Daemonize-0.22 - 07 Dec 2019 01:26:55 UTC - Search in distribution

Catalyst::ActionRole::Public - Mount a public url to files in your project directory. River stage one • 1 direct dependent • 1 total dependent

Use this actionrole to map a public facing URL attached to an action to a file (or files) on the filesystem, off the $c->config->{root} directory. If the file does not exist, the action will not match. No default 'notfound' page is created, unlike Pl...

JJNAPIORK/Catalyst-ActionRole-Public-0.010 - 21 Mar 2019 13:50:15 UTC - Search in distribution

Moose::Policy - Moose-mounted police River stage one • 2 direct dependents • 2 total dependents

This module allows you to specify your project-wide or even company-wide Moose meta-policy. Most all of Moose's features can be customized through the use of custom metaclasses, however fiddling with the metaclasses can be hairy. Moose::Policy remove...

DROLSKY/Moose-Policy-0.05 - 21 Nov 2010 16:38:44 UTC - Search in distribution

Acme::CPANModules::Import::CPANRatings::User::perlancar - List of modules mentioned by CPANRatings user perlancar River stage one • 1 direct dependent • 1 total dependent

This list is generated by scraping CPANRatings (cpanratings.perl.org) user page. This list is generated by scraping CPANRatings (cpanratings.perl.org) user page....

PERLANCAR/Acme-CPANModules-Import-CPANRatings-User-perlancar-0.002 - 23 Feb 2024 01:40:53 UTC - Search in distribution

MooseX::Role::BuildInstanceOf - Less Boilerplate when you need lots of Instances River stage one • 2 direct dependents • 6 total dependents

There can often be a tension between coding for flexibility and for future growth and writing code that is terse, to the point, and solves the smallest possible business problem that is brought to you. Writing the minimum code to solve a particular p...

JJNAPIORK/MooseX-Role-BuildInstanceOf-0.08 - 10 Nov 2011 23:38:10 UTC - Search in distribution
28 results (0.09 seconds)