P4::C4 - CVS Like wrapper for Perforce


P4-C4 documentation  | view source Contained in the P4-C4 distribution.

Index


NAME

Top

P4::C4 - CVS Like wrapper for Perforce

SYNOPSIS

Top

  use P4::C4;

DESCRIPTION

Top

P4::C4 is a derived class of C4::Client. The various P4::C4::... classes add member functions to this class to perform various functions.

FUNCTIONS

Top

$self->files

Return a hash of file structures, where the key is the name of the file. Used by P4::C4::Files and other functions.

DISTRIBUTION

Top

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.

AUTHORS

Top

Wilson Snyder <wsnyder@wsnyder.org>

SEE ALSO

Top

c4, p4, p4_job_edit

P4::Client, P4::Getopt,

P4::C4::UI, P4::C4::Cache, P4::C4::Client, P4::C4::Diff, P4::C4::File, P4::C4::Fstat, P4::C4::Ignore, P4::C4::Info, P4::C4::Path, P4::C4::Submit, P4::C4::Sync, P4::C4::Update, P4::C4::User


P4-C4 documentation  | view source Contained in the P4-C4 distribution.