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

NAME

WaitReSS::Params - WaitReSS run-time parameters

VERSION

version 0.003

SYNOPSIS

    use WaitReSS::Params;
    # $params is automatically available
    my $dir = $params->dir_feeds;

DESCRIPTION

This module references all the run-time parameters of WaitReSS. That's default values, overriden by configuration, itself overriden by command-line options.

ATTRIBUTES

datadir

The directory where all WaitReSS data will be kept.

dir_feeds

The directory where feeds data will be stored.

dir_users

The directory where users data will be stored.

AUTHOR

Jerome Quelin <jquelin@gmail.com>

COPYRIGHT AND LICENSE

This software is copyright (c) 2013 by Jerome Quelin.

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