This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Fix C pre-processor expression in Dumper.xs
[perl5.git] / dist / Data-Dumper / Todo
1 =head1 NAME
2
3 TODO - seeds germane, yet not germinated
4
5 =head1 DESCRIPTION
6
7 The following functionality will be supported in the next few releases.
8
9 =over 4
10
11 =item  $Data::Dumper::Expdepth I<or> $I<OBJ>->Expdepth(I<NEWVAL>)
12
13 Dump contents explicitly up to a certain depth and then use names for
14 cross-referencing identical references.  (useful in debugger, in situations
15 where we don't care so much for cross-references).
16
17 =item Make C<Dumpxs()> honor C<$Useqq>
18
19 =item Fix formatting when Terse is set and Indent >= 2
20
21 =item Output space after '\' (ref constructor) for high enough Indent
22
23 =item Implement redesign that allows various backends (Perl, Lisp,
24 some-binary-data-format, graph-description-languages, etc.)
25
26 =item Dump traversal in breadth-first order
27
28 =back