Installation
CPAN
- Ensure the cpan client is in your path
which cpan
- cpan -i WebService::MyGengo
- Wait...
By-hand
perl Makefile.PL- When asked whether to install dependencies, select 'yes'
make && make testsudo make install
Live Sandbox Testing
- See the TESTING file.