Group
Extension

Matches 1

App-Syndicator ( R/RG/RGE/App-Syndicator-0.0061.tar.gz, RGE, 2011; MetaCPAN )
App-Syndicator/lib/App/Syndicator.pm ( view source; MetaCPAN )

        is => 'ro',
        isa => File,
        required => 1,
        default => "$BASE/config.json"
    );

    has sources => (
        is => 'rw',
        isa => UriArray,
        coerce => 1,
 
head1 USAGE

 # first run
 $ syndicator --init

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

 # run
 $ syndicator 2> errors.log

 $ syndicator --config=config.any --db=sqlite.db

=head2 EX

Powered by Groonga
Maintained by Kenichi Ishigaki <ishigaki@cpan.org>. If you find anything, submit it on GitHub.