NAME

ReRe::Config

VERSION

version 0.013

SYNOPSIS

users.conf

<users>
    <userro>
        password userro
        roles get
    </userro>

    <userrw>
        password userrw
        roles get set info del
    </userrw>

    <userall>
        allow 127.0.0.1
        password userall
        roles all
    </userall>

    <usernet>
        allow 192.168.0.0/24
        roles all
    </usernet>
</users>

server.conf

<server>
    host 127.0.0.1
    port 6379
</server>

METHOD

parse

Parse config file with Config::General.

AUTHOR

Thiago Rondon <thiago@nsms.com.br>

COPYRIGHT AND LICENSE

This software is copyright (c) 2011 by Thiago Rondon.

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