NAME

P4::C4::Fstat - Perforce Fstat parsing

SYNOPSIS

use P4::C4::Fstat;

my $p4 = new P4::C4;
...

DESCRIPTION

This module provides utilities to retrieve Perforce fstat information.

METHODS

$self->fstatFiles (args)

Run a p4 fstat with the given arguments, and load $self->files with a hash of the name of the file and each fstat parameter.

SEE ALSO

P4::Client, P4::C4,

DISTRIBUTION

The latest version is available from CPAN.

AUTHORS

Wilson Snyder <wsnyder@wsnyder.org>