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

NAME

SVN::S4::Config - Get subversion config values

SYNOPSIS

Scripts: use SVN::S4; # See below

DESCRIPTION

SVN::S4::Config reads the user .subversion config files.

METHODS ADDED TO SVN::S4

The following methods extend to the global SVN::S4 class.

$s4->config_get(<section>,<key>)

Return the config value for the given section and key.

DISTRIBUTION

The latest version is available from CPAN and from http://www.veripool.org/.

Copyright 2005-2013 by Wilson Snyder. This package is free software; you can redistribute it and/or modify it under the terms of either the GNU Lesser General Public License Version 3 or the Perl Artistic License Version 2.0.

AUTHORS

Wilson Snyder <wsnyder@wsnyder.org>

SEE ALSO

SVN::S4