SVN::S4::Config - Get subversion config values
Scripts:
use SVN::S4;
# See below
SVN::S4::Config reads the user .subversion config files.
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.
The latest version is available from CPAN and from
<http://www.veripool.org/>.
Copyright 2005-2016 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.
Wilson Snyder <wsnyder@wsnyder.org>