
SVN::S4::Getopt - Get Subversion command line options

use SVN::S4::Getopt; my $opt = new SVN::S4::Getopt; ... =head1 DESCRIPTION
The SVN::S4::Getopt package provides standardized handling of global options for the front of svn commands.
Create a new Getopt.

There is a accessor for each parameter listed above. In addition:
Return sorted list of all commands.
Return textual description of the specified command.
Return true if the command is only in s4.
Return true if the command is modified from normal SVN operation by s4.
The filename and line number last parsed.
Return an array of command arguments needed to specify the given command with hash of given options. Hash elements with unsupported options are silently ignored.
Return a hash with one key for each option. The value of the key is 1 if a no-argument option was set, else it is an array with each value the option was set to.
Return a array with one element for each option. The element is either 'switch', the name of the switch the option is specifying, or the name of the parameter.
Return the option list, with the specified matching argument removed.

The latest version is available from CPAN and from http://www.veripool.org/.
Copyright 2002-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.

Wilson Snyder <wsnyder@wsnyder.org>
