gozer 2003/03/03 19:35:05
Modified: t/conf extra.last.conf.in Log: small typo s/,/;/ Revision Changes Path 1.5 +1 -1 modperl-2.0/t/conf/extra.last.conf.in Index: extra.last.conf.in =================================================================== RCS file: /home/cvs/modperl-2.0/t/conf/extra.last.conf.in,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- extra.last.conf.in 13 Dec 2002 10:06:55 -0000 1.4 +++ extra.last.conf.in 4 Mar 2003 03:35:05 -0000 1.5 @@ -3,7 +3,7 @@ ### --------------------------------- ### <Perl > -push @Alias, ['/perl_sections', '@DocumentRoot@'], +push @Alias, ['/perl_sections', '@DocumentRoot@']; $Location{'/perl_sections'} = { 'PerlInitHandler' => 'ModPerl::Test::add_config', 'AuthType' => 'Basic',