Build hash-based classes
Go to file
2023-06-30 07:39:34 +02:00
.gitignore import sources 2023-05-05 22:21:35 +02:00
Object-HashBase-0.008-Normalize-shebang.patch import sources 2023-05-05 22:21:35 +02:00
perl-Object-HashBase.spec import sources 2023-05-05 22:21:35 +02:00
README.md re-import sources as agreed with the maintainer 2023-06-30 07:39:34 +02:00
sources import sources 2023-05-05 22:21:35 +02: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.