Changes #5

  • //
  • guest/
  • tony_smith/
  • perforce/
  • API/
  • P4/
  • Changes
  • Commits
# Change User Description Committed
#5 1011 Tony Smith Moved Perl API stuff one level down to make way for upcoming
Ruby interface.
#4 982 Tony Smith A couple of minor fixes.
test.pl was choking on test 6 as
ParseForms had not been called, and Run() now correctly
returns an empty list in array context rather than returning
undef which was confusing.
#3 960 Tony Smith Misc changes.
Added an example.pl file with sample code. Also
Added the PPD file to the manifest (duh!). P4::Run() now returns
an array reference instead of a formatted string when used in
scalar context where more than one result is returned.

Also renamed the shortcut GetXXX and SetXXX methods to be
FetchXXX and SaveXXX because GetClient() and SetClient() we
already defined by P4::Client.
#2 932 Tony Smith Update the Changes file with the released version number,
and add a README file to the package. Not much there yet.
#1 922 Tony Smith First crack at a much simpler perl interface.
Just wraps
up the P4::Client and P4::UI classes in an easier to use
interface returning the output to the caller in Array or
Scalar context as they request it.