NAME
Bread::Board::Literal
VERSION
version 0.33
DESCRIPTION
This service class implements literal services. A literal service is constructed with a value, and it always returns that when asked for an instance.
ATTRIBUTES
value
Required attribute with read/write accessor. This is the value that "get" will return.
METHODS
get
Returns the "value", unaltered.
clone_and_inherit_params
Dies: a literal service is (essentially) a constant, it does not make sense to inherit from it.
AUTHOR
Stevan Little <stevan@iinteractive.com>
BUGS
Please report any bugs or feature requests on the bugtracker website https://github.com/stevan/BreadBoard/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.
COPYRIGHT AND LICENSE
This software is copyright (c) 2015 by Infinity Interactive.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.