forked from Lainports/opnsense-ports
Taken from: https://github.com/freebsd/freebsd-ports.git Commit id: 5070672073b68be364139bc6b3a89100bd17d331
6 lines
295 B
Text
6 lines
295 B
Text
Data::Visitor::Encode visits each node of a structure, and returns a
|
|
new structure with each node's encoding (or similar action). If you
|
|
ever wished to do a bulk encode/decode of the contents of a structure,
|
|
then this module may help you.
|
|
|
|
WWW: http://search.cpan.org/dist/Data-Visitor-Encode/
|