Build hash-based classes
This is an automated DistroBaker update from upstream sources. If you do not know what this is about or would like to opt out, contact the OSCI team. Source: https://src.fedoraproject.org/rpms/perl-Object-HashBase.git#536a26f58325e26194222b0b09283e877f1f5476 |
||
|---|---|---|
| .gitignore | ||
| Object-HashBase-0.008-Normalize-shebang.patch | ||
| perl-Object-HashBase.rpmlintrc | ||
| perl-Object-HashBase.spec | ||
| README.md | ||
| sources | ||
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.