NAME
P4::C4::Client - Client utilities
SYNOPSIS
use P4::C4::Client;
my $p4 = new P4::Client;
$p4->createClient( \@args );
...
DESCRIPTION
This module provides utilities to operate on Perforce clients.
METHODS
- $self->createClient ( args )
-
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.
- $self->clientView ( args )
-
Return an array with the view of the current client.
SEE ALSO
P4::Client
, P4::C4
,
DISTRIBUTION
The latest version is available from CPAN.
AUTHORS
Wilson Snyder <wsnyder@wsnyder.org>