From: Jim Cromie Date: Sat, 27 Jun 2009 17:16:38 +0000 (-0400) Subject: add some BUGS items to Porting/Maintainers X-Git-Tag: accepted/trunk/20130322.191538~11221 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=e1466347d2d91d81b58b469c8fe703042244c9df;p=platform%2Fupstream%2Fperl.git add some BUGS items to Porting/Maintainers --- diff --git a/Porting/Maintainers.pl b/Porting/Maintainers.pl index a499904..ff414f2 100755 --- a/Porting/Maintainers.pl +++ b/Porting/Maintainers.pl @@ -130,6 +130,12 @@ package Maintainers; # that blead can be patched freely if it is in sync with the # latest release on CPAN. +# BUGS is an email or url to post bug reports. For modules with +# UPSTREAM => 'blead', use perl5-porters@perl.org. rt.cpan.org +# appears to automatically provide a URL for CPAN modules; any value +# given here overrides the default: +# http://rt.cpan.org/Public/Dist/Display.html?Name=$ModuleName + # DISTRIBUTION names the tarball on CPAN which (allegedly) the files # included in core are derived from. Note that the file's version may not # necessarily match the newest version on CPAN. @@ -174,6 +180,7 @@ package Maintainers; 'FILES' => q[lib/Archive/Extract.pm lib/Archive/Extract], 'CPAN' => 1, 'UPSTREAM' => 'cpan', + 'BUGS' => 'bug-archive-extract@rt.cpan.org', }, 'Archive::Tar' => @@ -183,6 +190,7 @@ package Maintainers; 'FILES' => q[lib/Archive/Tar.pm lib/Archive/Tar], 'CPAN' => 1, 'UPSTREAM' => 'cpan', + 'BUGS' => 'bug-archive-tar@rt.cpan.org', }, 'Attribute::Handlers' => @@ -231,7 +239,7 @@ package Maintainers; 'MAINTAINER' => 'smccam', 'FILES' => q[ext/B/B/Concise.pm ext/B/t/concise.t], 'CPAN' => 0, - 'UPSTREAM' => undef, + 'UPSTREAM' => 'blead', }, 'B::Debug' => @@ -245,6 +253,7 @@ package Maintainers; }, 'CPAN' => 1, 'UPSTREAM' => undef, + 'UPSTREAM' => 'blead', }, 'B::Deparse' => @@ -471,6 +480,7 @@ package Maintainers; ], 'CPAN' => 1, 'UPSTREAM' => 'cpan', + 'BUGS' => 'bug-cpanplus@rt.cpan.org', }, 'CPANPLUS::Dist::Build' =>