summaryrefslogtreecommitdiff
path: root/devel/p5-Data-Taxi
AgeCommit message (Collapse)AuthorFilesLines
2011-08-12Changes 0.96:adam2-10/+9
* Fixing bug
2010-08-21Bump the PKGREVISION for all packages which depend directly on perl,seb1-1/+2
to trigger/signal a rebuild for the transition 5.10.1 -> 5.12.1. The list of packages is computed by finding all packages which end up having either of PERL5_USE_PACKLIST, BUILDLINK_API_DEPENDS.perl, or PERL5_PACKLIST defined in their make setup (tested via "make show-vars VARNAMES=..."), minus the packages updated after the perl package update. sno@ was right after all, obache@ kindly asked and he@ led the way. Thanks!
2008-11-03Really update to 0.95 (DISTNAME).taca1-2/+2
2008-11-02Update from version 0.94nb1 to 0.95.he2-6/+5
No upstream change log, apparently minor changes. Note that this module is no longer being developed or supported.
2008-10-19Bump the PKGREVISION for all packages which depend directly on perl,he1-1/+2
to trigger/signal a rebuild for the transition 5.8.8 -> 5.10.0. The list of packages is computed by finding all packages which end up having either of PERL5_USE_PACKLIST, BUILDLINK_API_DEPENDS.perl, or PERL5_PACKLIST defined in their make setup (tested via "make show-vars VARNAMES=...").
2008-08-20Initial import of p5-Data-Taxi version 0.94 in the NetBSD Packagesseb3-0/+34
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.