

Talk with Devel::Size module author to make size dumping faster

hash key sorting is alphanumeric giving the list '1, 2, 21, 22, 3, ...)

wrap error could be when the last line needs to be wrapped (that could be the only one line)

reference to reference is not dumped properly
	my $sub = sub {} ;
	my $h = {} ;
	my %tree1 = ( a=> \$h , A => \$sub ) ;


Add option name verification so we stop passing the wrong names!
	=> dump a list of the available names
		=> soundex the closes
			=> take the closest and display only a warning?

Add the possibility to prune self not only children

Add DISPLAY_NUMBER_OF_ELEMENTS

#Accept non reference input

# display caller location

# add a PrintTree function

!address label containing a reference could be displayed in another color
	when generating ansi codes

#display tie for other types than arrays and hashes

#DISPLAY_PATH

#show if a node has more sublevel but those will not be displayed because of MAX_DEPTH
	=> with option


#NO_WRAP option

#RESET => NO_PACKAGE_SETTINGS

#Document
	#Copyright year is wrong
	#dependency to module giving the console size
	#\n not documented
	#(no elements)

#option for what \r \n are replaced with
#	should give the possibility to replace any non printing character

#make it visible when a node has sub levels but MAX_DEPTH stops its display

Handle data that contains "\n" and make the output look bad.

#Hash keys quoting

#More control over the glyphs and their color/numbering

#Tree simple munging example

#visualization plug-ins

#DHTML support

#DISPLAY_OBJECT_TYPE

#Dodcument the iterator/search capability added by no output

#NO output

#windows support

#perl address
#perl size

#pass path to filters

#Filters setting perl level + some global if needed
	
coloring the title
coloring the tree
example of coloring an array index

#typo: missing ':' in documentation (fixed but not released

#dump of multiple structures

#level numbering / tagging / coloring

#coloring examples

#fix and release without the spurious \n in the title when using the DumpTreeFunction

#Root adress option

#no address option

#filter chaining

#tree substitution

#wrap should be made optional and/or passed a screen size for the times where
	the module is used without a tty

#Documentation

#? pass the title of the data structure as an argument

#? pass indentation to TreeDumper

#? Pass override args to DumpTree

#export sub names
