perl-Object-HashBase/README.md
Troy Dawson 61b237111d RHEL 9.0.0 Alpha bootstrap
The content of this branch was automatically imported from Fedora ELN
with the following as its source:
https://src.fedoraproject.org/rpms/perl-Object-HashBase#b71f52bd0ce33fd76ed70f3b8bf8287a1ac9082f
2020-10-14 13:57:18 -07:00

8 lines
417 B
Markdown

# perl-Object-HashBase
This package is used to generate classes based on hash references. Using this
class will give you a new() method, as well as generating accessors you
request. Generated accessors will be getters, set_ACCESSOR setters will also
be generated for you. You also get constants for each accessor (all caps)
which return the key into the hash for that accessor. Single inheritance is
also supported.