Todo revision 1.1.1.1
1=head1 NAME
2
3TODO - seeds germane, yet not germinated
4
5=head1 DESCRIPTION
6
7The 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
13Dump contents explicitly up to a certain depth and then use names for
14cross-referencing identical references.  (useful in debugger, in situations
15where 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,
24some-binary-data-format, graph-description-languages, etc.)
25
26=item Dump traversal in breadth-first order
27
28=back
29