stas 2004/02/09 15:00:41
Modified: todo features_new Log: PerlFooHandler -Bar is a NOOP when 'PerlOptions AutoLoad' is in effect, whereas it should prevent autloading. Revision Changes Path 1.3 +5 -0 modperl-2.0/todo/features_new Index: features_new =================================================================== RCS file: /home/cvs/modperl-2.0/todo/features_new,v retrieving revision 1.2 retrieving revision 1.3 diff -u -u -r1.2 -r1.3 --- features_new 18 Nov 2003 21:45:18 -0000 1.2 +++ features_new 9 Feb 2004 23:00:41 -0000 1.3 @@ -2,6 +2,11 @@ # New features in mp2 # ####################### +* PerlFooHandler -Bar is a NOOP when 'PerlOptions AutoLoad' is in + effect, whereas it should prevent autloading. + See: + modperl_handler_new in modperl_handler.c + modperl_hash_handlers in modperl_mgv.c * filters tie handle/perlio interface