Data::Taxi

Data::Taxi is a Taint-aware, XML-ish data serialization.
Download

Data::Taxi Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Miko O'Sullivan
  • Publisher web site:
  • http://search.cpan.org/~miko/

Data::Taxi Tags


Data::Taxi Description

Data::Taxi is a Taint-aware, XML-ish data serialization. Data::Taxi is a Taint-aware, XML-ish data serialization.SYNOPSIS use Data::Taxi ':all'; my ($ob, $str); $ob = MyClass->new(); $str = freeze($ob); $ob = thaw($str);INSTALLATIONData::Taxi can be installed with the usual routine: perl Makefile.PL make make test make installYou can also just copy Taxi.pm into the Data/ directory of one of your library trees.Taxi (Taint-Aware XML-Ish) is a data serializer with several handy features:Taint awareTaxi does not force you to trust the data you are serializing. None of the input data is executed.Human readableTaxi produces a human-readable string that simplifies checking the output of your objects.XML-ishWhile I don't (currently) promise full XML compliance, Taxi produces a block of XML-ish data that could probably be read in by other XML parsers. Requirements: · Perl


Data::Taxi Related Software