Porting Notes for P4::Client ============================ So far, I've ported this extension to Linux and FreeBSD, and now Win2K. It should go pretty cleanly onto almost any Unix platform, particularly if you're using gcc as your compiler. The trick is that the files need to be compiled by a C++ compiler instead of the usual C compiler so you will probably need to copy some of the stuff from the Linux/FreeBSD hints files to get it going. If you do port this extension to another platform, please send me the details of how you got it going ( preferably as a hints file ) and I'll add it to the distribution for others. Tony Smith 15 Jan 2001
# | Change | User | Description | Committed | |
---|---|---|---|---|---|
#1 | 1011 | Tony Smith |
Moved Perl API stuff one level down to make way for upcoming Ruby interface. |
||
//guest/tony_smith/perforce/API/P4-Client/PORTING | |||||
#1 | 549 | Tony Smith |
Renamed the working directory to P4-Client as I've discovered that MakeMaker is quite happy with that and doesn't require a version number in the directory name. |
||
//guest/tony_smith/perforce/API/P4-Client-0.51/PORTING | |||||
#2 | 528 | Tony Smith |
Updated version numbers etc. and tarball for 0.51. |
||
#1 | 527 | Tony Smith | Release P4::Client version 0.51 with Win32 support | ||
//guest/tony_smith/perforce/API/P4-Client-0.50/PORTING | |||||
#2 | 511 | Tony Smith | Completed the process of renaming P4::ClientApi to P4::Client | ||
#1 | 509 | Tony Smith |
Renamed P4::ClientApi to P4::Client as it's more friendly and that's what it's called on CPAN. Subsequent changes include the actual renaming inside the code, this just creates the branch |
||
//guest/tony_smith/perforce/API/P4-ClientApi-0.05/PORTING | |||||
#1 | 501 | Tony Smith |
First publicly released version of the Perl interface to the Perforce API. |