Data/BFDump version 0.2x
========================

Breadth first data dumper, with extras.

INSTALLATION

Ignore warnings from Data::Dumper about using code refs...

To install this module type the following:

   perl Makefile.PL
   make
   make test
   make install

DEPENDENCIES

This module requires these other modules and libraries:

  Text::Quote (While in test: Test::More GNU Diff)

COPYRIGHT AND LICENCE

Copyright (C) 2002 demerphq

This library is free software; you can redistribute it and/or modify
it under the same terms as Perl itself.

