Why not adopt me?
This distribution is up for adoption!
If you're interested then please contact the PAUSE module admins via
email.
NAME
Bread::Board::Declare::Role::Service - role for Bread::Board::Service objects
VERSION
version 0.07
DESCRIPTION
This role modifies Bread::Board::Service objects for use in Bread::Board::Declare. It holds a reference to the attribute object that the service is associated with, and overrides the get
method to prefer to return the value in the attribute, if it exists.
ATTRIBUTES
associated_attribute
The attribute metaobject that this service is associated with.
METHODS
parent_container
Returns the Bread::Board::Declare container object that this service is contained in.
SEE ALSO
AUTHOR
Jesse Luehrs <doy at tozt dot net>
COPYRIGHT AND LICENSE
This software is copyright (c) 2011 by Jesse Luehrs.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.