Skip Menu |

This queue is for tickets about the Devel-FindPerl CPAN distribution.

Report information
The Basics
Id: 97370
Status: new
Priority: 0/
Queue: Devel-FindPerl

People
Owner: Nobody in particular
Requestors: NGLENN [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



Subject: fails with portable Strawberry Perl
I tried installing on 5.18 and 5.16 portable versions, and both failed with this error: C:\dev\strawberry-perl-5.18.2.2-64bit-portable\perl\bin\perl.exe "-MExtUtils::Co mmand::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness( 0, 'blib\lib', 'blib\arch')" t/*.t t/00-compile.t ............ ok t/10-basics.t ............. ok open2: IO::Pipe: Can't spawn-NOWAIT: Inappropriate I/O control operation at C:\d ev\strawberry-perl-5.18.2.2-64bit-portable\cpan\build\Devel-FindPerl-0.012-iMqHB e\blib\lib/Devel/FindPerl.pm line 118. t/11-tainted.t ............ Dubious, test returned 9 (wstat 2304, 0x900) No subtests run I noticed one other reporter had the same problem, also on portable Strawberry.
It seems that 11-taint.t is known to fail on portable Perls, and there are skip_all statements to prevent it from running on them. However, userelocatableinc is not set on Strawberry Perl, so some other method must be used.