gozer 2004/09/09 11:43:45
Modified: src/docs/2.0/api/Apache Reload.pod
Log:
Note that Apache::Reload->unregister_module() only unregisters the module
from the current interpreter.
Revision Changes Path
1.12 +4 -0 modperl-docs/src/docs/2.0/api/Apache/Reload.pod
Index: Reload.pod
===================================================================
RCS file: /home/cvs/modperl-docs/src/docs/2.0/api/Apache/Reload.pod,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- Reload.pod 9 Sep 2004 18:29:34 -0000 1.11
+++ Reload.pod 9 Sep 2004 18:43:45 -0000 1.12
@@ -158,6 +158,10 @@
Apache::Reload->unregister_module('Some::Module');
+But be carefull, since unregistering a module in this way will only
+do so for the current interpreter. This feature should be used with
+care.
+
=head1 Performance Issues
This modules is perfectly suited for a development environment. Though
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]