Update of /cvsroot/openinteract/OpenInteract2/doc/Manual
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv10472/doc/Manual
Modified Files:
Changes.pod
Log Message:
modify OI2::Config::Readonly to be more usable (object instead of class methods); modify all usages, tests, etc.
Index: Changes.pod
===================================================================
RCS file: /cvsroot/openinteract/OpenInteract2/doc/Manual/Changes.pod,v
retrieving revision 1.58
retrieving revision 1.59
diff -C2 -d -r1.58 -r1.59
*** Changes.pod 5 Dec 2004 08:57:22 -0000 1.58
--- Changes.pod 5 Dec 2004 18:50:10 -0000 1.59
***************
*** 398,401 ****
--- 398,413 ----
=back
+ L<OpenInteract2::Config::Readonly>
+
+ =over 4
+
+ =item *
+
+ Modify to be used as object rather than series of class methods. Old
+ methods are still supported but are deprected, and any usage will
+ issue a 'warn' telling you what to change and where.
+
+ =back
+
L<OpenInteract2::Context>
|