From: Teemu A. <in...@us...> - 2006-01-17 22:57:40
|
Update of /cvsroot/openinteract/OpenInteract2/lib/OpenInteract2/Config In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv485/lib/OpenInteract2/Config Modified Files: Package.pm Log Message: Package.pm -> Config/Package.pm :) my bad. Index: Package.pm =================================================================== RCS file: /cvsroot/openinteract/OpenInteract2/lib/OpenInteract2/Config/Package.pm,v retrieving revision 1.24 retrieving revision 1.25 diff -C2 -d -r1.24 -r1.25 *** Package.pm 17 Mar 2005 14:58:00 -0000 1.24 --- Package.pm 17 Jan 2006 22:57:32 -0000 1.25 *************** *** 27,31 **** spops_file action_file message_file module sql_installer template_plugin ! observer config_watcher description ); my @OBJECT_FIELDS = qw( filename package_dir ); --- 27,31 ---- spops_file action_file message_file module sql_installer template_plugin ! observer observer_map config_watcher description ); my @OBJECT_FIELDS = qw( filename package_dir ); *************** *** 535,539 **** the plugin by the key, the value is used to instantiate the plugin. ! B<observers> (\%) Observers (commonly in the guise of filters) defined by this --- 535,539 ---- the plugin by the key, the value is used to instantiate the plugin. ! B<observer> (\%) Observers (commonly in the guise of filters) defined by this *************** *** 542,545 **** --- 542,550 ---- value defines the observer class. + B<observer_map> (\%) + + Key/value pairs defining observer's name as the key and observed + action's name as the value. + B<config_watcher> (\@) |