Update of /cvsroot/openinteract/OpenInteract2/lib/OpenInteract2/Manage
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv10472/lib/OpenInteract2/Manage
Modified Files:
Website.pm
Log Message:
modify OI2::Config::Readonly to be more usable (object instead of class methods); modify all usages, tests, etc.
Index: Website.pm
===================================================================
RCS file: /cvsroot/openinteract/OpenInteract2/lib/OpenInteract2/Manage/Website.pm,v
retrieving revision 1.20
retrieving revision 1.21
diff -C2 -d -r1.20 -r1.21
*** Website.pm 13 Jun 2004 18:19:54 -0000 1.20
--- Website.pm 5 Dec 2004 18:50:11 -0000 1.21
***************
*** 6,10 ****
use base qw( OpenInteract2::Manage );
use File::Spec::Functions qw( catdir catfile );
- use OpenInteract2::Config::Readonly;
use OpenInteract2::Exception qw( oi_error );
use OpenInteract2::Package qw( DISTRIBUTION_EXTENSION );
--- 6,9 ----
|