|
|
Choosing A Webhost: |
Re: cvs commit: modperl-2.0/t/response/TestDirective perlrequire.pm: msg#00122apache.mod-perl.devel
Stas Bekman wrote: [...]The other problems The module is always available, though it won't boot if perlio_layers aren't available. So I though that this will work: ah, no, scratch that. This module is confusing... it provides special functionality when perl is built w/ perlio layers. However it provides another important C-level functionality which doesn't require perlio layers (an example of use is in Apache::Subprocess). The attached patch should probably skip OK on win32. Randy, when you will get a chance can you please check why we special-case win32? it has to work on win32 too. See xs/APR/PerlIO/apr_perlio.c. Thanks! Index: t/response/TestAPR/perlio.pm =================================================================== RCS file: /home/cvs/modperl-2.0/t/response/TestAPR/perlio.pm,v retrieving revision 1.17 diff -u -r1.17 perlio.pm --- t/response/TestAPR/perlio.pm 8 Apr 2003 02:05:34 -0000 1.17 +++ t/response/TestAPR/perlio.pm 16 Apr 2003 05:21:25 -0000 @@ -23,11 +23,15 @@ $tests += $lfs_tests unless LARGE_FILES_CONFLICT; - eval { require APR::PerlIO }; + # 1) APR::PerlIO is not available on all platforms + # 2) on those platforms where available, + # PerlIO-enabled perl is needed to run this test + my $run = eval { require APR::PerlIO } && + APR::PerlIO::PERLIO_LAYERS_ARE_ENABLED() + ? 1 + : have { "This Perl build doesn't support PerlIO layers" => 0 }; - plan $r, tests => $tests, have { - "This Perl build doesn't support PerlIO layers" => - APR::PerlIO::PERLIO_LAYERS_ARE_ENABLED() }; + plan $r, tests => $tests, $run; my $vars = Apache::Test::config()->{vars}; my $dir = catfile $vars->{documentroot}, "perlio"; __________________________________________________________________ Stas Bekman JAm_pH ------> Just Another mod_perl Hacker http://stason.org/ mod_perl Guide ---> http://perl.apache.org mailto:stas@xxxxxxxxxx http://use.perl.org http://apacheweek.com http://modperlbook.org http://apache.org http://ticketmaster.com
|
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| Previous by Date: | Re: cvs commit: modperl-2.0/t/response/TestDirective perlrequire.pm, Stas Bekman |
|---|---|
| Next by Date: | Re: cvs commit: modperl-2.0/t/response/TestDirective perlrequire.pm, Randy Kobes |
| Previous by Thread: | Re: cvs commit: modperl-2.0/t/response/TestDirective perlrequire.pm, Stas Bekman |
| Next by Thread: | Re: cvs commit: modperl-2.0/t/response/TestDirective perlrequire.pm, Randy Kobes |
| Indexes: | [Date] [Thread] [Top] [All Lists] |
Free MagazinesCisco NewsReceive a free quarterly e-newsletter with exclusive articles on how Cisco IT uses its own products and solutions to enable the business. subscribe Systems Management News, the newspaper for IT systems administration and data center managers! Each issue of Systems Management News is chock-full of news and analysis to help you understand what's happening in your field. subscribe The Enterprise Newsweekly eWeek is the essential technology information source for builders of e-business. subscribe Oracle Magazine Oracle Magazine contains technology strategy articles, sample code, tips, Oracle and partner news, how to articles for developers and DBAs, and more. Oracle (NASDAQ: ORCL) is the world's largest enterprise software company. subscribe Total Telecom Total Telecom is "The Economist of the communications industry". subscribe |