From: Rob H. <for...@us...> - 2003-01-06 09:49:33
|
Update of /cvsroot/sandweb/sandweb/lib/SandWeb In directory sc8-pr-cvs1:/tmp/cvs-serv17142 Modified Files: Repository.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: Repository.pm =================================================================== RCS file: /cvsroot/sandweb/sandweb/lib/SandWeb/Repository.pm,v retrieving revision 1.48 retrieving revision 1.49 diff -U2 -r1.48 -r1.49 --- Repository.pm 5 Jan 2003 08:59:07 -0000 1.48 +++ Repository.pm 6 Jan 2003 09:49:30 -0000 1.49 @@ -1,7 +1,1654 @@ +=pod +=head1 + +SandWeb::Repository + +-------------------------------------------------------------------------------- +METHOD + new + +SYNOPSIS + [...1626 lines suppressed...] + +RETURN CODE + + A string containing the current system password for an instantiated Repository + 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.pm # - -=pod -=head1 SandWeb::Repository |