Data/CHEF version 1.01
======================

Data::CHEF is used to represent data structures in a text format for 
exchange between different programs.  It can be used to store a simple 
hash table, or it can be used as a markup language for a directory 
or database engine.

For more information on Data::CHEF, read the POD documentation.

INSTALLATION

To install this module type the following:

   perl Makefile.PL
   make
   make test
   make install

COPYRIGHT AND LICENCE

Copyright (C) 2002 Chris Josephes

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