NAME
P4::C4::Info - Perforce Info parsing
SYNOPSIS
use P4::C4::Info;
my $p4 = new P4::C4;
return $p4->clientRoot();
return $p4->serverVersion();
...
DESCRIPTION
This module provides utilities to operate on Perforce global information.
ACCESSORS
- $self->clientRoot()
-
Returns the root directory of the client. Note this is cached as long as the parent object exists.
- $self->serverVersion()
-
Returns the server version of the client. Note this is cached as long as the parent object exists.
SEE ALSO
P4::Client
, P4::C4
,
DISTRIBUTION
The latest version is available from CPAN.
AUTHORS
Wilson Snyder <wsnyder@wsnyder.org>