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

Search results for "module:Class::Classless"

Class::Classless - framework for classless OOP River stage zero No dependents

In class-based OOP frameworks, methods are applicable to objects by virtue of objects belonging to classes that either provide those methods, or inherit them from classes that do. In classless OOP frameworks (AKA delegation-and-prototypes frameworks)...

SBURKE/Class-Classless-1.35 - 30 Dec 2004 07:43:02 UTC

Class::Classless::C3 - Classless object system framework River stage zero No dependents

This implements a classless object system, very similar to Class::Classless. There are two major differences. One is that Class::Classless::C3 relies on Algorithm::C3 to determine the inheritance tree, which outsources the most complicated part of th...

JWILLIAMS/Class-Classless-C3-1.01 - 27 Nov 2017 20:59:32 UTC

Class::Classless::DBI - provides a Classless object-oriented database interface River stage zero No dependents

This module provides basic methods for classless objects to make database calls. It is designed to use DBIx::Interpolate, so future changes to that module are likely to affect this module as well....

MDASH/Class-Classless-DBI-0.02 - 08 Nov 2005 05:51:50 UTC

Class::Object - each object is its own class River stage zero No dependents

Traditionally in OO, objects belong to a class and that class as methods. $poodle is an object of class Dog and Dog might have methods like bark(), fetch() and nose_crotch(). What if instead of the methods belonging to the Dog class, they belonged to...

MSCHWERN/Class-Object-0.01 - 02 Jul 2001 06:37:23 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::Modular - Modular class generation superclass River stage zero No dependents

Class::Modular is a superclass for generating modular classes, where methods can be added into the class from the perspective of the object, rather than the perspective of the class. That is, you can create a class which has a set of generic common f...

DON/Class-Modular-0.05 - 07 Oct 2007 22:37:16 UTC

Class::Prototyped - Fast prototype-based OO programming in Perl River stage two • 7 direct dependents • 12 total dependents

This package provides for efficient and simple prototype-based programming in Perl. You can provide different subroutines for each object, and also have objects inherit their behavior and state from another object. The structure of an object is inspe...

TEVERETT/Class-Prototyped-1.13 - 28 Aug 2013 21:33:10 UTC

Class::SelfMethods - a Module for supporting instance-defined methods River stage zero No dependents

Development of this module has largely lapsed due to the superior performance and feature set of "Class::Prototyped". If you haven't written code that depends upon "Class::SelfMethods", I strongly urge you to look at "Class::Prototyped" first. "Class...

TEVERETT/Class-SelfMethods-1.08 - 16 Sep 2003 14:40:13 UTC
8 results (0.027 seconds)