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

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

Class::Accessor::Chained - make chained accessors River stage three • 28 direct dependents • 287 total dependents

A chained accessor is one that always returns the object when called with parameters (to set), and the value of the field when called with no arguments. This module subclasses Class::Accessor in order to provide the same mk_accessors interface....

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

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

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

exact::class - Simple class interface extension for exact River stage two • 3 direct dependents • 13 total dependents

exact::class is intended to be a simple class interface extension for exact. See the exact documentation for additional information about extensions. The intended use of exact::class is via the extension interface of exact. use exact -class, -conf, -...

GRYPHON/exact-class-1.19 - 13 Sep 2023 04:05:52 UTC

Badger::Class - class metaprogramming module River stage one • 4 direct dependents • 6 total dependents

"Badger::Class" is a class metaprogramming module. It provides methods for defining, extending and manipulating object classes and related metadata in a relatively clean and simple way. Using the "Badger::Class" module will automatically enable the "...

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

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

SimpleDB::Class::Item - An object representation from an item in a SimpleDB domain. River stage zero No dependents

An object representation from an item in a SimpleDB domain....

RIZEN/SimpleDB-Class-1.0503 - 12 Apr 2012 02:46:56 UTC

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

DBIx::Class::Relationship - Inter-table relationships River stage three • 342 direct dependents • 452 total dependents

The word *Relationship* has a specific meaning in DBIx::Class, see the definition in the Glossary. This class provides methods to set up relationships between the tables in your database model. Relationships are the most useful and powerful technique...

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

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

The module implements fast XS accessors both for getting at and setting an object attribute. Additionally, the module supports mutators and simple predicates ("has_foo()" like tests for definedness of an attributes). The module works only with object...

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

DBIx::Class::Schema::ResultSetNames - Create resultset accessors from schema result class names River stage one • 2 direct dependents • 3 total dependents

DBIx::Class::Schema::ResultSetNames adds both singular and plural method accessors for all resultsets. So, instead of this: my $schema = MyApp::Schema->connect(...); my $result = $schema->resultset('Author')->search({...}); you may choose to this: my...

GEEKRUTH/DBIx-Class-Schema-ResultSetNames-1.0301 - 02 Jul 2022 18:00:59 UTC
11 results (0.045 seconds)