App-Syndicator version 0.001
===========================
NAME
       App::Syndicator - Curses interface for reading RSS / ATOM feeds.

USAGE
   # first run
   $ syndicator --init

   # add your own feeds
   $ vim ~/.syndicator/config.json 

   # run
   $ syndicator 2> errors.log

INSTALLATION

To install this module type the following:

   perl Makefile.PL
   make
   make test
   make install

AUTHOR
       Rob Edwards, <rge@cpan.org>

COPYRIGHT AND LICENCE

Put the correct copyright and licence information here.

Copyright (C) 2010 by Rob Edwards

This library is free software; you can redistribute it and/or modify
it under the same terms as Perl itself, either Perl version 5.12.1 or,
at your option, any later version of Perl 5 you may have available.
