stas 2004/07/23 16:55:27
Modified: t/response/TestAPI module.pm Log: no tabs please Revision Changes Path 1.14 +1 -1 modperl-2.0/t/response/TestAPI/module.pm Index: module.pm =================================================================== RCS file: /home/cvs/modperl-2.0/t/response/TestAPI/module.pm,v retrieving revision 1.13 retrieving revision 1.14 diff -u -u -r1.13 -r1.14 --- module.pm 23 Jul 2004 23:24:56 -0000 1.13 +++ module.pm 23 Jul 2004 23:55:26 -0000 1.14 @@ -87,7 +87,7 @@ #.so { my $build = Apache::BuildConfig->new; - my $expect = $build->should_build_apache ? 0 : 1; + my $expect = $build->should_build_apache ? 0 : 1; ok t_cmp(Apache::Module::loaded('mod_perl.so'), $expect, "Apache::Module::loaded('mod_perl.so')"); }