Author: stas Date: Mon Dec 13 06:55:36 2004 New Revision: 111716 URL: http://svn.apache.org/viewcvs?view=rev&rev=111716 Log: fix the comments
Modified: perl/modperl/trunk/t/response/TestPerl/ithreads.pm Modified: perl/modperl/trunk/t/response/TestPerl/ithreads.pm Url: http://svn.apache.org/viewcvs/perl/modperl/trunk/t/response/TestPerl/ithreads.pm?view=diff&rev=111716&p1=perl/modperl/trunk/t/response/TestPerl/ithreads.pm&r1=111715&p2=perl/modperl/trunk/t/response/TestPerl/ithreads.pm&r2=111716 ============================================================================== --- perl/modperl/trunk/t/response/TestPerl/ithreads.pm (original) +++ perl/modperl/trunk/t/response/TestPerl/ithreads.pm Mon Dec 13 06:55:36 2004 @@ -12,7 +12,7 @@ # XXX: at this moment ithreads can be used only with 5.8.1. However # once ithreads will be available on CPAN, we will need to change the # check for perl 5.8.0 and this certain version of ithreads (here and -# in t/conf/modperl_extra.pl +# in t/conf/post_config_startup.pl sub handler { my $r = shift; @@ -22,7 +22,7 @@ {"perl >= 5.8.1 is required (this is $])" => ($] >= 5.008001)}; # threads must have been preloaded at the server startup for this - # test (this is done at t/conf/modperl_extra.pl) + # test (this is done at t/conf/post_config_startup.pl) require threads; threads->import();