Note initial addition of p5-Data-Taxi version 0.94 as devel/p5-Data-Taxi

into The NetBSD Packages Collection.

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.
This commit is contained in:
seb 2008-08-20 21:25:45 +00:00
parent d60bc0e742
commit fe7db50c7f

View file

@ -1,4 +1,4 @@
$NetBSD: CHANGES-2008,v 1.1939 2008/08/20 21:21:30 minskim Exp $
$NetBSD: CHANGES-2008,v 1.1940 2008/08/20 21:25:45 seb Exp $
Changes to the packages collection and infrastructure in 2008:
@ -3307,3 +3307,4 @@ Changes to the packages collection and infrastructure in 2008:
Added devel/p5-Test-Assertions version 1.054 [seb 2008-08-20]
Added devel/p5-File-Policy version 1.005 [seb 2008-08-20]
Updated www/awstats to 6.7nb1 [minskim 2008-08-20]
Added devel/p5-Data-Taxi version 0.94 [seb 2008-08-20]