develooper Front page | perl.qa | Postings from April 2006

Re: Non-Perl TAP implementations (and diag() problems)

Thread Previous | Thread Next
From:
A. Pagaltzis
Date:
April 19, 2006 10:07
Subject:
Re: Non-Perl TAP implementations (and diag() problems)
Message ID:
20060419170740.GF21391@klangraum
* Ovid <publiustemp-perlqa3@yahoo.com> [2006-04-19 10:05]:
> --- demerphq <demerphq@gmail.com> wrote:
> > I should think that youd have a much easier time using
> > Data::Dumper and its ->Pad and ->Indent(0) method than you
> > ever would with YAML.
> 
> That fails when we have PHP, C, or Java producing the
> information. They don't have Data::Dumper, but they do have
> YAML.

Use JSON. It’s cross-language, can fit data structures on a
single line, is reasonably widely supported, and can even be
read by a YAML parser.

Regards,
-- 
Aristotle Pagaltzis // <http://plasmasturm.org/>

Thread Previous | Thread Next


nntp.perl.org: Perl Programming lists via nntp and http.
Comments to Ask Bjørn Hansen at ask@perl.org | Group listing | About