Build hash-based classes
Go to file
Troy Dawson 09e47513ab Bump release for October 2024 mass rebuild:
Resolves: RHEL-64018
2024-10-29 08:59:35 -07:00
.fmf Package tests 2022-12-12 09:49:29 +01:00
plans Package tests 2022-12-12 09:49:29 +01:00
tests Update tests and gating.yaml 2024-07-10 16:36:31 +02:00
.gitignore 0.010 bump 2023-10-23 11:43:26 +02:00
gating.yaml Update tests and gating.yaml 2024-07-10 16:36:31 +02:00
Object-HashBase-0.008-Normalize-shebang.patch Import 2019-11-19 16:09:39 +01:00
perl-Object-HashBase.rpmlintrc Package tests 2022-12-12 09:49:29 +01:00
perl-Object-HashBase.spec Bump release for October 2024 mass rebuild: 2024-10-29 08:59:35 -07:00
README.md Added the README 2019-11-19 14:48:27 +00:00
sources 0.010 bump 2023-10-23 11:43:26 +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.