cvs commit: modperl-2.0/src/modules/perl mod_perl.c

2002-01-17 Thread stas
stas02/01/17 22:50:10 Modified:src/modules/perl mod_perl.c Log: - modperl_startup() already handles PerlModule/Require directives, so handle these separately inly if modperl_startup() wasn't called. which is the case for vhosts which inherit the perl interpretor from the

cvs commit: modperl-2.0/t/response/TestDirective perlmodule.pm

2002-01-17 Thread stas
stas02/01/17 22:52:01 Added: t/directive perlmodule.t t/response/TestDirective perlmodule.pm Log: - add a test to test handling of PerlModule/Require directives for vhosts which inherit the interpretor from the parent. this time use the PerlModule directive

cvs commit: modperl-2.0/t/response/TestDirective perlmodule.pm perlrequire.pm

2002-01-17 Thread stas
stas02/01/17 22:57:32 Modified:t/response/TestDirective perlmodule.pm perlrequire.pm Log: - wrap long lines ( 80) Revision ChangesPath 1.2 +2 -1 modperl-2.0/t/response/TestDirective/perlmodule.pm Index: perlmodule.pm