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.
Useful addition... (Score:2)
Re:Useful addition... (Score:1)
This is already supported by Test::Reporter and therefore CPAN::Reporter, as well. By default, CPAN::Reporter will prompt to CC the module author, but defaults to no.
To enable it automatically without prompting each time, set the "cc_author" option in your CPAN::Reporter config file:
Reply to This
Parent
Re: (Score:2)
Though I'd like to see it settable (and enforced) in the WriteMakefile() params, as only the module author knows if he should be CC'd or not. The person installing the module wouldn't have a clue what the right thing to do is.
Re: (Score:1)
That's more likely the sort of thing that should go into META.yml, though I can't ever see it being "enforceable".