
P4::C4::Client - Client utilities

use P4::C4::Client; my $p4 = new P4::Client; $p4->createClient( \@args ); ...

This module provides utilities to operate on Perforce clients.

Create the client in a way supported by c4. With the '-c4' parameter, set clobber, allwrite. With '-rmdir', set rmdir. You'll probably also want the -t template argument.
Return an array with the view of the current client.

The latest version is available from CPAN and from http://www.veripool.com/.
Copyright 2002-2005 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 or the Perl Artistic License.

Wilson Snyder <wsnyder@wsnyder.org>
