The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Search results for "GRODITI"

Moose - A postmodern object system for Perl 5 River stage four • 2916 direct dependents • 4004 total dependents

Moose is an extension of the Perl 5 object system. The main goal of Moose is to make Perl 5 Object Oriented programming easier, more consistent, and less tedious. With Moose you can think more about what you want to do and less about the mechanics of...

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

Catalyst - The Elegant MVC Web Application Framework River stage three • 603 direct dependents • 677 total dependents

Catalyst is a modern framework for making web applications without the pain usually associated with this process. This document is a reference to the main Catalyst application. If you are a new user, we suggest you start with Catalyst::Manual::Tutori...

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

Forest - A collection of n-ary tree related modules River stage two • 3 direct dependents • 15 total dependents

Forest is intended to be a replacement for the Tree::Simple family of modules, and fixes many of the issues that have always bothered me about them. It is by no means a complete replacement yet, but should eventually grow to become that. For more inf...

STEVAN/Forest-0.10 - 18 Dec 2013 13:24:16 UTC - Search in distribution

DBIx::Class - Extensible and flexible object <-> relational mapper. River stage three • 342 direct dependents • 452 total dependents

This is an SQL to OO mapper with an object API inspired by Class::DBI (with a compatibility layer as a springboard for porting) and a resultset API that allows abstract encapsulation of database operations. It aims to make representing queries in you...

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

Osgood::Server - Event Repository River stage one • 1 direct dependent • 1 total dependent

Osgood is a passive, persistent, stateless event repository. * Passive: Osgood doesn't seek out events, it only waits for notification of them. * Persistent: Events are durable, they do not disappear if the server goes offline. * Stateless: Events in...

GPHAT/Osgood-Server-2.0.1 - 20 Nov 2009 03:30:52 UTC - Search in distribution

MooseX::TypeMap - A type-constraint-to-data map River stage zero No dependents

GRODITI/MooseX-TypeMap-0.003000 - 05 May 2010 15:17:11 UTC - Search in distribution

MooseX::App::Cmd - Mashes up MooseX::Getopt and App::Cmd River stage two • 28 direct dependents • 42 total dependents

This module marries App::Cmd with MooseX::Getopt. Use it like App::Cmd advises (especially see App::Cmd::Tutorial), swapping App::Cmd::Command for MooseX::App::Cmd::Command. Then you can write your moose commands as Moose classes, with MooseX::Getopt...

ETHER/MooseX-App-Cmd-0.34 - 17 Mar 2021 18:05:25 UTC - Search in distribution

POE::Component::DirWatch - POE directory watcher River stage one • 3 direct dependents • 3 total dependents

POE::Component::DirWatch watches a directory for files or directories. Upon finding either it will invoke a user-supplied callback function depending on whether the item is a file or directory....

ARCANEZ/POE-Component-DirWatch-0.300004 - 30 Sep 2016 02:37:53 UTC - Search in distribution

Catalyst::Plugin::Static::Simple - Make serving static pages painless. River stage two • 43 direct dependents • 61 total dependents

The Static::Simple plugin is designed to make serving static content in your application during development quick and easy, without requiring a single line of code from you. This plugin detects static files by looking at the file extension in the URL...

ILMARI/Catalyst-Plugin-Static-Simple-0.37 - 05 May 2021 14:30:07 UTC - Search in distribution

Class::Accessor::Grouped - Lets you build groups of accessors River stage three • 30 direct dependents • 497 total dependents

This class lets you build groups of accessors that will call different getters and setters. The documentation of this module still requires a lot of work (volunteers welcome >.>), but in the meantime you can refer to this post <http://lo-f.at/glahn/2...

HAARG/Class-Accessor-Grouped-0.10014 - 01 Jul 2018 19:30:58 UTC - Search in distribution

POE::Component::DirWatch::Object - POE directory watcher object River stage one • 1 direct dependent • 1 total dependent

