| Name: | perl-Struct-Dumb |
|---|---|
| Version: | 0.12 |
| Release: | 6.el9 |
| Architecture: | noarch |
| Group: | Unspecified |
| Size: | 42731 |
| License: | GPL+ or Artistic |
| RPM: | perl-Struct-Dumb-0.12-6.el9.noarch.rpm |
| Source RPM: | perl-Struct-Dumb-0.12-6.el9.src.rpm |
| Build Date: | Thu Feb 03 2022 |
| Build Host: | build-ol9-x86_64.oracle.com |
| Vendor: | Oracle America |
| URL: | https://metacpan.org/release/Struct-Dumb |
| Summary: | Make simple lightweight record-like structures |
| Description: | Struct::Dumb creates record-like structure types, similar to the struct keyword in C, C++ or C#, or Record in Pascal. An invocation of this module will create a construction function which returns new object references with the given field values. These references all respond to lvalue methods that access or modify the values stored. |