Attean::Example - Example Class
This document describes Attean::Example version 0.007
use v5.14;
use Attean;
The Attean::Example class represents some sort of data.
This class consumes Attean::API::Example.
The following attributes exist:
my_name
-
A string representing a name of some sort.
bar($baz)
-
Computes a value based on
$baz
and returns it as a string.
Please report any bugs or feature requests to through the GitHub web interface at https://github.com/kasei/attean/issues.
Gregory Todd Williams <[email protected]>
Copyright (c) 2014 Gregory Todd Williams. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.