xref: /openbsd/gnu/usr.bin/perl/dist/Data-Dumper/Todo (revision b39c5158)
1*b39c5158Smillert=head1 NAME
2*b39c5158Smillert
3*b39c5158SmillertTODO - seeds germane, yet not germinated
4*b39c5158Smillert
5*b39c5158Smillert=head1 DESCRIPTION
6*b39c5158Smillert
7*b39c5158SmillertThe following functionality will be supported in the next few releases.
8*b39c5158Smillert
9*b39c5158Smillert=over 4
10*b39c5158Smillert
11*b39c5158Smillert=item  $Data::Dumper::Expdepth I<or> $I<OBJ>->Expdepth(I<NEWVAL>)
12*b39c5158Smillert
13*b39c5158SmillertDump contents explicitly up to a certain depth and then use names for
14*b39c5158Smillertcross-referencing identical references.  (useful in debugger, in situations
15*b39c5158Smillertwhere we don't care so much for cross-references).
16*b39c5158Smillert
17*b39c5158Smillert=item Make C<Dumpxs()> honor C<$Useqq>
18*b39c5158Smillert
19*b39c5158Smillert=item Fix formatting when Terse is set and Indent >= 2
20*b39c5158Smillert
21*b39c5158Smillert=item Output space after '\' (ref constructor) for high enough Indent
22*b39c5158Smillert
23*b39c5158Smillert=item Implement redesign that allows various backends (Perl, Lisp,
24*b39c5158Smillertsome-binary-data-format, graph-description-languages, etc.)
25*b39c5158Smillert
26*b39c5158Smillert=item Dump traversal in breadth-first order
27*b39c5158Smillert
28*b39c5158Smillert=back
29