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.
Best way to do it? (Score:2)
Reply to This
Re: (Score:1)
On the other hand, tracking users is probably as futile as web hit counters.
Re: (Score:2)
Re: (Score:1)
Re: (Score:2)
Re: (Score:2)
I'd feel a lot more comfortable with that, but there's a better way. If you're using ExtUtil::MakeMaker (and I believe Module::Build offers the same functionality), then you can force a default if not running interactively. From the docs [cpan.org]:
Re: (Score:2)
Re: (Score:1)
http://ali.as/devel/phonehome.html [ali.as]
Whenever anyone asks about CPAN statistics or phone home implmentations, I point them at that.
Although I have to say adding the idea of UDP is interesting and probably would add some value to it.
Re: (Score:1)
Adam, I like the idea. I think it is well thought out and deserves to be pushed. My only suggestion, as a tip o' the hat to the FOAD crowd is that it the setting should default to 'never', not 'ask'.
The question can be asked the next time the config process is run, but defaulting to 'ask' is wrong, since you're now adding a new hoop to jump through by default, where none existed before.