re-import sources as agreed with the maintainer
This commit is contained in:
parent
5084f1b12f
commit
7fb0cf2777
8
README.md
Normal file
8
README.md
Normal file
@ -0,0 +1,8 @@
|
||||
# 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.
|
||||
Loading…
Reference in New Issue
Block a user