freebsd-ports/devel/p5-Data-URIEncode/pkg-descr
Ben Woods 277d9e7729 Add devel/p5-Data-URIEncode, a Perl module that allows complex data
structures to be encoded using flat URIs.

Approved by:	adamw (mentor)
Differential Revision:	https://reviews.freebsd.org/D6484
2016-05-21 16:39:34 +00:00

7 lines
408 B
Text

Data::URIEncode allows for encoding and decoding complex (multi level
datastructures) using native Query String manipulators (such as CGI.pm).
It takes complex data and turns it into a flat hashref which can then be turned
into a URI query string using URL encoding. It also takes a flat hashref of
data passed in and translates it back to a complex structure.
WWW: https://metacpan.org/pod/Data::URIEncode