NOTE: use Perl; is on undef hiatus. You can read content, but you can't post it. More info will be forthcoming forthcomingly.
All the Perl that's Practical to Extract and Report
Stories, comments, journals, and other submissions on use Perl; are Copyright 1998-2006, their respective owners.
phone_home on a mail module? (Score:1)
Normally, I'm totally opposed to a "phone_home" attempt hidden in a module, but this is for sendmail and it's in a test file.
Moreover, the author has this disclaimer:
So this one doesn't bother me so much, as it seems well-intended as part of a test instead of being something for tracking purposes.
There's probably a clever ways to test without actually needing to send a message (e.g. mocking the system call to sendmail) or some better prompting ("Do you want to send a test message? Message address (default is author)?"). Maybe sending a patch for the test file would be accepted by the author.
Reply to This
Re: (Score:2)
The disclaimer doesn't matter much when you're running cpanplus and you see it scroll past and there's nothing you can do about it. Also, I'm sure there are plenty of folks who can think of reasons why they don't want email automatically sent, whether they saw a warning message flash by or not.
And yes,someone (possibly me since I'm grumbling) should offer a patch. At the very least, something which prompts the person "do you really want to send an email?"
Re: (Score:1)
Re: (Score:1)
Not really too naughty , well compared to the CPAN module that (used to?) downloads some perl code from the authors website and eval it.