Build hash-based classes
Go to file
Fedora Release Engineering 79a14a1424 - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2020-01-30 03:12:40 +00:00
.gitignore 0.009 bump 2020-01-20 11:13:37 +01:00
Object-HashBase-0.008-Normalize-shebang.patch Import 2019-11-19 16:09:39 +01:00
perl-Object-HashBase.rpmlintrc 0.009 bump 2020-01-20 11:13:37 +01:00
perl-Object-HashBase.spec - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild 2020-01-30 03:12:40 +00:00
README.md Added the README 2019-11-19 14:48:27 +00:00
sources 0.009 bump 2020-01-20 11:13:37 +01: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.