On Dec 24, 2007 12:30 AM, Michael G Schwern <[EMAIL PROTECTED]> wrote: > Thinking on this a little more, there is the issue of folks like me who share > a single CPAN configuration file across multiple Perl installations. I don't > know how common that is to have a stable and devel perl running off the same > CPAN config and if it's worth adding in a special case in the configuration > for "what do you want to do with development perls" to override the existing > config.
My inclination is to just put this logic into CPAN::Reporter. If it's a development version, it will ignore the settings for CC'ing the author. David