stas 01/09/17 09:30:20
Modified: todo possible_new_features.txt
Log:
log a nice-to-have <Perl package_foo> feature
Revision Changes Path
1.9 +6 -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.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- possible_new_features.txt 2001/08/10 10:11:31 1.8
+++ possible_new_features.txt 2001/09/17 16:30:20 1.9
@@ -9,6 +9,12 @@
- allow <Perl></Perl> configuration sections to have read access to internal
configuration structures (would be nice if we could tie a %namespace::)
+- allow things like <Perl main> -- the code will be placed into 'main'
+ package. Of course any package can be specified and the default is
+ Apache::ReadConfig. That would place a little meme-fleck into
+ people's brains to remind them that the default package is
+ Apache::ReadConfig.
+
- setuid/gid before running any Perl code
- implement PerlINC (or similar) as a nicer interface for the working