Files
pkgsrc-ng/devel/p5-Data-Taxi/DESCR
T
2013-09-26 17:14:40 +02:00

11 lines
442 B
Plaintext

The Perl 5 module Data::Taxi is a data serializer with several handy features:
Taint aware
The data to be serialized does not have to be trusted. None of
the input data is executed.
Human readable
Data::Taxi produces a human-readable string that simplifies checking
the output of objects.
XML-ish
Without begin fully XML compliant, Data::Taxi produces a block of
XML-ish data that could probably be read in by other XML parsers.