From: Chris W. <la...@us...> - 2005-03-06 15:07:49
|
Update of /cvsroot/openinteract/OpenInteract2/lib/OpenInteract2/Manage/Website In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv23910/lib/OpenInteract2/Manage/Website Modified Files: CreateSecurity.pm Log Message: add our 'use' Index: CreateSecurity.pm =================================================================== RCS file: /cvsroot/openinteract/OpenInteract2/lib/OpenInteract2/Manage/Website/CreateSecurity.pm,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** CreateSecurity.pm 4 Mar 2005 02:50:01 -0000 1.5 --- CreateSecurity.pm 6 Mar 2005 15:07:29 -0000 1.6 *************** *** 8,11 **** --- 8,12 ---- use OpenInteract2::Constants qw( :log ); use OpenInteract2::Context qw( CTX ); + use OpenInteract2::CreateSecurity; use OpenInteract2::Exception qw( oi_error oi_param_error ); |