dougm 2002/10/06 22:04:13
Modified:lib/Apache compat.pm
Log:
Submitted by: gozer
Reviewed by: dougm
prefer Apache->request to Apache->server in httpd_conf method
Revision ChangesPath
1.68 +2 -1 modperl-2.0/lib/Apache/compat.pm
Index: compat.pm
===
dougm 2002/10/06 22:01:44
Modified:lib/Apache PerlSection.pm
Removed: lib/ModPerl Symdump.pm
Log:
Submitted by: gozer
Reviewed by: dougm
remove need for ModPerl::Symdump (copy of Devel::Symdump)
Revision ChangesPath
1.2 +34 -14modperl-2.0/lib/Apach
dougm 2002/10/06 19:44:30
Modified:.Changes STATUS
lib/Apache compat.pm
t/response/TestCompat apache.pm
Log:
Submitted by: gozer
Reviewed by: dougm
add Apache->httpd_conf compat method
Revision ChangesPath
1.52 +3 -0
dougm 2002/10/06 19:35:18
Modified:.Changes STATUS
lib/ModPerl TestRun.pm
src/modules/perl mod_perl.c modperl_cmd.c modperl_cmd.h
t/conf modperl_extra.pl
t/directive .cvsignore
todo possible_new_f
dougm 2002/10/06 19:28:57
Added: lib/ModPerl Symdump.pm
Log:
add a copy of Devel::Symdump renamed to ModPerl::Symdump.
Devel::Symdump does not ship with perl, but this functionality is
required at the moment for the default handler
(Apache::PerlSection)
Revision Cha
dougm 2002/10/06 19:05:43
Modified:.Changes
lib/ModPerl TestRun.pm
src/modules/perl mod_perl.c modperl_cmd.c
Log:
rename overloaded LoadModule directive to PerlLoadModule
Revision ChangesPath
1.50 +2 -0 modperl-2.0/Change