Build hash-based classes
Go to file
Mohan Boddu 40e26ba452 - Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
Signed-off-by: Mohan Boddu <mboddu@redhat.com>
2021-04-16 03:29:01 +00:00
.gitignore RHEL 9.0.0 Alpha bootstrap 2020-10-14 13:57:18 -07:00
Object-HashBase-0.008-Normalize-shebang.patch RHEL 9.0.0 Alpha bootstrap 2020-10-14 13:57:18 -07:00
perl-Object-HashBase.rpmlintrc RHEL 9.0.0 Alpha bootstrap 2020-10-14 13:57:18 -07:00
perl-Object-HashBase.spec - Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937 2021-04-16 03:29:01 +00:00
README.md RHEL 9.0.0 Alpha bootstrap 2020-10-14 13:57:18 -07:00
sources RHEL 9.0.0 Alpha bootstrap 2020-10-14 13:57:18 -07:00

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.