P4 - Perl friendly OO interface to the Perforce SCM System ---------------------------------------------------------- This module provides an easy to use and very powerful interface to the Perforce SCM system. It's based on the Perforce C++ API so you'll need to download the correct API build for your platform in order to be able to build P4. GCC3 Users ----------- Please note that if you're using gcc v3.x you MUST use a version of the Perforce API compiled with gcc3. i.e. Linux x86 Users: rXX.Y/bin.linux80x86/p4api.tar Linux AMD64 Users: rXX.Y/bin.linux26amd64/pic/p4api.tar etc. etc. Requirements ------------ Perforce Client API - get it from ftp://ftp.perforce.com/pub/perforce C++ compiler Perl (obviously) Feedback -------- All suggestions, bug reports etc. to tony@perforce.com - thanks!
# | Change | User | Description | Committed | |
---|---|---|---|---|---|
#2 | 4579 | Tony Smith |
Rewrite P4Perl to be more like P4Ruby. This change does away with the old P4/P4::Client split and pulls all the functionality of P4::Client into P4. Hence P4::Client is now deprecated. There are a few gotcha's - see the Changes file, and documentation for the details, but in general it's backwards compatible. As part of this change, I'm also releasing the previous current versions of P4 and P4::Client as released versions - for posterity. P4 now gets a v3.x version number so the old versions will stand out clearly. Hopefully it's all working - works fine for me - but people should consider this a beta build, for now at least. |
||
#1 | 1011 | Tony Smith |
Moved Perl API stuff one level down to make way for upcoming Ruby interface. |
||
//guest/tony_smith/perforce/API/P4/README | |||||
#1 | 932 | Tony Smith |
Update the Changes file with the released version number, and add a README file to the package. Not much there yet. |