Lingua/ZH/CEDICT version 0.04
=============================

Lingua::ZH::CEDICT is an interface for CEDICT, a Chinese-English
dictionary file that may be freely used for non-commercial purposes.

The dictionary is included as an UTF-8 text file. Upon installation,
the file will be read and converted into a Storable v2.4 file.

INSTALLATION

To install this module type the following:

   perl Makefile.PL
   make
   make test
   make install

DEPENDENCIES

Requires perl 5.6.

Depending on your usage of the modules, might require one or several
of the following modules:

Storable
Text::Iconv
Encode::HanConvert or Lingua::ZH::HanConvert
Net::MySQL

COPYRIGHT AND LICENCE

Copyright (C) 2002-2005 Christian Renz <crenz@web42.com>

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

For the CEDICT copyright and license terms, see
<http://www.mandarintools.com/cedict.html>.