# | Change | User | Description | Committed | |
---|---|---|---|---|---|
#9 | 1011 | Tony Smith |
Moved Perl API stuff one level down to make way for upcoming Ruby interface. |
||
#8 | 977 | Tony Smith |
Fix broken form parsing. Two problems: first off, the specdef was not being saved in the hash for later use so forms could not be reconstructed from the hash data structure. Secondly, multi-line elements parsed into array members of the hash were not being flattened prior to reconstructing the form so they would be empty. |
||
#7 | 976 | Tony Smith |
Fix for multi-line field handling bug. The array handling code was dependent on all results for a given tag being supplied before moving on to the next tag, but this is not true for all Perforce commands. i.e. p4 client -o -> tags not fragmented p4 describe -s -> oops. Now the implementation is not fussy about the order in which elements arrive other than that tagN comes before tagN+1. Any number of other elements may come in between them. |
||
#6 | 966 | Tony Smith | Updated 1.966 build | ||
#5 | 964 | Tony Smith | Release P4::Client 1.964 | ||
#4 | 931 | Tony Smith | Latest (931) builds of P4::Client and P4 | ||
#3 | 923 | Tony Smith |
Update version numbering scheme for P4::Client so that the minor release is the changelist number. This is to save me having to branch the source code at release time. |
||
#2 | 577 | Tony Smith | Preparations for release of P4::Client version 0.52 | ||
#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/Client.pm | |||||
#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/Client.pm | |||||
#2 | 511 | Tony Smith | Completed the process of renaming P4::ClientApi to P4::Client | ||
#1 | 510 | Tony Smith | Renamed the ClientApi modules | ||
//guest/tony_smith/perforce/API/P4-Client-0.50/ClientApi.pm | |||||
#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/ClientApi.pm | |||||
#2 | 507 | Tony Smith |
Removed explicit use of sub AUTOLOAD as it messes with your namespace. Put there in the first place by h2xs from perl 5.5. Not worthy of a new release ID. |
||
#1 | 501 | Tony Smith |
First publicly released version of the Perl interface to the Perforce API. |