The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Bread::Board::Declare::Role::Service - role for Bread::Board::Service objects

VERSION

version 0.01

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.