table of contents
MooseX::AttributeShortcuts::Trait::Attribute::HasAnonBuilder(3pm) | User Contributed Perl Documentation | MooseX::AttributeShortcuts::Trait::Attribute::HasAnonBuilder(3pm) |
NAME¶
MooseX::AttributeShortcuts::Trait::Attribute::HasAnonBuilder - Attributes, etc, common to both the role-attribute and attribute traits
VERSION¶
This document describes version 0.037 of MooseX::AttributeShortcuts::Trait::Attribute::HasAnonBuilder - released November 20, 2017 as part of MooseX-AttributeShortcuts.
DESCRIPTION¶
This is a role containing the elements common to both the role attribute trait and attribute trait of MooseX::AttributeShortcuts.
ATTRIBUTES¶
anon_builder¶
CodeRef, read-only. Stores the code reference that will become the attribute's builder. This code reference will be installed in the role or class as a method, as appropriate.
anon_builder_installed¶
Boolean, read-only. If true, the code reference in "anon_builder" has been installed as a method.
METHODS¶
has_anon_builder¶
Predicate for "anon_builder".
SEE ALSO¶
Please see those modules/websites for more information related to this module.
- •
- MooseX::AttributeShortcuts
BUGS¶
Please report any bugs or feature requests on the bugtracker website <https://github.com/RsrchBoy/moosex-attributeshortcuts/issues>
When submitting a bug or request, please include a test-file or a patch to an existing test-file that illustrates the bug or desired feature.
AUTHOR¶
Chris Weyl <cweyl@alumni.drew.edu>
COPYRIGHT AND LICENSE¶
This software is Copyright (c) 2017, 2015, 2014, 2013, 2012, 2011 by Chris Weyl.
This is free software, licensed under:
The GNU Lesser General Public License, Version 2.1, February 1999
2022-06-15 | perl v5.34.0 |