need dependency on bash for REPLACE_BASH to work properly.
[pkgsrcv2.git] / devel / p5-Data-Taxi / DESCR
1 The Perl 5 module Data::Taxi is a data serializer with several handy features:
2 Taint aware
3   The data to be serialized does not have to be trusted.  None of
4   the input data is executed.
5 Human readable
6   Data::Taxi produces a human-readable string that simplifies checking
7   the output of objects.
8 XML-ish
9   Without begin fully XML compliant, Data::Taxi produces a block of
10   XML-ish data that could probably be read in by other XML parsers.