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.
It's specifically and intentionally not meant to be an object class. You cannot
subclass it. You cannot provide additional methods. You cannot apply roles or
mixins or metaclasses or traits or antlers or whatever else is in fashion this
week.
On the other hand, it is tiny, creates cheap lightweight array-backed
structures, uses nothing outside of core. It's intended simply to be a slightly
nicer way to store data structures, where otherwise you might be tempted to
abuse a hash, complete with the risk of typoing key names. The constructor will
croak if passed the wrong number of arguments, as will attempts to refer to
fields that don't exist.
WWW: http://search.cpan.org/dist/Struct-Dumb/
Changes:
* ost::Socket: use ucommon::Socket for join(), drop() implementations
* back to native threading model for mingw
* Socket::store: use existing len method
* Socket::address: allow printing to std::ostream
* Socket::address: use in_port_t for port numbers
* Socket::join, ::drop: allow to set interface index for IPv6
- stage support
- remove optional dependency in expired audio/bonk
- set NO_ARCH [1]
- always depend on p5-Switch
- collapse bsd.port.pre/post.mk
- comment out call to pacpl in post-install for now (crashes)
- bump PORTREVISION
- Main html doc should be unconditionally installed
- Remove stopdaemon
- Remove extra DOCS options
PR: 191860
Submitted by: Alexander Moisseev <moiseev@mezonplus.ru> (maintainer)
Approved by: swills (mentor)