Skip Menu |

Preferred bug tracker

Please visit the preferred bug tracker to report your issue.

This queue is for tickets about the Test-Simple CPAN distribution.

Report information
The Basics
Id: 8392
Status: resolved
Priority: 0/
Queue: Test-Simple

People
Owner: Nobody in particular
Requestors: crazyinsomniac [...] yahoo.com
merlyn [...] stonehenge.com
schwern [...] pobox.com
Cc:
AdminCc:

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



Subject: diag mishandles multiple arguments that don't end in newline
diag(qw(one two)) prints "# one# two" to stderr, missing extra newline.
Subject: diag mishandles multiple arguments
diag @list misbehaves. It should act as close to print @list as possible and simply merge the arguments together. $\ and $, will not be honored.