Build hash-based classes
Go to file
2023-03-31 15:51:56 -04:00
.gitignore Import rpm: 0adc827f460d9f79f82480ba9ec426f3781899eb 2023-03-31 15:51:56 -04:00
Object-HashBase-0.008-Normalize-shebang.patch Import rpm: 0adc827f460d9f79f82480ba9ec426f3781899eb 2023-03-31 15:51:56 -04:00
perl-Object-HashBase.rpmlintrc Import rpm: 0adc827f460d9f79f82480ba9ec426f3781899eb 2023-03-31 15:51:56 -04:00
perl-Object-HashBase.spec Import rpm: 0adc827f460d9f79f82480ba9ec426f3781899eb 2023-03-31 15:51:56 -04:00
README.md Import rpm: 0adc827f460d9f79f82480ba9ec426f3781899eb 2023-03-31 15:51:56 -04:00
sources Import rpm: 0adc827f460d9f79f82480ba9ec426f3781899eb 2023-03-31 15:51:56 -04: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.