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

Search results for "module:Class::Dynamic"

Class::Dynamic - Rudimentary support for coderefs in @ISA River stage zero No dependents

This module allows you to insert coderefs into a class's @ISA. The coderef is called with the object and method name as parameters, so that it can determine which class is appropriate. The coderef should return a string representing the class to dele...

SIMON/Class-Dynamic-1.01 - 04 Jul 2002 16:20:05 UTC

Class::Member::Dynamic - A module to make the module developement easier River stage two • 4 direct dependents • 14 total dependents

See Class::Member....

OPI/Class-Member-1.6 - 08 Aug 2008 11:28:04 UTC

DBIx::Class::Schema::Loader::Dynamic - Really Dynamic Schema Generation for DBIx::Class River stage one • 1 direct dependent • 1 total dependent

DBIx::Class::Schema::Loader::Dynamic is a faster and simpler driver for the dynamic schema generation feature of DBIx::Class::Schema::Loader. It will make Perl classes for each table spring into existence and it runs the declarative statements (such ...

FRANKC/DBIx-Class-Schema-Loader-Dynamic-1.05 - 19 Apr 2016 03:41:38 UTC

DBIx::Class::DynamicDefault - Automatically set and update fields River stage two • 3 direct dependents • 77 total dependents

Automatically set and update fields with values calculated at runtime....

MSTROUT/DBIx-Class-DynamicDefault-0.04 - 14 Apr 2012 09:19:01 UTC

DBIx::Class::DynamicSubclass - Convenient way to use dynamic subclassing. River stage zero No dependents

This plugin implements methodics described here "Dynamic_Sub-classing_DBIx::Class_proxy_classes_(AKA_multi-class_object_ inflation_from_one_table)" in DBIx::Class::Manual::Cookbook. DynamicSubclass has 2 ways to work: static defining and dynamic defi...

SYBER/DBIx-Class-DynamicSubclass-0.04 - 19 Jun 2020 17:11:17 UTC

lib/Class/Component/Component/DisableDynamicPlugin.pm River stage one • 4 direct dependents • 8 total dependents

YAPPO/Class-Component-0.17 - 12 May 2008 08:58:08 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::Mutator - Run-time Dynamic Multiple Inheritance River stage zero No dependents

Class::Mutator adds the power of "dynamic polymorphism" to Perl objects. Any object that inherits Class::Mutator principally gains two new methods, mutate and unmutate that allows them to add methods to themselves at runtime from other packages. The ...

GMCCAR/Class-Mutator-0.04 - 24 Nov 2002 10:53:44 UTC

Class::Factory - Base class for dynamic factory classes River stage two • 8 direct dependents • 18 total dependents

This is a simple module that factory classes can use to generate new types of objects on the fly, providing a consistent interface to common groups of objects. Factory classes are used when you have different implementations for the same set of tasks...

PHRED/Class-Factory-1.06 - 07 Nov 2007 00:12:40 UTC

Class::Runtime - API for dynamic class loading/unloading/status River stage zero No dependents

STATHY/Class-Runtime-0.2 - 13 Nov 2003 17:45:43 UTC

Class::AutoAccess - Zero code dynamic accessors implementation. River stage one • 3 direct dependents • 4 total dependents

Base class for automated accessors implementation. If you implement a class as a blessed hash reference, this class helps you not to write the fields accessors yourself. It uses the AUTOLOAD method to implement accessors on demand. Since the accessor...

JETEVE/Class-AutoAccess-0.03 - 18 Jan 2010 17:57:27 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

Class::Error - Delayed checking of object failure River stage two • 10 direct dependents • 13 total dependents

You can use this module to return a Class::Error object instead of a simple false value (e.g. when a sub or a property may return an object OR the undef value on failure). That feature allows to check on the object itself, or delay the checking after...

SKNPP/OOTools-2.41 - 02 Apr 2019 10:20:42 UTC

Class::Member - A set of modules to make the module developement easier River stage two • 4 direct dependents • 14 total dependents

Perl class instances are mostly blessed HASHes or GLOBs and store member variables either as "$self->{membername}" or "${*$self}{membername}" respectively. This is very error prone when you start to develope derived classes based on such modules. The...

OPI/Class-Member-1.6 - 08 Aug 2008 11:28:04 UTC

Class::Builder - auto-generator of class accessors/special methods River stage zero No dependents

"Class::Builder" is a module helps OOP programmers to create `class's (packages, in terms of perl) in several ways of automation. If you've used one of "Class::MethodMaker", "Class::Struct" or "Class::Accessor", the concept of "Class::Builer" is not ...

HUANGWEI/Class-Builder-1.010 - 05 Oct 2003 07:39:18 UTC

Class::Closure - Encapsulated, declarative class style River stage zero No dependents

Class::Closure is a package that makes creating Perl classes less cumbersome. You can think of it as a more featureful Class::Struct. To declare a class using Class::Closure, enter a new package, use Class::Closure, and define a sub called CLASS. Ins...

ARISTOTLE/Class-Closure-0.304 - 03 Sep 2022 17:26:02 UTC

Class::Autouse - Run-time load a class the first time you call a method in it. River stage two • 13 direct dependents • 24 total dependents

Class::Autouse is a runtime class loader that allows you to specify classes that will only load when a method of that class is called. For large classes or class trees that might not be used during the running of a program, such as Date::Manip, this ...

ADAMK/Class-Autouse-2.01 - 03 Feb 2012 07:59:58 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

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
39 results (0.042 seconds)