perlbug: always allow change of sender address
authorDavid Mitchell <davem@iabyn.com>
Mon, 7 Jun 2010 23:08:19 +0000 (00:08 +0100)
committerDavid Mitchell <davem@iabyn.com>
Mon, 7 Jun 2010 23:08:19 +0000 (00:08 +0100)
commite6eb90205a8cd8f42cd4d1226ea369f3ff1a14ae
tree0c752cfafc9a4262b34073f7629105b594947d38
parent4ea8010ab3e95796683d1a69375c8df8c4bea3fb
perlbug: always allow change of sender address

The code that guessed a default sender address would under some
circumstances not display this guess to the user with the option to change
it. Specifically, if $Config{cf_me} eq {login id of the user running
perlbug}.

In my case, cf_email got set at build time (Configure default) of
'davem@pigeon.(none)', which was then silently used. Not good!
utils/perlbug.PL