Compare commits
No commits in common. "c8-stream-5.3" and "stream-perl-bootstrap-5.30-rhel-8.9.0" have entirely different histories.
c8-stream-
...
stream-per
2
.gitignore
vendored
2
.gitignore
vendored
@ -1 +1 @@
|
||||
SOURCES/Object-HashBase-0.008.tar.gz
|
||||
/Object-HashBase-0.008.tar.gz
|
||||
|
||||
@ -1 +0,0 @@
|
||||
1da01a0b33a50a1f02cd704cfbf6579a02734cea SOURCES/Object-HashBase-0.008.tar.gz
|
||||
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