Search results for "Class::"
CLASS - Alias for __PACKAGE__
CLASS and $CLASS are both synonyms for __PACKAGE__. Easier to type. $CLASS has the additional benefit of working in strings....
JDEGUEST/CLASS-v1.1.7 - 07 Mar 2022 12:42:30 UTC - Search in distribution
class
Please see TicksDiff for more details....
AHERNIT/Devel-NYTProf-Callgrind-TicksDiff-0.05 - 12 Jun 2016 17:47:17 UTC - Search in distribution
Class::Class - Adds data members to Perl packages
Class::Class implements inheritable data methods for your packages with the same rules of inheritance as your other methods by generating creating accessor methods for your data the first time you make an instance of your package. Why reinvent the wh...
BINKLEY/Class-Class-0.18 - 05 Jan 2000 19:30:23 UTC - Search in distribution
Class::MOP::Class - Class Meta Object
The Class Protocol is the largest and most complex part of the Class::MOP meta-object protocol. It controls the introspection and manipulation of Perl 5 classes, and it can create them as well. The best way to understand what this module can do is to...
ETHER/Moose-2.2203 - 22 Jan 2023 17:55:17 UTC - Search in distribution- Class::MOP - A Meta Object Protocol for Perl 5
- Class::MOP::Mixin - Base class for mixin classes
- Class::MOP::Object - Base class for metaclasses
- 86 more results from Moose »
Class::Meta::Class - Class::Meta class introspection
Object of this class describe classes created by Class::Meta. They contain everything you need to know about a class to be able to put objects of that class to good use. In addition to retrieving meta data about the class itself, you can retrieve obj...
DWHEELER/Class-Meta-0.66 - 03 Jul 2012 13:47:28 UTC - Search in distribution- Class::Meta - Class automation, introspection, and data validation
- Class::Meta::Method - Class::Meta class method introspection
- Class::Meta::Types::Perl - Perl data types
- 2 more results from Class-Meta »
Class::C3 - A pragma to use the C3 method resolution order algorithm
This is pragma to change Perl 5's standard method resolution order from depth-first left-to-right (a.k.a - pre-order) to the more sophisticated C3 method resolution order. NOTE: YOU SHOULD NOT USE THIS MODULE DIRECTLY - The feature provided is integr...
HAARG/Class-C3-0.35 - 09 Nov 2020 06:21:05 UTC - Search in distribution- Class::C3::next - Pure-perl next::method and friends
Class::DI - Perl dependency injection container
this class does DI. The instance is generated based on an external setting, and the dependence between components is excluded from the source code....
HAOSAN/Class-DI-0.03 - 31 Jul 2010 04:19:44 UTC - Search in distribution
EO::Class - introspection class for Perl.
EO::Class provides reflection capabilities to Perl and specifically the EO:: tree of modules....
JDUNCAN/EO-0.96 - 18 Jan 2005 21:20:18 UTC - Search in distribution- EO::Pair - simple pairs for EO.
- EO::Collection - abstract base class for Collection-type objects
HO::class - class builder for hierarchical objects
This is a simple class builder for array based objects. Normally it does its job during compile time. A constructor new is build. The generated new will initialize each member with an appropriate default value. The method "init" is reserved for setti...
SKNPP/HO-class-0.080 - 01 Jan 2020 20:12:25 UTC - Search in distribution
Class::CGI - Fetch objects from your CGI object
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 - Search in distribution- Class::CGI::Handler - Base class for Class::CGI handlers
Class::CSV - Class based CSV parser/writer
This module can be used to create objects from *CSV* files, or to create *CSV* files from objects. Text::CSV_XS is used for parsing and creating *CSV* file lines, so any limitations in Text::CSV_XS will of course be inherant in this module. EXPORT No...
DJR/Class-CSV-1.03 - 08 Feb 2007 23:03:53 UTC - Search in distribution
Class::Can - inspect a class/method and say what it can do (and why)
Class::Can interrogates the object heirarchy of a package to return a hash detailling what methods the class could dispatch (as the key), and the package it found it in (as the value)....
RCLAMP/Class-Can-0.01 - 29 Jul 2004 14:55:31 UTC - Search in distribution
Class::DBI - Simple Database Abstraction
TMTM/Class-DBI-v3.0.17
-
04 Oct 2007 21:30:41 UTC
-
Search in distribution
- Class::DBI::Attribute - A value in a column.
- Class::DBI::Search::Basic - Simple Class::DBI search
- Class::DBI::Cascade::Fail - Do not cascade if foreign objects exist
- 2 more results from Class-DBI »
Class::DbC - Add Design By Contract easily and flexibly to existing code.
Class::DbC allows Eiffel style Contracts <https://www.eiffel.com/values/design-by-contract/introduction/> to be easily and flexibly added to existing code. These contracts are separate from the code that they verify, and they can be turned on or not ...
ARUNBEAR/Class-DbC-0.000002 - 10 Feb 2018 18:10:51 UTC - Search in distribution
Class::Dot - Simple and fast properties for Perl 5.
Simple and fast properties for Perl 5. "Class::Dot" also lets you define types for your properties, like Hash, String, Int, File, Code, Array and so on. All the types are populated with sane defaults, so you no longer have to write code like this: su...
ASKSH/Class-Dot-1.5.0 - 03 Nov 2007 21:50:34 UTC - Search in distribution
Class::ISA - report the search path for a class's ISA tree
Suppose you have a class (like Food::Fish::Fishstick) that is derived, via its @ISA, from one or more superclasses (as Food::Fish::Fishstick is from Food::Fish, Life::Fungus, and Chemicals), and some of those superclasses may themselves each be deriv...
SMUELLER/Class-ISA-0.36 - 29 Sep 2009 20:45:41 UTC - Search in distribution
Class::MVC - model-view-controller paradigma
The Model-View-Controller (MVC) is a general paradigma mostly used for GUI-development. It is very well known and tons of publications are available through your favorite search engine (Or jump to "REFERENCES"). It is also an introductional example f...
MUENALAN/Class-MVC-0.01.06 - 27 Feb 2003 12:23:52 UTC - Search in distribution
Class::Mix - dynamic class mixing
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 - Search in distribution
Class::OWL - Generate perl classes from OWL schema
LEIFJ/Class-OWL-0.0.6
-
27 Jan 2009 13:02:19 UTC
-
Search in distribution
Class::RDF - Perl extension for mapping objects to RDF and back
Class::RDF is a perl object layer over an RDF triplestore. It is based on Class::DBI, the perl object / RDBMS package. Thus it works with mysql, postgresql, sqlite etc. Look in the sql/ directory distributed with this module for database schemas. It ...
ZOOLEIKA/Class-RDF-0.20 - 11 Aug 2004 09:55:01 UTC - Search in distribution