in reply to Sending module output to STDOUT in test
print STDERR "You can see this in prove\n"; [download]
Or, don't run your test through prove, but run it directly.
t/01-basic.t [download]
Standard output is not captured in this case.