This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
[perl #71076] sort with active sub (5.10 regression)
[perl5.git] / dist / Data-Dumper / Todo
CommitLineData
823edd99
GS
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
823edd99
GS
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
7820172a
GS
26=item Dump traversal in breadth-first order
27
823edd99 28=back