The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

Search results for "module:Class::Runtime"

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

Nitesi::Class - Instantiate objects at runtime River stage one • 2 direct dependents • 2 total dependents

HORNBURG/Nitesi-0.0094 - 05 Dec 2013 09:04:22 UTC

Class::Refresh - refresh your classes during runtime River stage one • 3 direct dependents • 3 total dependents

During development, it is fairly common to cycle between writing code and testing that code. Generally the testing happens within the test suite, but frequently it is more convenient to test things by hand when tracking down a bug, or when doing some...

DOY/Class-Refresh-0.07 - 26 Feb 2014 03:09:24 UTC

Class::ByOS - write object classes that load OS-specific subclasses at runtime River stage zero No dependents

Often a module will provide a general functionallity that in some way uses the host system's facilities, but in a way that can either benefit from, or requires an implementation specific to that host OS. Examples might be IO system calls, access to n...

PEVANS/Class-ByOS-0.02 - 12 Jul 2009 19:26:03 UTC

HO::class - class builder for hierarchical objects River stage zero No dependents

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

Class::C3 - A pragma to use the C3 method resolution order algorithm River stage three • 35 direct dependents • 509 total dependents

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

Regexp::Genex - get the strings a regex will match, with a regex River stage zero No dependents

This module uses the regex engine to generate the strings that a given regex would match. Some ideas for uses: Test and debug your regex. Generate test data. Generate combinations. Generate data according to a lexical pattern (urls, etc) Edit the reg...

BOWMANBS/Regexp-Genex-0.07 - 16 Aug 2007 01:56:01 UTC

EO::Class - introspection class for Perl. River stage one • 1 direct dependent • 1 total dependent

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

Class::ISA - report the search path for a class's ISA tree River stage three • 47 direct dependents • 336 total dependents

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

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::MOP - A Meta Object Protocol for Perl 5 River stage four • 2916 direct dependents • 4004 total dependents

This module is a fully functioning meta object protocol for the Perl 5 object system. It makes no attempt to change the behavior or characteristics of the Perl 5 object system, only to create a protocol for its manipulation and introspection. That sa...

ETHER/Moose-2.2207 - 21 Jan 2024 01:10:45 UTC

Class::DbC - Add Design By Contract easily and flexibly to existing code. River stage zero No dependents

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

Class::XML - Simple XML Abstraction River stage one • 1 direct dependent • 1 total dependent

Class::XML is designed to make it reasonably easy to create, consume or modify XML from Perl while thinking in terms of Perl objects rather than the available XML APIs; it was written out of a mixture of frustration that JAXB (for Java) and XMLSerial...

MSTROUT/Class-XML-0.06 - 29 Mar 2005 12:28:48 UTC

Class::Easy - make class routine easy River stage one • 7 direct dependents • 9 total dependents

APLA/Class-Easy-0.18 - 19 Mar 2012 05:15:53 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::Slot - Simple, efficient, comple-time class declaration River stage one • 1 direct dependent • 1 total dependent

Similar to the fields pragma, "slot" declares individual fields in a class, building a constructor and slot accessor methods. Although not nearly as full-featured as other solutions, "Class::Slot" is light-weight, fast, works with basic Perl objects,...

JEFFOBER/Class-Slot-0.09 - 10 Feb 2020 19:12:43 UTC

Class::Trait - Deprecated. Please use Moose::Role. River stage one • 1 direct dependent • 1 total dependent

This document attempts to explain Traits in terms of Perl. Trait composition A Trait can be defined as a package containing: * A set of methods * A hash of overloaded operators mapped to the method labels * An array of required method labels Here is ...

OVID/Class-Trait-0.33 - 03 Jun 2023 08:44:55 UTC

Test::Class - Easily create test classes in an xUnit/JUnit style River stage three • 175 direct dependents • 800 total dependents

Test::Class provides a simple way of creating classes and objects to test your code in an xUnit style. Built using Test::Builder, it was designed to work with other Test::Builder based modules (Test::More, Test::Differences, Test::Exception, etc.). *...

SZABGAB/Test-Class-0.52 - 17 Feb 2021 16:05:13 UTC

Class::XSAccessor - Generate fast XS accessors without runtime compilation River stage three • 77 direct dependents • 718 total dependents

Class::XSAccessor implements fast read, write and read/write accessors in XS. Additionally, it can provide predicates such as "has_foo()" for testing whether the attribute "foo" exists in the object (which is different from "is defined within the obj...

SMUELLER/Class-XSAccessor-1.19 - 22 Nov 2013 06:17:14 UTC

Class::Maker - classes, reflection, schemas, serialization, attribute- and multiple inheritance River stage zero No dependents

This package is for everybody who wants to program oo-perl and does not really feel comfortable with the common way. Class::Maker introduces the concept of classes via a "class" function. It automatically creates packages, ISA, new and attribute-hand...

MUENALAN/Class-Maker-0.06 - 31 Dec 2009 13:36:37 UTC
93 results (0.076 seconds)