In perl.git, the branch blead has been updated

<http://perl5.git.perl.org/perl.git/commitdiff/e1466347d2d91d81b58b469c8fe703042244c9df?hp=515fe3bd5a6032b6cb95d6331b812add93160bfd>

- Log -----------------------------------------------------------------
commit e1466347d2d91d81b58b469c8fe703042244c9df
Author: Jim Cromie <[email protected]>
Date:   Sat Jun 27 13:16:38 2009 -0400

    add some BUGS items to Porting/Maintainers
-----------------------------------------------------------------------

Summary of changes:
 Porting/Maintainers.pl |   12 +++++++++++-
 1 files changed, 11 insertions(+), 1 deletions(-)

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 [email protected].  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'          => '[email protected]',
        },
 
     'Archive::Tar' =>
@@ -183,6 +190,7 @@ package Maintainers;
        'FILES'         => q[lib/Archive/Tar.pm lib/Archive/Tar],
        'CPAN'          => 1,
        'UPSTREAM'      => 'cpan',
+       'BUGS'          => '[email protected]',
        },
 
     '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'          => '[email protected]',
        },
 
     'CPANPLUS::Dist::Build' =>

--
Perl5 Master Repository

Reply via email to