POE::Component::DirWatch::Object watches a directory for files. Upon finding a file it will invoke the user-supplied callback function. This module was primarily designed as an Moose-based replacement for POE::Component::Dirwatch. While all known fun...

RRWO/POE-Component-DirWatch-Object-0.1200 - 28 Jan 2015 18:15:44 UTC - Search in distribution

Cantella::Store::UUID - UUID based file storage River stage zero No dependents

Cantella::Store::UUID stores documents in a deterministic location based on a UUID. Depending on the number of files to be stored, a store may use 1 or more levels. A level is composed of 16 directories (0-9 and A-F) nested to "n" depth. For Example,...

ARCANEZ/Cantella-Store-UUID-0.003003 - 05 Nov 2010 14:26:35 UTC - Search in distribution

MooseX::Object::Pluggable - Make your classes pluggable River stage two • 12 direct dependents • 60 total dependents

This module is meant to be loaded as a role from Moose-based classes. It will add five methods and four attributes to assist you with the loading and handling of plugins and extensions for plugins. I understand that this may pollute your namespace, h...

ETHER/MooseX-Object-Pluggable-0.0014 - 18 Jan 2015 20:39:50 UTC - Search in distribution

Catalyst::Plugin::Static::Simple::ButMaintained - Make serving static pages painless. River stage zero No dependents

The Static::Simple::ButMaintained plugin is designed to make serving static content in your application during development quick and easy, without requiring a single line of code from you. This plugin can detect static files by looking at the file ex...

ECARROLL/Catalyst-Plugin-Static-Simple-ButMaintained-0.30 - 10 Aug 2012 16:40:41 UTC - Search in distribution

POE::Component::DirWatch::WithCaller - An extension to POE::Component::DirWatch to pass through the name of the calling DirWatch instance, useful for cases where DirWatch sessions may be dynamically created while sharing callback functions whose behaviour may differ in small ways depending on the caller. River stage zero No dependents

MAFF/POE-Component-DirWatch-WithCaller-1.00 - 21 Feb 2015 03:50:16 UTC - Search in distribution

Cantella::Worker::Manager::Prefork - Preforking POE worker-pool manager River stage one • 1 direct dependent • 1 total dependent

GRODITI/Cantella-Worker-0.002003 - 01 Jun 2010 17:03:20 UTC - Search in distribution

MooseX::Types::Common::String - Commonly used string types River stage three • 48 direct dependents • 185 total dependents

A set of commonly-used string type constraints that do not ship with Moose by default. * "SimpleStr" A "Str" with no new-line characters and length <= 255. * "NonEmptySimpleStr" A "SimpleStr" with length > 0. * "LowerCaseSimpleStr" A "NonEmptySimpleS...

ETHER/MooseX-Types-Common-0.001014 - 19 Jan 2017 02:30:24 UTC - Search in distribution

DBIx::Class::DigestColumns - Automatic digest columns River stage zero No dependents

This DBIx::Class component can be used to automatically insert a message digest of selected columns. By default DigestColumns will use Digest::MD5 to insert a 128-bit hexadecimal message digest of the column value. The length of the inserted string w...

GRODITI/DBIx-Class-DigestColumns-0.06000 - 27 Mar 2007 17:39:46 UTC - Search in distribution

MouseX::Types::Common - A set of commonly-used type constraints River stage one • 1 direct dependent • 1 total dependent

A set of commonly-used type constraints that do not ship with Mouse by default. This module is based on "MooseX::Types::Common"....

GFUJI/MouseX-Types-Common-0.001000 - 06 Dec 2009 03:19:08 UTC - Search in distribution

DBIx::Class::EncodedColumn - Automatically encode columns River stage two • 13 direct dependents • 14 total dependents

This DBIx::Class component can be used to automatically encode a column's contents whenever the value of that column is set. This module is similar to the existing DBIx::Class::DigestColumns, but there is some key differences: "DigestColumns" perform...

WREIS/DBIx-Class-EncodedColumn-0.00020 - 25 Sep 2019 12:34:33 UTC - Search in distribution
29 results (0.029 seconds)