C:\Perl_PPM\Bread-Board-0.33\blib/lib/Bread/Board/Literal.pm |
Bread::Board::Literal
version 0.33
This service class implements literal services. A literal service is constructed with a value, and it always returns that when asked for an instance.
value
Required attribute with read/write accessor. This is the value that get will return.
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.
Stevan Little <stevan@iinteractive.com>
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.
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.
C:\Perl_PPM\Bread-Board-0.33\blib/lib/Bread/Board/Literal.pm |