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

Search results for "module:Class::Std"

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::Std::Fast - faster but less secure than Class::Std River stage two • 6 direct dependents • 11 total dependents

Class::Std::Fast allows you to use the beautiful API of Class::Std in a faster way than Class::Std does. You can get the object's ident via scalarifiyng your object. Getting the objects ident is still possible via the ident method, but it's faster to...

ACID/Class-Std-Fast-v0.0.8 - 26 May 2008 11:31:23 UTC

Acme::Class::Std - "Enhances" Class::Std; River stage zero No dependents

Class::Std's inside out objects are wonderful, but all the common serialisation packages assume that because they can see inside them, they can successfully serialise your object. Wrong! Because all they serialise is the ID, you may suffer data loss ...

NWCLARK/Acme-Class-Std-0.01 - 10 Feb 2006 09:32:26 UTC

Class::Std::Slots - Provide signals and slots for standard classes. River stage zero No dependents

Conventionally the ways in which objects of different classes can interact with each other is designed into those classes; changes to that behaviour require either changes to the classes in question or the creation of subclasses. Signals and slots al...

ANDYA/Class-Std-Slots-0.31 - 29 May 2009 20:12:16 UTC

Class::Std::Utils - Utility subroutines for building "inside-out" objects River stage two • 15 direct dependents • 16 total dependents

This module provides three utility subroutines that simplify the creation of "inside-out" classes. See Chapters 15 and 16 of "Perl Best Practices" (O'Reilly, 2005) for details....

DMUEY/Class-Std-Utils-v0.0.3 - 24 Nov 2007 18:51:07 UTC

Class::Std::Fast_XS - speed up Class::Std::Fast by adding some XS code River stage zero No dependents

Speeds up Class::Std::Fast by replacing it's accessors/mutators and DESTROY method by XS variants. The speed gain varies by platform: Using perl 5.8.8 on Ubuntu 8.04 (32bit) Linux, the measured speed gain is around 7.5% for accessors (getters) and ar...

MKUTTER/Class-Std-Fast_XS-0.3 - 26 May 2008 19:16:10 UTC

Class::Std::Storable - Support for creating serializable "inside-out" classes River stage one • 1 direct dependent • 1 total dependent

Class::Std introduced the "inside-out" model for classes (perldoc Class::Std for details). Among its salient features is complete encapsulation; that is, an object's data may only be accessed via its methods, unlike the usual hashref model that permi...

LMEYER/Class-Std-Storable-v0.0.1 - 25 Aug 2005 03:56:35 UTC

Class::Std::Fast::Storable - Fast Storable InsideOut objects River stage two • 6 direct dependents • 11 total dependents

Class::Std::Fast::Storable does the same as Class::Std::Storable does for Class::Std. The API is the same as Class::Std::Storable's, with few exceptions....

ACID/Class-Std-Fast-v0.0.8 - 26 May 2008 11:31:23 UTC

Class::CGI - Fetch objects from your CGI object River stage zero No dependents

For small CGI scripts, it's common to get a parameter, untaint it, pass it to an object constructor and get the object back. This module would allow one to to build "Class::CGI" handler classes which take the parameter value, automatically perform th...

OVID/Class-CGI-0.20 - 07 May 2006 21:41:36 UTC

SNMP::Class - A convenience class around the NetSNMP perl modules. River stage zero No dependents

ADUITSIS/SNMP-Class-0.15 - 29 Aug 2008 14:30:23 UTC

Class::Simple - Simple Object-Oriented Base Class River stage one • 2 direct dependents • 2 total dependents

This is a simple object-oriented base class. There are plenty of others that are much more thorough and whatnot but sometimes I want something simple so I can get just going (no doubt because I am a simple guy) so I use this. What do I mean by simple...

SULLIVAN/Class-Simple-1.1 - 08 Dec 2019 02:34:41 UTC

Class::InsideOut - a safe, simple inside-out object construction kit River stage two • 20 direct dependents • 51 total dependents

This is a simple, safe and streamlined toolkit for building inside-out objects. Unlike most other inside-out object building modules already on CPAN, this module aims for minimalism and robustness: * Does not require derived classes to subclass it * ...

DAGOLDEN/Class-InsideOut-1.14 - 02 Apr 2017 17:53:38 UTC

Class::EHierarchy - Base class for hierarchally ordered objects River stage one • 2 direct dependents • 2 total dependents

Class::EHierarchy is intended for use as a base class for objects that need support for class or object hierarchies. Additional features are also provided which can be useful for general property implementation and manipulation. OBJECT HIERARCHIES Ob...

CORLISS/Class-EHierarchy-2.01 - 24 May 2019 17:08:35 UTC

Class::Tie::InsideOut - Inside-out objects on the cheap using tied hashes River stage zero No dependents

This module is a proof-of-concept for implementing inside-out objects using tied hashes. It makes use of the Tie::InsideOut package to tie hash keys to hashes in the calling package's namespace. Fields are accessed as hash keys, so in traditional Per...

RRWO/Class-Tie-InsideOut-0.11 - 19 Feb 2014 20:51:00 UTC

Test::Run::Class::Hierarchy - returns a list of super-classes in topological order. River stage two • 9 direct dependents • 12 total dependents

Returns a list of classes in the current namespace. Note that it caches the results....

SHLOMIF/Test-Run-0.0305 - 17 Oct 2020 16:18:04 UTC
15 results (0.028 seconds)