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

Search results for "Class::Accessor::Chained::Fast"

Class::Accessor::Chained::Fast - Faster, but less expandable, chained accessors River stage three • 28 direct dependents • 287 total dependents

By analogue to Class::Accessor and Class::Accessor::Fast this module provides a faster less-flexible chained accessor maker....

RCLAMP/Class-Accessor-Chained-0.01 - 24 Nov 2003 14:49:58 UTC - Search in distribution

perl5100delta - what is new for perl 5.10.0 River stage five • 11292 direct dependents • 32664 total dependents

This document describes the differences between the 5.8.8 release and the 5.10.0 release. Many of the bug fixes in 5.10.0 were already seen in the 5.8.X maintenance releases; they are not duplicated here and are documented in the set of man pages nam...

RJBS/perl-5.36.0 - 28 May 2022 00:26:10 UTC - Search in distribution

EntityModel - manage entity model definitions River stage one • 3 direct dependents • 7 total dependents

This module provides a data storage abstraction system (in the form of an Object Relational Model) for accessing backend storage from Perl and other languages. The intent is to take a model definition and generate or update database tables, caching l...

TEAM/EntityModel-0.102 - 08 Sep 2013 17:14:29 UTC - Search in distribution

Badger::Intro - Introduction to the Badger Toolkit River stage one • 4 direct dependents • 6 total dependents

The Badger toolkit is a collection of Perl modules designed to simplify the process of building object-oriented Perl applications. It provides a set of *foundation classes* upon which you can quickly build robust and reliable systems that are simple,...

ABW/Badger-0.16 - 05 Jun 2023 07:47:33 UTC - Search in distribution

Module::Generic - Generic Module to inherit from River stage two • 15 direct dependents • 19 total dependents

Module::Generic as its name says it all, is a generic module to inherit from. It is designed to be fast and provide a useful framework and speed up coding and debugging. It contains standard and support methods that may be superseded by your module. ...

JDEGUEST/Module-Generic-v0.35.3 - 09 Apr 2024 21:49:20 UTC - Search in distribution

Bundle::OpenXPKI - A bundle to install modules required for OpenXPKI River stage zero No dependents

This bundle helps with the installation of modules required for OpenXPKI. OpenXPKI is an open source trust center software which aims to create an enterprise-scale PKI solution. For more information see http://www.openxpki.org...

ALECH/Bundle-OpenXPKI-0.06 - 21 Nov 2008 16:12:39 UTC - Search in distribution

Rose::DB::Object::Tutorial - A guided tour of the basics of Rose::DB::Object River stage two • 19 direct dependents • 19 total dependents

JSIRACUSA/Rose-DB-Object-0.820 - 26 Jun 2021 13:31:49 UTC - Search in distribution

Object::Hybrid - promote Perl primitives (hashes, scalars, arrays, and filehandles), either tie()d or not, to become hybrid objects River stage zero No dependents

Some applications need to accept both plain primitives as well as tie()d primitives with additional (non-perltie) methods and parameters supported by extended interface available through tied() object. For example, application cache may be allowed to...

METADOO/Object-Hybrid-0.07 - 18 Nov 2013 01:46:58 UTC - Search in distribution

DBIx::Class::ResultSet - Represents a query used for fetching a set of results. River stage three • 342 direct dependents • 452 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

Rose::DBx::Object::Renderer - Web UI Rendering for Rose::DB::Object River stage zero No dependents

Rose::DBx::Object::Renderer generates forms, tables, menus, and charts for Rose::DB::Object. The generated UIs encapsulate sensible web conventions as default behaviours, such as rendering email addresses as 'mailto' links and enforce appropriate val...

DANNY/Rose-DBx-Object-Renderer-0.77 - 27 Sep 2012 08:03:24 UTC - Search in distribution

Data::Page::Balanced - A data pager that will balance the number of entries per page. River stage zero No dependents

This module behaves like Data::Page except that it balances the number of entries per page so there is no last page with only a few entries. If, for example, you have 26 entries and want 25 entries per page, a normal pager would give you two pages wi...

KIMAHL/Data-Page-Balanced-1.0.0 - 27 Oct 2007 22:58:40 UTC - Search in distribution

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

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

Object::Simple - Simplest class builder, Mojo::Base porting, fast and less memory River stage two • 6 direct dependents • 14 total dependents

Object::Simple is Simplest class builder. All you learn is only "has" function. You can learn all features of Object::Simple in an hour. There is nothing difficult. Do you like Mojolicious? In fact, Object::Simple is Mojo::Base porting. Mojo::Base is...

KIMOTO/Object-Simple-3.19 - 04 Jan 2017 07:34:38 UTC - Search in distribution

lib/Momo.pm River stage one • 1 direct dependent • 1 total dependent

Why I want to write this module? If you heard about Moose or Moo,you know they are pretty module for perl object-oriented program. Compare with old style of perl5 object-oriented program: package Foo; BEGIN{ push @ISA,"Some::SuperClass"; } # or use b...

TOMORROW/Momo-1.2 - 29 Mar 2014 04:33:25 UTC - Search in distribution

Mail::Thread::Arc - Generates a Thread Arc reperesentation of a thread River stage one • 1 direct dependent • 2 total dependents

Mail::Thread::Arc takes a Mail::Thread::Container and generates an image of the Thread Arc. Thread Arcs are described in the documentation for IBM's remail project. http://www.research.ibm.com/remail/...

RCLAMP/Mail-Thread-Arc-0.22 - 16 Feb 2005 12:41:29 UTC - Search in distribution

JavaScript::Code::Accessor - A Accessor Class River stage zero No dependents

ESSKAR/JavaScript-Code-0.08 - 08 Nov 2006 19:32:20 UTC - Search in distribution

Catalyst::ActionRole::BuildDBICResult - Find a DBIC Results from Arguments River stage zero No dependents

NOTE: For version 0.02 I added some code to make sure that when there are more than one find condition we don't stop on the first error. This was done so that if you are trying to match on a numeric column (like a common auto inc PK) and on some text...

JJNAPIORK/Catalyst-ActionRole-BuildDBICResult-0.04 - 03 Dec 2011 13:15:33 UTC - Search in distribution

Class::XSAccessor - Generate fast XS accessors without runtime compilation River stage three • 77 direct dependents • 718 total dependents

Class::XSAccessor implements fast read, write and read/write accessors in XS. Additionally, it can provide predicates such as "has_foo()" for testing whether the attribute "foo" exists in the object (which is different from "is defined within the obj...

SMUELLER/Class-XSAccessor-1.19 - 22 Nov 2013 06:17:14 UTC - Search in distribution

Bundle::DadaMail::IncludedInDistribution - Bundle of CPAN modules used in Dada Mail that are included within the distribution. River stage zero No dependents

Dada Mail is a self-hosted mailing list manager. "Bundle::DadaMail::IncludedInDistribution" is a CPAN Bundle of (most) all CPAN modules used by Dada Mail that are also included within the distribution. Portability and easy of installation are two big...

JJSIMONI/Bundle-DadaMail-IncludedInDistribution-0.0.3 - 06 Jul 2023 22:47:55 UTC - Search in distribution

Class::MakeMethods::Docs::RelatedModules - Survey of Class Builders River stage one • 1 direct dependent • 1 total dependent

There are a variety of modules on CPAN dedicated to the purpose of generating common constructor and accessor methods. Below, I survey several of these, summarizing some basic features and technical approaches, and comparing them to Class::MakeMethod...

EVO/Class-MakeMethods-1.01 - 07 Sep 2004 21:45:34 UTC - Search in distribution
20 results (0.068 seconds)