| P4-C4 documentation | view source | Contained in the P4-C4 distribution. |
P4::C4::Diff - Perforce Diff parsing
use P4::C4::Diff; my $p4 = new P4::C4; $p4->differentFiles (<params>) ...
This module provides utilities to retrieve Perforce difference information.
Run a P4 diff operation with the given arguments, and return true if the files differ in any way.
The latest version is available from CPAN and from http://www.veripool.com/.
Copyright 2002-2005 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.
Wilson Snyder <wsnyder@wsnyder.org>
P4::Client, P4::C4
| P4-C4 documentation | view source | Contained in the P4-C4 distribution. |