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.
DISTRIBUTION
The latest version is available from CPAN and from http://www.veripool.com/.
Copyright 2002-2004 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.
AUTHORS
Wilson Snyder <wsnyder@wsnyder.org>