I am trying to install SOAP::WSDL using CSPAN from Cygwin and getting the following error:
cpan> install SOAP::WSDL Running install for module SOAP::WSDL Running make for M/MK/MKUTTER/SOAP-WSDL-1.26.tar.gz Is already unwrapped into directory /cygdrive/u/.cpan/build/SOAP-WSD +L-1.26 Has already been processed within this session Running make test /usr/bin/perl5.8.8.exe Build --makefile_env_macros 1 test t/1_performance.......ok 6/11File caching is enabled, but you do not h +ave the Ca che::FileCache module. Disabling Filesystem caching. at /cygdrive/u/.c +pan/build/ SOAP-WSDL-1.26/blib/lib/SOAP/WSDL.pm line 539. t/1_performance.......ok t/2_helloworld.NET....ok 1/5# Failed test 3 in t/2_helloworld.NET.t at + line 50 # t/2_helloworld.NET.t line 50 is: ok 0; Service description 'file:////cygdrive/u/.cpan/build/SOAP-WSDL-1.26/t/ +acceptance /test.wsdl.xml' can't be loaded: 404 File `//cygdrive/u/.cpan/build/SO +AP-WSDL-1. 26/t/acceptance/test.wsdl.xml' does not exist Can't call method "find" without a package or object reference at /cygdrive/u/.cpan/build/SOAP-WSDL-1.26/blib/lib/SOAP/WSDL.pm line 178 +(#1) t/2_helloworld.NET....NOK 3/5 (F) You used the syntax of a method c +all, but t he slot filled by the object reference or package name contains an expression that retur +ns a defined value which is neither an object reference nor a package n +ame. Something like this will reproduce the error: $BADREF = 42; process $BADREF 1,2,3; $BADREF->process(1,2,3); Uncaught exception from user code: Can't call method "find" without a package or object reference + at /cygdr ive/u/.cpan/build/SOAP-WSDL-1.26/blib/lib/SOAP/WSDL.pm line 178. at /cygdrive/u/.cpan/build/SOAP-WSDL-1.26/blib/lib/SOAP/WSDL.pm line +178 SOAP::WSDL::_wsdl_init_port('SOAP::WSDL=HASH(0x106ff8bc)', 'Se +rvice1Soap ') called at /cygdrive/u/.cpan/build/SOAP-WSDL-1.26/blib/lib/SOAP/WSDL +.pm line 4 53 SOAP::WSDL::portname('SOAP::WSDL=HASH(0x106ff8bc)', 'Service1S +oap') call ed at t/2_helloworld.NET.t line 56 t/2_helloworld.NET....dubious Test returned status 2 (wstat 512, 0x200) DIED. FAILED tests 3-5 Failed 3/5 tests, 40.00% okay t/3_various...........ok t/4_auto_set_port.....ok 1/6 # Failed test 'wsdlinit - Service description 'file:////cygdrive/u/. +cpan/build /SOAP-WSDL-1.26/t/acceptance/test.wsdl.xml' can't be loaded: 404 File +`//cygdriv e/u/.cpan/build/SOAP-WSDL-1.26/t/acceptance/test.wsdl.xml' does not ex +ist + # ' # at t/4_auto_set_port.t line 47. Service description 'file:////cygdrive/u/.cpan/build/SOAP-WSDL-1.26/t/ +acceptance /test.wsdl.xml' can't be loaded: 404 File `//cygdrive/u/.cpan/build/SO +AP-WSDL-1. 26/t/acceptance/test.wsdl.xml' does not exist # Looks like you planned 6 tests but only ran 3. # Looks like you failed 1 test of 3 run. # Looks like your test died just after 3. t/4_auto_set_port.....dubious Test returned status 255 (wstat 65280, 0xff00) DIED. FAILED tests 3-6 Failed 4/6 tests, 33.33% okay t/5_same_transport....ok t/97_pod..............ok t/98_pod_coverage.....ok Failed Test Stat Wstat Total Fail List of Failed ---------------------------------------------------------------------- +--------- t/2_helloworld.NET.t 2 512 5 5 3-5 t/4_auto_set_port.t 255 65280 6 7 3-6 Failed 2/7 test scripts. 7/34 subtests failed. Files=7, Tests=34, 33 wallclock secs ( 3.83 cusr + 3.87 csys = 7.70 +CPU) Failed 2/7 test programs. 7/34 subtests failed. make: *** [test] Error 255 /usr/bin/make test -- NOT OK Running make install make test had returned bad status, won't install without force
Any help would be greatly appreciated.

In reply to SOAP::WSDL Installation by Khurrum

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.