I try to install HTTP::Proxy on cygwin using the CPAN shell. The tests stop at one moment (see bellow). After looking at the sources I suspect the problem lies in the incompatible Windows fork function. Any ideas on solving that problem?

Details: HTTP::Proxy version 0.13. Test process output:

Running make test /usr/bin/perl.exe "-MExtUtils::Command::MM" "-e" "test_harness(0, 'bli +b/lib', 'blib/arch')" t/*.t t/00basic...........ok + t/01pod.............ok + 10/10 skipped: Test::Pod not available t/05new.............ok + t/10init............ok + t/15accessors.......ok + t/17fstack..........ok + t/20dummy...........# Failed test (t/20dummy.t at line 80) # Failed test (t/20dummy.t at line 82) # '500 Can't connect to PLWARLT1141.nestle.com:3602 +(connect: Operation now in progress) # ' # doesn't match '(?-xism:file1\.txt)' t/20dummy...........NOK 2# Failed test (t/20dummy.t at line 80) + # Failed test (t/20dummy.t at line 82) # '500 Can't connect to PLWARLT1141.nestle.com:3602 +(connect: Operation now in progress) # ' # doesn't match '(?-xism:directory\/file2\.txt)' t/20dummy...........NOK 4# Failed test (t/20dummy.t at line 80) + # Failed test (t/20dummy.t at line 82) # '500 Can't connect to PLWARLT1141.nestle.com:3602 +(connect: Operation now in progress) # ' # doesn't match '(?-xism:ooh\.cgi\?q\=query)' t/20dummy...........NOK 6
Here it stops utill I kill it.

System:

Cygwin Configuration Diagnostics Current System Time: Fri Dec 03 10:45:50 2004 Windows 2000 Professional Ver 5.0 Build 2195 Service Pack 3 ... 1114k 2004/11/10 C:\cygwin\bin\cygwin1.dll - os=4.0 img=1.0 sys=4.0 "cygwin1.dll" v0.0 ts=2004/11/10 14:34 Cygwin DLL version info: DLL version: 1.5.12 ... perl 5.8.5-3
I've found that it is similar to the bug: HTTP-Proxy-0.13 installaion stops at t\20dummy...... allready registered at rt.cpan.org.

2004-12-03 Janitored by Arunbear - replaced pre tags with code tags, as per Monastery guidelines


In reply to HTTP::Proxy and cygwin by zby

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.