stas 01/11/12 22:52:27
Modified: todo deprecated_features.txt missing_old_features.txt
Log:
correct names/paths
Revision Changes Path
1.4 +1 -1 modperl-2.0/todo/deprecated_features.txt
Index: deprecated_features.txt
===================================================================
RCS file: /home/cvs/modperl-2.0/todo/deprecated_features.txt,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- deprecated_features.txt 2001/09/27 20:03:37 1.3
+++ deprecated_features.txt 2001/11/13 06:52:27 1.4
@@ -1,7 +1,7 @@
these features with either:
a) never be in 2.0
b) only be in #ifdef MP_DEPRECATED
-c) be a form that was nothing like 1.xx (e.g. Apache::Leek)
+c) be a form that was nothing like 1.xx (e.g. Apache::Leak)
d) split off into something standalone on cpan
- MaxModPerlRequestsPerChild
1.14 +2 -2 modperl-2.0/todo/missing_old_features.txt
Index: missing_old_features.txt
===================================================================
RCS file: /home/cvs/modperl-2.0/todo/missing_old_features.txt,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- missing_old_features.txt 2001/11/13 04:37:55 1.13
+++ missing_old_features.txt 2001/11/13 06:52:27 1.14
@@ -8,7 +8,7 @@
- PerlSetEnv, PerlPassEnv
-- PerlModule, PerlRequire, Perl{Set,Add}Var in .htacess is missing
+- PerlModule, PerlRequire, Perl{Set,Add}Var in .htaccess is missing
- pod directives (=pod,=back,=cut) and __END__
@@ -42,7 +42,7 @@
- Apache::File, Apache::Util
-- see also: xs/maps/apache_function.map
+- see also: xs/maps/apache_functions.map
addon modules:
-------------