From: Rob H. <for...@us...> - 2003-01-06 09:49:33
|
Update of /cvsroot/sandweb/sandweb/lib/SandWeb/Repository In directory sc8-pr-cvs1:/tmp/cvs-serv17142/Repository Modified Files: cvs.pm Log Message: all API docs transferred from docs/API to POD. some need to be formatted better, and some of the docs are incomplete, but it's really close now :) Index: cvs.pm =================================================================== RCS file: /cvsroot/sandweb/sandweb/lib/SandWeb/Repository/cvs.pm,v retrieving revision 1.35 retrieving revision 1.36 diff -U2 -r1.35 -r1.36 --- cvs.pm 5 Jan 2003 08:59:08 -0000 1.35 +++ cvs.pm 6 Jan 2003 09:49:30 -0000 1.36 @@ -1,7 +1,1726 @@ +=pod +=head1 + +SandWeb::Repository::cvs + +-------------------------------------------------------------------------------- +METHOD + new + +SYNOPSIS + [...1698 lines suppressed...] + +RETURN CODE + + A string containing the current system password for an instantiated CVS + object is returned. + + 0 = This means that the method got an error proccessing your request. + Perhaps an invalid parameter? + + -1 = This return value means that there was not sufficient permision to + read the files specified, or they did not exist. + + #lib/SandWeb/Repository/cvs.pm # - -=pod -=head1 SandWeb::Repository::cvs |