Installation

CPAN

  1. Ensure the cpan client is in your path
    • which cpan
  2. cpan -i WebService::MyGengo
  3. Wait...

By-hand

  1. perl Makefile.PL
    • When asked whether to install dependencies, select 'yes'
  2. make && make test
  3. sudo make install

Live Sandbox Testing

  1. See the TESTING file.