stas 01/11/12 20:33:57
Modified: ModPerl-Registry TODO
Log:
- Loader is done
Revision Changes Path
1.5 +6 -2 modperl-2.0/ModPerl-Registry/TODO
Index: TODO
===================================================================
RCS file: /home/cvs/modperl-2.0/ModPerl-Registry/TODO,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- TODO 2001/10/22 08:33:48 1.4
+++ TODO 2001/11/13 04:33:57 1.5
@@ -1,3 +1,7 @@
+RegistryLoader:
+
+- chdir() needs to be adjusted when RegistryCooker implements it
+
RegistryCooker:
### bugs ###
@@ -13,8 +17,6 @@
- port Apache::PerlRunXS
-- implement RegistryLoader (per module or a single one?)
-
- implement slurp_filename and remove Apache::compat
- $r->chdir_file is not handled/implemented, see todo/api.txt unsafe!
@@ -40,6 +42,8 @@
- in namespace_from_filename() should test whether a file is a symlink
and if so use readlink() to get the real filename.
+
+- documentation
### optimizations ###