This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Use files_to_modules() and a CPAN mirror to map modules to bug tracker URLs.
authorNicholas Clark <nick@ccl4.org>
Thu, 23 Apr 2009 20:35:26 +0000 (21:35 +0100)
committerNicholas Clark <nick@ccl4.org>
Thu, 23 Apr 2009 20:35:26 +0000 (21:35 +0100)
commitfb237dfd6e6270728b5c90da2e49591f90f67073
tree2c8d650ccdd63284ae05192648fb9097cdea588a
parente1ae7bac59dc665dbcf504f414286127af684b23
Use files_to_modules() and a CPAN mirror to map modules to bug tracker URLs.

Output two hashes, ready for inclusion in Module::CoreList. %upstream maps
module names to the UPSTREAM status in Porting/Maintainers.pl. %bug_tracker
maps module names to the URL of the bug tracker, or undef if explict bug
tracker is not known for a module known to be dual life.
Porting/corelist.pl