On 12/14/2012 06:34 AM, Neil_Bowers via RT wrote:
Show quoted text> And RT seems to have a special case for CGI.pm: other modules that have set their distname to
> include ".pm" have the .pm dropped from the RT queue name. For example Net::ITE.
This is less a special case and more a historical accident. Previous
versions of CPAN::DistnameInfo parsed the distname as CGI.pm, so that's
what rt.cpan.org used. With version 0.09, however, CPAN::DistnameInfo
was patched to return CGI instead [1] and the automatic CPAN → RT
importer didn't know it any different from a new dist. I didn't realize
the CGI queue existed until recently, although clearly the maintainers
have (they added a note to the CGI queue).
In the near future when I'm supposed to get some more time to hack on
rt.cpan.org, the queues for CGI and CGI.pm will be merged into each
other. We'll use what CPAN::DistnameInfo returns as the dist, since
that's simplest, although I'll make sure bug-CGI.pm@rt.cpan.org will
still work. Are there objections with that plan from the maintainers?
Would you rather the CGI.pm queue stays canonical? (assuming
CPAN::DistnameInfo isn't changed)
[1]
https://metacpan.org/source/GBARR/CPAN-DistnameInfo-0.12/Changes