dougm 01/09/27 13:03:37 Modified: todo deprecated_features.txt missing_old_features.txt Log: update todos Revision Changes Path 1.3 +0 -6 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.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- deprecated_features.txt 2001/05/08 22:25:57 1.2 +++ deprecated_features.txt 2001/09/27 20:03:37 1.3 @@ -4,12 +4,6 @@ c) be a form that was nothing like 1.xx (e.g. Apache::Leek) d) split off into something standalone on cpan -- PerlSendHeader (implemented in 2.0 as "PerlOptions +ParseHeaders") - should have a compat wrapper - -- PerlTaintCheck, PerlWarn (implemented in 2.0 with PerlSwitches) - should have a compat wrapper - - MaxModPerlRequestsPerChild - $r->seqno, $r->sent_header, $r->cgi_env, $r->cgi_var, 1.7 +5 -3 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.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- missing_old_features.txt 2001/09/26 08:15:32 1.6 +++ missing_old_features.txt 2001/09/27 20:03:37 1.7 @@ -8,10 +8,12 @@ - Perl{Set,Add}Var -- PerlSetupEnv (currently on by default w/ SetHandler perl-script) - - PerlSetEnv, PerlPassEnv +- PerlSetupEnv (PerlOptions +SetupEnv) currently only happens within + the perl-script handler; needs to happen earlier. should only + default to On within the perl-script handler + - PerlModule, PerlRequire: missing support for .htaccess as 1.x does. - pod directives (=pod,=back,=cut) and __END__ @@ -24,7 +26,7 @@ - PerlFreshRestart -- cgi emulation, i.e. %ENV/END{}/@INC/exit() management +- cgi emulation, i.e. %ENV/END{}/exit() management - die 404;