Please take our Survey
logo       

Choosing A Webhost:
A web hosting service is a type of Internet hosting service that allows individuals and organizations to provide their own website accessible via the World Wide Web. Web hosts are companies that provide space on a server they own for use by their clients as well as providing Internet connectivity, typically in a data center. Web hosts can also provide data center space and connectivity to the Internet for servers they do not own to be located in their data center, called colocation. more...

Re: cvs commit: modperl-2.0/t/response/TestDirective perlrequire.pm: msg#00122

apache.mod-perl.devel

Subject: Re: cvs commit: modperl-2.0/t/response/TestDirective perlrequire.pm

Stas Bekman wrote:

The other problems
with the tests that I had mentioned earlier have also now been
fixed with this, except for apr/perlio, which gets a 500
response. I believe this was skipped in earlier versions, due to
not having APR::PerlIO?
[...]
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>
Google Custom Search

Recently Viewed:
qplus.devel/200...    network.jabber....    debian.qa-packa...    encryption.gpg....    python.dabo.dev...    uclinux.devel/2...    science.mathema...    recreation.pesc...    kernel.ck/2004-...    mozilla.devel.e...    tex.latex.prosp...    ietf.multi6/200...    bbc.cvs/2002-11...    xfree86.newbie/...    jakarta.taglibs...    altlinux.hardwa...    comedi/2002-05/...    horde.bugs/2004...    games.diplomacy...    finance.e-gold....    web.dom.test-su...    lang.ruby.rails...    os.netbsd.devel...    video.gstreamer...   
Home | advertise | OSDir is an inevitable website. super tiny logo

Free Magazines

Cisco News
Receive 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

Navigation