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

Search results for "module:Class::Inner"

Class::Inner - A perlish implementation of Java like inner classes River stage two • 1 direct dependent • 12 total dependents

Yet another implementation of an anonymous class with per object overrideable methods, but with the added attraction of sort of working dispatch to the parent class's method. METHODS new HASH Takes a hash like argument list with the following keys. p...

ARUNBEAR/Class-Inner-0.200001 - 21 Nov 2009 22:45:28 UTC

Class::Core - Class wrapper system providing parameter typing, logging, and class auto-instanitation River stage one • 1 direct dependent • 1 total dependent

This module is meant to provide a clean class/object system with the following features: * Wrapped functions All class functions are wrapped and used indirectly * Named parameters Function parameters are always passed by name <func name='add'> <in na...

CODECHILD/Class-Core-0.04 - 23 Apr 2013 19:26:46 UTC

Devel::MAT::SV - represent a single SV from a heap dump River stage one • 3 direct dependents • 3 total dependents

Objects in this class represent individual SV variables found in the arena during a heap dump. Actual types of SV are represented by subclasses, which are documented below....

PEVANS/Devel-MAT-0.53 - 07 Mar 2024 17:57:32 UTC

Class::Load - A working (require "Class::Name") and more River stage four • 282 direct dependents • 4985 total dependents

"require EXPR" only accepts "Class/Name.pm" style module names, not "Class::Name". How frustrating! For that, we provide "load_class 'Class::Name'". It's often useful to test whether a module can be loaded, instead of throwing an error when it's not ...

ETHER/Class-Load-0.25 - 10 Jun 2018 20:56:51 UTC

Class::Privacy - object data privacy River stage zero No dependents

With the Class::Privacy module you can deny other classes from trying to directly access the data of your objects. Simply add the following to your class: use Class::Privacy; This disallows any outside attempts to directly access (dereference) the in...

JHI/Class-Privacy-0.03 - 22 Jun 2002 03:32:42 UTC

Dispatch::Class - dispatch on the type (class) of an argument River stage two • 2 direct dependents • 86 total dependents

This module offers a (mostly) simple way to check the class of an object and handle specific cases specially. Functions The following functions are available and can be imported on request: "class_case" "class_case" takes a list of "KEY, VALUE" pairs...

MAUKE/Dispatch-Class-0.02 - 29 Nov 2014 14:21:20 UTC

Class::Cloneable - A base class for Cloneable objects. River stage zero No dependents

This module provides a flexible base class for building objects with cloning capabilities. This module does it's best to respect the encapsulation of all other objects, including subclasses of itself. This is intended to be a stricter and more OO-ish...

STEVAN/Class-Cloneable-0.03 - 06 Feb 2006 18:08:23 UTC

Exception::Class::TCF - Java/C++ style exception handling River stage one • 1 direct dependent • 1 total dependent

The "Exception::Class::TCF" module provides the possibility of executing a code block and specifying actions when different exceptions are raised. The "try" function takes as its argument a code block followed by a list of pairs of exception package ...

RVOSA/Exception-Class-TCF-0.03 - 05 Sep 2006 23:08:02 UTC

Data::Remember::Class - remember complex information without giving yourself a headache, now with POOP! River stage one • 1 direct dependent • 1 total dependent

While designing some IRC bots and such I got really tired of statements that looked like: $heap->{job}{$job} = { source => $source, dest => $destination, options => $options, }; and later: if ($heap->{job}{$job}{options}{wibble} eq $something_else) {...

HANENKAMP/Data-Remember-0.140490 - 18 Feb 2014 16:04:32 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::ResultDDL - Sugar methods for declaring DBIx::Class::Result data definitions River stage zero No dependents

This is Yet Another Sugar Module for building DBIC result classes. It provides a domain-specific-language that feels almost like writing DDL. This module heavily pollutes your symbol table in the name of extreme convenience, so the "-Vx" option has t...

NERDVANA/DBIx-Class-ResultDDL-2.04 - 27 Sep 2023 07:05:15 UTC

Class::Method::Modifiers - Provides Moose-like method modifiers River stage four • 140 direct dependents • 1228 total dependents

Method modifiers are a convenient feature from the CLOS (Common Lisp Object System) world. In its most basic form, a method modifier is just a method that calls "$self->SUPER::foo(@_)". I for one have trouble remembering that exact invocation, so my ...

ETHER/Class-Method-Modifiers-2.15 - 05 Mar 2023 23:43:32 UTC

MooseX::Declare::Syntax::Keyword::Class - Class declarations River stage two • 42 direct dependents • 49 total dependents

ETHER/MooseX-Declare-0.43 - 16 Aug 2015 03:30:50 UTC

DBIx::Class::Storage::DBI - DBI storage handler River stage three • 342 direct dependents • 452 total dependents

This class represents the connection to an RDBMS via DBI. See DBIx::Class::Storage for general information. This pod only documents DBI-specific methods and behaviors....

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

Exception::Class::TryCatch - Syntactic try/catch sugar for use with Exception::Class River stage one • 6 direct dependents • 9 total dependents

Exception::Class::TryCatch provides syntactic sugar for use with Exception::Class using the familiar keywords "try" and "catch". Its primary objective is to allow users to avoid dealing directly with $@ by ensuring that any exceptions caught in an "e...

DAGOLDEN/Exception-Class-TryCatch-1.13 - 27 Feb 2014 00:23:16 UTC

lib/DBIx/Class/Tree/Mobius.pm River stage zero No dependents

This module provides methods for working with trees of data using a Möbius encoding, a variant of 'Nested Intervals' tree encoding using continued fraction. This a model to represent hierarchical information in a SQL database that takes a complementa...

VDG/DBIx-Class-Tree-Mobius-0.212 - 15 Jul 2011 10:33:03 UTC

Class::Method::ModifiersX::Augment - adds "augment method => sub {...}" support to Class::Method::Modifiers River stage one • 1 direct dependent • 1 total dependent

Class::Method::ModifiersX::Augment extends Class::Method::Modifiers with the "augment" method modifier, allowing you to use this Moose abomination for augmenting superclass methods in non-Moose classes. See Moose::Manual::MethodModifiers for details ...

TOBYINK/Class-Method-ModifiersX-Augment-0.002 - 10 Sep 2014 22:39:55 UTC

DBIx::Class::Storage::DBI::ADO::MS_Jet::Cursor - GUID Support for MS Access over ADO River stage three • 342 direct dependents • 452 total dependents

This class is for normalizing GUIDs retrieved from Microsoft Access over ADO. You probably don't want to be here, see DBIx::Class::Storage::DBI::ACCESS for information on the Microsoft Access driver. Unfortunately when using DBD::ADO, GUIDs come back...

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

DBIx::Class::Storage::DBI::SQLAnywhere::Cursor - GUID Support for SQL Anywhere over DBD::SQLAnywhere River stage three • 342 direct dependents • 452 total dependents

This class is for normalizing GUIDs retrieved from SQL Anywhere via DBD::SQLAnywhere. You probably don't want to be here, see DBIx::Class::Storage::DBI::SQLAnywhere for information on the SQL Anywhere driver. Unfortunately when using DBD::SQLAnywhere...

RIBASUSHI/DBIx-Class-0.082843 - 17 May 2022 10:49:29 UTC
22 results (0.035 seconds)