Skip Menu |

This queue is for tickets about the IPC-Open3-Utils CPAN distribution.

Report information
The Basics
Id: 109614
Status: resolved
Priority: 0/
Queue: IPC-Open3-Utils

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

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



CC: ANDK [...] cpan.org
Subject: Test fails with perl 5.23.5
t/01.execfail.t fails with perl 5.23.5. Maybe this is a regression in perl itself (@ANDK: a bisect candidate): # Failed test 'non executable file child_error ARG as string gets $? set' # at t/01.execfail.t line 42. # Failed test 'non existant file child_error ARG as string gets $? set' # at t/01.execfail.t line 42. # Failed test 'possible PATH or shell cmd child_error ARG as string gets $? set' # at t/01.execfail.t line 42. # Looks like you failed 3 tests of 21. t/01.execfail.t ................. Dubious, test returned 3 (wstat 768, 0x300) Failed 3/21 subtests
RT-Send-CC: ilmari [...] ilmari.org
Subject: Re: [rt.cpan.org #109614] Test fails with perl 5.23.5
Date: Wed, 25 Nov 2015 10:24:39 +0000
To: bug-IPC-Open3-Utils [...] rt.cpan.org
From: ilmari [...] ilmari.org (Dagfinn Ilmari Mannsåker)
"Andreas Koenig via RT" <bug-IPC-Open3-Utils@rt.cpan.org> writes: Show quoted text
The modules checks $@ =~ m{open3: exec of .* failed at}, which this change broke. Replacing " at" with "\b" will make it work on both old and new versions of IPC::Open3. -- "I use RMS as a guide in the same way that a boat captain would use a lighthouse. It's good to know where it is, but you generally don't want to find yourself in the same spot." - Tollef Fog Heen
Show quoted text
> The modules checks $@ =~ m{open3: exec of .* failed at}, which this > change broke. Replacing " at" with "\b" will make it work on both old > and new versions of IPC::Open3.
Thanks! Will address ASAP, this week is impossible unfortunately.
Fixed in v0.92 just uploaded to CPAN, thanks!