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 "module:Class::Unique"

Class::Unique - Create a unique subclass for every instance River stage zero No dependents

Class::Unique is a base class which provides a constructor and some utility routines for creating objects which instantiate into a unique subclass. If MyClass is a subclass of Class::Unique, and inherrits Class::Unique's constructor, then every objec...

FRIEDO/Class-Unique-0.04 - 20 Nov 2009 00:55:10 UTC

MooseX::Unique::Meta::Trait::Class - MooseX::Unique Class MetaRole River stage zero No dependents

Provides the attribute match_attribute to your metaclass....

EALLENIII/MooseX-Unique-0.005 - 23 Jun 2011 02:31:42 UTC

DBIx::Class::Storage::DBI::UniqueIdentifier - Storage component for RDBMSes supporting GUID types River stage three • 342 direct dependents • 452 total dependents

This is a storage component for databases that support GUID types such as "uniqueidentifier", "uniqueidentifierstr" or "guid". GUIDs are generated automatically for PK columns with a supported data_type, as well as non-PK with auto_nextval set....

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

Class::DBI::UUID - Provide Globally Unique Column Values River stage zero No dependents

This module implements globally unique columns values. When an object is created, the columns specified are given unique IDs. This is particularly helpful when running in an environment where auto incremented primary keys won't work, such as multi-ma...

CWEST/Class-DBI-UUID-1.01 - 31 Jan 2005 18:50:18 UTC

Class::Tag - programmatically label (mark) classes, methods, roles and modules with meta-data tags (key/value pairs) and query those tags River stage zero No dependents

Sometimes it is necessary to programmatically tag modules and classes with some meta-data tags (arbitrary labels or key/value pairs) to be able to assert that you deal with proper classes (modules), methods and roles. Such need typically arises for p...

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

Class::Mix - dynamic class mixing River stage two • 2 direct dependents • 59 total dependents

The "mix_class" function provided by this module dynamically generates `anonymous' classes with specified inheritance....

ZEFRAM/Class-Mix-0.006 - 30 Jul 2017 16:59:56 UTC

Class::Tag - programmatically label (mark) classes, methods, roles and modules with meta-data tags (key/value pairs) and query those tags River stage zero No dependents

Sometimes it is necessary to programmatically tag modules and classes with some meta-data tags (arbitrary labels or key/value pairs) to be able to assert that you deal with proper classes (modules), methods and roles. Such need typically arises for p...

METADOO/Class-Tag-0.10 - 18 Nov 2013 19:42:03 UTC

Class::Std - Support for creating standard "inside-out" classes River stage two • 32 direct dependents • 57 total dependents

This module provides tools that help to implement the "inside out object" class structure in a convenient and standard way. *Portions of the following code and documentation from "Perl Best Practices" copyright (c) 2005 by O'Reilly Media, Inc. and re...

CHORNY/Class-Std-0.013 - 24 May 2015 13:11:26 UTC

Class::DBI - Simple Database Abstraction River stage three • 91 direct dependents • 134 total dependents

TMTM/Class-DBI-v3.0.17 - 04 Oct 2007 21:30:41 UTC

Oryx::Class - abstract base class for Oryx classes River stage one • 1 direct dependent • 1 total dependent

Abstract base class for Oryx persistent classes....

RHUNDT/Oryx-0.24 - 18 Jun 2006 19:57:44 UTC

Class::XPath - adds xpath matching to object trees River stage one • 1 direct dependent • 1 total dependent

This module adds XPath-style matching to your object trees. This means that you can find nodes using an XPath-esque query with "match()" from anywhere in the tree. Also, the "xpath()" method returns a unique path to a given node which can be used as ...

SAMTREGAR/Class-XPath-1.4 - 29 Feb 2004 23:01:16 UTC

Class::Colon - Makes objects out of colon delimited records and vice versa River stage zero No dependents

To turn your colon delimited file into a list of objects, use "Class::Colon", giving it the name you want to use for the class and an anonymous array of column names which will become attributes of the objects in the class. List the names in the orde...

PHILCROW/Class-Colon-0.04 - 15 Feb 2019 22:26:34 UTC

Class::Config - Methods From Config Files River stage zero No dependents

This module generates unique namespaces for new classes that contain methods created from the key/value pairs from hashes in configuration files. This is useful for reusing code, such as modules and scripts for an entire website, but changing certain...

DOWENS/Class-Config-0.01 - 01 Feb 2004 09:51:33 UTC

Class::AutoDB - Almost automatic object persistence coexisting with human-engineered database River stage one • 1 direct dependent • 1 total dependent

This class works closely with Class::AutoClass to provide almost transparent object persistence that can coexist with a human-engineered database. The auto-persistence mechanism provides hooks for connecting the two parts of the database together. Ca...

NATG/Class-AutoDB-1.291 - 18 Dec 2013 22:53:03 UTC

Anansi::Class - A base module definition River stage zero No dependents

This is a base module definition that manages the creation and destruction of module object instances including embedded objects and ensures that destruction can only occur when an object is no longer used. Makes use of Anansi::ObjectManager....

ANANSI/Anansi-Class-0.10 - 28 Apr 2019 05:52:11 UTC

Class::Declare - Declare classes with public, private and protected attributes and methods. River stage one • 1 direct dependent • 1 total dependent

Class::Declare allows class authors to specify public, private and protected attributes and methods for their classes, giving them control over how their modules may be accessed. The standard object oriented programming concepts of *public*, *private...

IBB/Class-Declare-0.20 - 02 Dec 2016 20:23:23 UTC

Code::Class::C - Perl extension for creating ANSI C code from a set of class definitions to accomplish an object-oriented programming style. River stage zero No dependents

This module lets you define a set of classes (consisting of attributes and methods) and then convert these definitions to ANSI C code. The module creates all the object oriented abstractions so that the application logic can be programmed in an objec...

KITOMER/Code-Class-C-0.08 - 22 Sep 2011 15:16:02 UTC

Class::Persist - Persistency framework for objects River stage zero No dependents

Provides the framework to persist the objects in a DB in a Class::DBI style...

RCLAMP/Class-Persist-0.02 - 23 Aug 2004 13:13:40 UTC

Class::DBI::DB2 - Extensions to Class::DBI for DB2 River stage zero No dependents

Class::DBI::DB2 automates the setup of Class::DBI columns and primary key for IBM DB2. This is an extension to Class::DBI that currently implements: * Automatic column name discovery. * Automatic primary key(s) detection. * Automatic column type dete...

MFERRIS/Class-DBI-DB2-0.16 - 20 May 2004 00:21:50 UTC

Class::Generate - Generate Perl class hierarchies River stage one • 1 direct dependent • 1 total dependent

The "Class::Generate" package exports functions that take as arguments a class specification and create from these specifications a Perl 5 class. The specification language allows many object-oriented constructs: typed members, inheritance, private m...

SHLOMIF/Class-Generate-1.18 - 13 Oct 2020 09:35:55 UTC
111 results (0.061 seconds)