Search results for "module:Class::Trait"
MooseX::ABC::Trait::Class - metaclass trait for MooseX::ABC
This is a metaclass trait for MooseX::ABC which implements the behavior of dying if a subclass doesn't implement the required methods....
DOY/MooseX-ABC-0.06 - 25 Apr 2012 06:51:30 UTC
MooseX::ABCD::Trait::Class - trait for abstract base class meta objects
This is basically a copy of MooseX::ABC::Trait::Class, but the "after _superclasses_updated" method modifier is replaced by a "before make_immutable" modifier....
TOBYINK/MooseX-ABCD-0.003 - 10 Sep 2014 22:29:55 UTC
MooseX::ClassAttribute::Trait::Class - A trait for classes with class attributes
This role adds awareness of class attributes to a metaclass object. It provides a set of introspection methods that largely parallel the existing attribute methods, except they operate on class attributes....
DROLSKY/MooseX-ClassAttribute-0.29 - 29 May 2016 21:27:33 UTC
MooseX::StrictConstructor::Trait::Class - A role to make immutable constructors strict
This role simply wraps "_inline_BUILDALL()" (from "Moose::Meta::Class") so that immutable classes have a strict constructor....
DROLSKY/MooseX-StrictConstructor-0.21 - 09 Feb 2017 19:15:08 UTC
MooseX::SlurpyConstructor::Trait::Class - A role to make immutable constructors slurpy, and add meta-information used to find slurpy attributes
This role simply wraps "_inline_BUILDALL()" (from Moose::Meta::Class) so that immutable classes have a slurpy constructor....
ETHER/MooseX-SlurpyConstructor-1.30 - 06 Feb 2017 02:29:35 UTC
Class::MOP::Class::Immutable::Trait - Implements immutability for metaclass objects
This class provides a pseudo-trait that is applied to immutable metaclass objects. In reality, it is simply a parent class. It implements caching and read-only-ness for various metaclass methods....
ETHER/Moose-2.2203 - 22 Jan 2023 17:55:17 UTC
Bolts::Meta::Class::Trait::Bag - Metaclass role for Bolts-built bags
While a bag may be any kind of object, this metaclass role on a bag provides some helpful utilities for creating and managing bags....
HANENKAMP/Bolts-0.143171 - 13 Nov 2014 20:05:02 UTC
lib/MooseX/NestedAttributesConstructor/Trait/Class.pm
SHAW/MooseX-NestedAttributesConstructor-0.01
-
29 Dec 2012 05:43:38 UTC
MooseX::POE::Meta::Trait::Class - No achmed inside
GETTY/MooseX-POE-0.215
-
25 Apr 2012 16:10:05 UTC
MouseX::POE::Meta::Trait::Class - No achmed inside
BINGOS/MouseX-POE-0.216
-
30 Mar 2015 09:05:30 UTC
MooseX::Unique::Meta::Trait::Class - MooseX::Unique Class MetaRole
Provides the attribute match_attribute to your metaclass....
EALLENIII/MooseX-Unique-0.005 - 23 Jun 2011 02:31:42 UTC
Bolts::Meta::Class::Trait::Locator - Metaclass role for objects that have a meta locator
This is another handy feature for use when constructing and managing a bag of artifacts. It provides a meta locator to the class for looking up standard Bolts objects like blueprints, scopes, injectors, inferrers, etc....
HANENKAMP/Bolts-0.143171 - 13 Nov 2014 20:05:02 UTC
Moose::Meta::Class::Immutable::Trait - Implements immutability for metaclass objects
This class makes some Moose-specific metaclass methods immutable. This is deep guts....
ETHER/Moose-2.2203 - 22 Jan 2023 17:55:17 UTC
MooseX::MojoControllerExposingAttributes::Trait::Class - metaclass helper for MooseX::MojoControllerExposingAttributes
This is a class trait that is applied to your class's metaclass by MooseX::MojoControllerExposingAttributes. You probably don't want to be worried about the internal details of this....
MAXMIND/MooseX-MojoControllerExposingAttributes-1.000001 - 21 Mar 2016 17:59:25 UTC
Gideon::Meta::Class::Trait::Persisted - Persisted class role
Attribute used by Gideon to determine if an object is persisted within a data store or not...
DICHI/Gideon-0.0.3 - 09 Sep 2013 13:58:54 UTC
MooseX::RemoteHelper::Meta::Trait::Class - meta class for immutable objects
XENO/MooseX-RemoteHelper-0.001021
-
30 Dec 2013 18:53:47 UTC
MooseX::TrackDirty::Attributes::Trait::Class - Attribute metaclass helper metaclass helper trait
RSRCHBOY/MooseX-TrackDirty-Attributes-2.003
-
23 Dec 2014 22:42:27 UTC
MooseX::AbstractMethod - Declare methods requirements that must be satisfied
This extensions allows classes to flag certain methods as being required to be implemented by a subclass, much as a Moose::Role does with 'requires'....
RSRCHBOY/MooseX-AbstractMethod-0.004 - 31 Aug 2012 07:08:27 UTC
Class::Trait - Deprecated. Please use Moose::Role.
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