The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

App::Rssfilter::Cmd::runfromconfig - fetch feeds and constrain with rules, all from a config file

VERSION

version 0.07

SYNOPSIS

    rssfilter runfromconfig [ --config-file|-f Rssfilter.yaml ] [ --log|-v ]

This command reads a configuration file in YAML format, and updates all of the groups in the file. The YAML should describe a hash whose schema matches that described in "from_hash" in App::Rssfilter::FromHash.

OPTIONS

-f, --config-file

Path to config file; default is Rssfilter.yaml in the current directory.

-v, --log

Turns on logging; default is off.

AUTHOR

Daniel Holz <dgholz@gmail.com>

COPYRIGHT AND LICENSE

This software is copyright (c) 2013 by Daniel Holz.

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