WWW-Dict-TWMOE-Phrase

This distrubtion provides modules and methods for online access to
this Chinese phrase dictionary made by TWMOE (Taiwan Ministry of
Education):

 http://140.111.34.46/dict/

INSTALLATION

To install this module, run the following commands:

   perl Makefile.PL
   make
   make test
   make install

This would also install a 'dict-twmoe' script that you can run from
command line and retrieve phrase definitions. Please notice that this
script assumes you use a utf8 terminal.

SUPPORT AND DOCUMENTATION

After installing, you can find documentation for this module with the perldoc command.

   perldoc WWW::Dict::TWMOE::Phrase

You can also look for information at:

   Search CPAN
       http://search.cpan.org/dist/WWW-Dict-TWMOE-Phrase

   CPAN Request Tracker:
       http://rt.cpan.org/NoAuth/Bugs.html?Dist=WWW-Dict-TWMOE-Phrase

   AnnoCPAN, annotated CPAN documentation:
       http://annocpan.org/dist/WWW-Dict-TWMOE-Phrase

   CPAN Ratings:
       http://cpanratings.perl.org/d/WWW-Dict-TWMOE-Phrase

COPYRIGHT AND LICENCE

Copyright (C) 2006 Kang-min Liu

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