Skip Menu |

This queue is for tickets about the Mail-VRFY CPAN distribution.

Report information
The Basics
Id: 67148
Status: resolved
Priority: 0/
Queue: Mail-VRFY

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

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



Subject: 'from' option writes to STDERR
Code says: if(exists($arg{from})){ print STDERR "using specified envelope sender address: $arg{from}\n"; } surely should be: if(exists($arg{from})){ print STDERR "using specified envelope sender address: $arg{from}\n" if ($arg{debug} == 1); } to avoid STDERR spam?
Thanks, changes in 1.01