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

NAME

SVN::S4::Commit - commit hooks

SYNOPSIS

Scripts: use SVN::S4::Commit; $svns4_object->commit (paths=>path); $svns4_object->quick_commit (paths=>path);

DESCRIPTION

SVN::S4::Commit

METHODS

$s4->commit(paths=>path);
$s4->quick_commit(paths=>path);

DISTRIBUTION

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

Copyright 2005-2015 by Bryce Denney and 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

Bryce Denney, Wilson Snyder <wsnyder@wsnyder.org>

SEE ALSO

SVN::S4