mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-25 04:43:33 +00:00
c0a1338359
representing native Perl data types. WWW: https://metacpan.org/pod/Data::Object If nothing explodes, I'll transfer maintainership to perl@ in a couple days.
7 lines
255 B
Plaintext
7 lines
255 B
Plaintext
Data::Object provides functions for promoting Perl 5 native data types to
|
|
objects which provide common methods for operating on the data.
|
|
|
|
Basically it provides Moo objects and roles for native Perl data types.
|
|
|
|
WWW: https://metacpan.org/pod/Data::Object
|