From: Rob H. <for...@us...> - 2003-01-05 08:59:11
|
Update of /cvsroot/sandweb/sandweb/lib/SandWeb/Repository In directory sc8-pr-cvs1:/tmp/cvs-serv15829/SandWeb/Repository Modified Files: cvs.pm Log Message: beginning of POD docs Index: cvs.pm =================================================================== RCS file: /cvsroot/sandweb/sandweb/lib/SandWeb/Repository/cvs.pm,v retrieving revision 1.34 retrieving revision 1.35 diff -U2 -r1.34 -r1.35 --- cvs.pm 7 Nov 2002 08:01:09 -0000 1.34 +++ cvs.pm 5 Jan 2003 08:59:08 -0000 1.35 @@ -1,7 +1,15 @@ #lib/SandWeb/Repository/cvs.pm # -#This class directly interfaces with the CVS version control system. It can -#translate calls from Repository into command-line flags that CVS can use. -# + +=pod +=head1 + +SandWeb::Repository::cvs + +This class directly interfaces with the CVS version control system. It can +translate calls from Repository into command-line flags that CVS can use. + +=cut + # SandWeb (Web-based VCS client) # @@ -24,5 +32,17 @@ # +=head1 + +part of the SandWeb::Repository::cvs package + +=cut + package SandWeb::Repository::cvs; + +=head1 + +uses SandWeb::Diff, SandWeb::Shell, SandWeb::Security + +=cut use SandWeb::Diff; |