From 7fb0cf27778390440bfda6293861299ae8157e4e Mon Sep 17 00:00:00 2001 From: Adam Samalik Date: Fri, 30 Jun 2023 07:39:34 +0200 Subject: [PATCH] re-import sources as agreed with the maintainer --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..63bd030 --- /dev/null +++ b/README.md @@ -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. \ No newline at end of file