dougm 01/10/08 10:37:51
Modified: todo possible_new_features.txt
Log:
add note about BEGIN,CHECK,INIT blocks
Revision Changes Path
1.11 +3 -0 modperl-2.0/todo/possible_new_features.txt
Index: possible_new_features.txt
===================================================================
RCS file: /home/cvs/modperl-2.0/todo/possible_new_features.txt,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- possible_new_features.txt 2001/09/28 17:30:14 1.10
+++ possible_new_features.txt 2001/10/08 17:37:51 1.11
@@ -48,6 +48,9 @@
- some mod_perlIO/PerlIO type methods for xs modules? (e.g. Apache::Peek)
+- possible to support BEGIN,CHECK,INIT blocks similar to how END is
+ supported via ModPerl::Global::special_list_{call,clear}
+
optimization features:
---------------------