freebsd-ports/devel/p5-Data-Structure-Util/pkg-descr
Sunpoet Po-Chuan Hsieh ad4f267b7a Update WWW
search.cpan.org is shutting down.
It will redirect to metacpan.org after June 25, 2018.

With hat:	perl
2018-05-27 20:15:16 +00:00

14 lines
591 B
Text

Data::Structure::Util - Change nature of data within a structure
Data::Structure::Util is a toolbox to manipulate the data inside
a data structure. It can process an entire tree and perform the
operation requested on each appropriate element.
For example: It can transform all strings within a data structure
to utf8 or transform any utf8 string back to the default encoding.
It can remove the blessing on any reference. It can collect all
the objects or detect if there is a circular reference.
It is written in C for decent speed.
WWW: https://metacpan.org/release/Data-Structure-Util