stas 2003/01/01 15:13:29 Modified: . STATUS t/response/TestDirective perlloadmodule5.pm Log: use some other standard module, rather than CGI.pm, since the latter has a problem unless users have the latest version Revision Changes Path 1.29 +1 -3 modperl-2.0/STATUS Index: STATUS =================================================================== RCS file: /home/cvs/modperl-2.0/STATUS,v retrieving revision 1.28 retrieving revision 1.29 diff -u -r1.28 -r1.29 --- STATUS 1 Jan 2003 18:43:51 -0000 1.28 +++ STATUS 1 Jan 2003 23:13:28 -0000 1.29 @@ -24,8 +24,6 @@ Release Showstoppers: --------------------- - * current cvs does not work with vanilla 5.6.1 or 5.8.0 (CGI.pm version issue) - * Makefile.PL process ugly "unknown typemap" warnings must go away Available Patches: 1.3 +1 -1 modperl-2.0/t/response/TestDirective/perlloadmodule5.pm Index: perlloadmodule5.pm =================================================================== RCS file: /home/cvs/modperl-2.0/t/response/TestDirective/perlloadmodule5.pm,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- perlloadmodule5.pm 13 Dec 2002 10:08:09 -0000 1.2 +++ perlloadmodule5.pm 1 Jan 2003 23:13:29 -0000 1.3 @@ -83,7 +83,7 @@ </Base> <VirtualHost TestDirective::perlloadmodule5> # here mod_perl sets the scfg by itself for this vhost - PerlModule CGI + PerlModule File::Spec MyTest5 "Vhost" <Location /TestDirective::perlloadmodule5> MyTest5 "Dir"