Skip Menu |

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

Report information
The Basics
Id: 74893
Status: resolved
Priority: 0/
Queue: Pod-Perldoc

People
Owner: Nobody in particular
Requestors: davem [...] iabyn.com
Cc:
AdminCc:

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



Subject: load.t should use note(), not diag()
Date: Sun, 12 Feb 2012 12:21:16 +0000
To: bug-Pod-Perldoc [...] rt.cpan.org
From: Dave Mitchell <davem [...] iabyn.com>
in Pod-Perldoc-3.15_15, and also in bleadperl, the test file t/load.t outputs some informative massages using diag(). This is output to stderr rather than stdout, and so isn't intercepted (and ignored) by the test harness; and thus makes the output of perl's test suite noisy. diag() should be replaced with note(), which goes to stdout. -- Lady Nancy Astor: If you were my husband, I would flavour your coffee with poison. Churchill: Madam - if I were your husband, I would drink it.
On Sun Feb 12 07:21:29 2012, davem@iabyn.com wrote: Show quoted text
> in Pod-Perldoc-3.15_15, and also in bleadperl, the test file t/load.t > outputs some informative massages using diag(). This is output to stderr > rather than stdout, and so isn't intercepted (and ignored) by the test > harness; and thus makes the output of perl's test suite noisy. > diag() should be replaced with note(), which goes to stdout. >
This is fixed in the next release. Thanks for the bug report.