Data/TreeDumper/Renderer/ASCII
===============================

Version 0.03

Data::TreeDumper::Renderer::DHTML Rendering plug-in for Data::TreeDumper

In this release:

	FIXED: upgraded to latest DataTreeDumper
	
Ex:

my $tree = { ... } ;

print DumpTree($tree, 'Tree', RENDERER => 'ASCII') ;

INSTALLATION

To install this module type the following:

   perl Makefile.PL
   make
   make test
   make install

DEPENDENCIES

This module requires these other modules and libraries:

	Data::TreeDumper

COPYRIGHT AND LICENCE

  Copyright (c) 2003 Nadim Ibn Hamouda el Khemir. All rights
  reserved.  This program is free software; you can redis-
  tribute it and/or modify it under the same terms as Perl
  itself.

If you find any value in this module, mail me!  All hints, tips, flammes and wishes
are welcome at <nadim@khemir.net>.