Lingua::Translate::Google version 0.09
======================================

This module performs natural language translation using Google 
translation web services.
(http://ajax.googleapis.com/ajax/services/language/translate)

This module is largely a refactored copy of 
Lingua::Translate::Babelfish by Sam Vilain.

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:

    Carp
    HTTP::Request::Common
    I18N::LangTags
    Lingua::Translate
    LWP::UserAgent
    Readonly
    Test::More
    Unicode::MapUTF8
    URI::Escape

ACKNOWLEDGEMENTS
   This module is based on Lingua::Translate::Babelfish by Sam Vilain <enki@snowcra.sh>.

COPYRIGHT AND LICENCE

Copyright (c) 2008, Dylan Doxey.  All rights reserved.
This module is free software; you may use it under the same terms as
Perl itself.
