NAME

P4::C4::Diff - Perforce Diff parsing

SYNOPSIS

use P4::C4::Diff;

my $p4 = new P4::C4;
$p4->differentFiles (<params>)
...

DESCRIPTION

This module provides utilities to retrieve Perforce difference information.

METHODS

$self->differentFiles ( args )

Run a P4 diff operation with the given arguments, and return true if the files differ in any way.

SEE ALSO

P4::Client, P4::C4,

DISTRIBUTION

The latest version is available from CPAN.

AUTHORS

Wilson Snyder <wsnyder@wsnyder.org>