public
Description: REST::Google provides OO access to Google REST API from Perl
Homepage: http://search.cpan.org/dist/REST-Google/
Clone URL: git://github.com/esobchenko/rest-google.git
esobchenko (author)
Fri Sep 18 03:39:57 -0700 2009
commit  edef1e04835c33a31a9484f84b272d41ddb886e7
tree    24dd9a41f6677ac08eafe9a75d8f7bfc2ff376e1
parent  e2bbaf578dc59088fed96c93f326a8a22a6ea5cb
name age message
file Build.PL Loading commit data...
file Changes
file README
directory lib/
directory t/
README
REST::Google

Perl interface to Google REST API.

INSTALLATION

To install this module type the following:

  $ perl Build.PL
  $ perl ./Build
  $ perl ./Build test
  $ sudo perl ./Build install

COPYRIGHT AND LICENCE

Copyright 2008, Eugen Sobchenko <ejs@cpan.org> and Sergey Sinkovskiy <glorybox@cpan.org>
This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.