public
Description: Perl interface to Google Reader
Homepage: http://search.cpan.org/dist/WebService-Google-Reader/
Clone URL: git://github.com/gray/webservice-google-reader.git
name age message
file .perlcriticrc Sun Aug 23 10:38:21 -0700 2009 default policy is to use warnings [gray]
file Changes Wed Aug 19 07:27:40 -0700 2009 new release [gray]
file MANIFEST Wed Aug 19 07:19:26 -0700 2009 update manifest [gray]
file Makefile.PL Sun Aug 23 09:07:59 -0700 2009 update prereqs [gray]
file NOTES Sun Mar 29 14:33:43 -0700 2009 initial import to git [gray]
file README Wed Aug 19 06:51:44 -0700 2009 update prereqs and copyright [gray]
directory ex/ Wed Aug 19 04:20:25 -0700 2009 slight coding style change [gray]
directory lib/ Wed Aug 19 07:55:16 -0700 2009 use canonical rt links; add github link [gray]
directory t/ Wed Aug 19 07:18:45 -0700 2009 move author tests to separate directory [gray]
directory xt/ Sun Aug 23 11:48:15 -0700 2009 forgot to add this [gray]
README
WebService-Google-Reader
========================

This module provides an interface to the Google Reader service.

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:

    Class::Accessor::Fast
    Crypt::SSLeay or IO::Socket::SSL
    JSON
    LWP::UserAgent
    Test::More
    URI
    URI::Escape
    URI::QueryParm
    XML::Atom

COPYRIGHT AND LICENCE

Copyright (C) 2007-2009 by gray <gray@cpan.org>

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