Skip Menu |

This queue is for tickets about the Pod-Perldoc CPAN distribution.

Report information
The Basics
Id: 116827
Status: patched
Priority: 0/
Queue: Pod-Perldoc

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

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



Subject: 02_module_pod_output.t fails tests 3 and 7 when put into core perl
I've just updated Pod-Perldoc to 3.27 in core perl, but had to exclude 02_module_pod_output.t because it fails two tests when run by "perl harness ..." from perl's t/ directory on Windows: not ok 3 - got expected output in STDOUT # Failed test 'got expected output in STDOUT' # at t/02_module_pod_output.t line 40. # undef # doesn't match '(?^:Look up Perl documentation)' not ok 7 - got expected output in STDERR # Failed test 'got expected output in STDERR' # at t/02_module_pod_output.t line 73. # ''perl' is not recognized as an internal or external command , # operable program or batch file. # ' # doesn't match '(?^:No documentation)' If I install perl and build Pod-Perldoc-3.27 separately then it passes all tests, so it's something to do with the different environment that is used for running tests in the core.
On Wed Aug 10 08:52:58 2016, SHAY wrote: Show quoted text
> It's something to do with the different environment that is used for running tests in the core.
I've been seeing the same failures on FreeBSD (based on CPANTS) so I'm going to have to dig into this. I suspect it has something to do with how the perl executable is being invoked to run the tests. Thanks for the ticket.
On Wed Aug 10 14:19:22 2016, mallen wrote: Show quoted text
> On Wed Aug 10 08:52:58 2016, SHAY wrote:
> > It's something to do with the different environment that is used for > > running tests in the core.
> > I've been seeing the same failures on FreeBSD (based on CPANTS) so I'm > going to have to dig into this. I suspect it has something to do with > how the perl executable is being invoked to run the tests. Thanks for > the ticket.
I have released 3.27_02 to CPAN which ought to address these failures. Please try it. Thank you.