From: Rob H. <for...@us...> - 2002-10-17 07:01:37
|
Update of /cvsroot/sandweb/sandweb/lib/SandWeb/Repository In directory usw-pr-cvs1:/tmp/cvs-serv14340/lib/SandWeb/Repository Modified Files: cvs.pm Log Message: typo - should be "SandWeb::Security", not "SandWeb::Secure" :) Index: cvs.pm =================================================================== RCS file: /cvsroot/sandweb/sandweb/lib/SandWeb/Repository/cvs.pm,v retrieving revision 1.32 retrieving revision 1.33 diff -U2 -r1.32 -r1.33 --- cvs.pm 26 Aug 2002 06:59:47 -0000 1.32 +++ cvs.pm 17 Oct 2002 07:01:32 -0000 1.33 @@ -567,5 +567,5 @@ # Security check - my $secure = SandWeb::Secure->new(); + my $secure = SandWeb::Security->new(); my $name = $secure->shell( |