In perl.git, the branch blead has been updated

<http://perl5.git.perl.org/perl.git/commitdiff/12d6a7d6cabd18c827a65b0b5a7c6d859bb491de?hp=2e84be61fa7eefd83460cbe9147cdd734e6da947>

- Log -----------------------------------------------------------------
commit 12d6a7d6cabd18c827a65b0b5a7c6d859bb491de
Author: Jesse Vincent <[email protected]>
Date:   Mon Oct 19 17:04:50 2009 -0400

    Maintainers.pl updates to better match reality

M       Porting/Maintainers.pl

commit d4d0ea5f6e34d4afd7a905507af1d5808ee71258
Author: Jesse Vincent <[email protected]>
Date:   Mon Oct 19 16:17:28 2009 -0400

    piconv.t from Encode isn't excluded. Fix Maintainers.pl

M       Porting/Maintainers.pl
-----------------------------------------------------------------------

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

diff --git a/Porting/Maintainers.pl b/Porting/Maintainers.pl
index 9f6f4ee..b07fa5c 100755
--- a/Porting/Maintainers.pl
+++ b/Porting/Maintainers.pl
@@ -514,7 +514,6 @@ use File::Glob qw(:case);
        'MAINTAINER'    => 'dankogai',
        'DISTRIBUTION'  => 'DANKOGAI/Encode-2.37.tar.gz',
        'FILES'         => q[cpan/Encode],
-       'EXCLUDED'      => [ qw{t/piconv.t} ], # FIXME
        'CPAN'          => 1,
        'UPSTREAM'      => undef,
        },
@@ -574,7 +573,10 @@ use File::Glob qw(:case);
     'ExtUtils::Constant' =>
        {
        'MAINTAINER'    => 'nwclark',
-       'DISTRIBUTION'  => 'NWCLARK/ExtUtils-Constant-0.16.tar.gz',
+        # Nick has confirmed that while we have diverged from CPAN,
+        # this package isn't primarily maintained in core
+        # Another release wll happen "Sometime"
+        'DISTRIBUTION' => '',#'NWCLARK/ExtUtils-Constant-0.16.tar.gz',
        'FILES'         => q[cpan/ExtUtils-Constant],
        'EXCLUDED'      => [ qw{ lib/ExtUtils/Constant/Aaargh56Hash.pm
                                 examples/perl_keyword.pl
@@ -626,7 +628,13 @@ use File::Glob qw(:case);
     'ExtUtils::ParseXS' =>
        {
        'MAINTAINER'    => 'kwilliams',
-       'DISTRIBUTION'  => 'DAGOLDEN/ExtUtils-ParseXS-2.21.tar.gz',
+    'DISTRIBUTION' => 'DAGOLDEN/ExtUtils-ParseXS-2.21.tar.gz',
+    'EXCLUDED'  => [ qw{
+                       t/bugs/RT48104.xs
+                                   t/bugs/typemap
+                                       t/include/nsUniversalDetector.h
+                                       t/include/nscore.h
+                                  }],
        'FILES'         => q[cpan/ExtUtils-ParseXS],
        'CPAN'          => 1,
        'UPSTREAM'      => 'cpan',
@@ -998,7 +1006,7 @@ use File::Glob qw(:case);
     'Module::CoreList' =>
        {
        'MAINTAINER'    => 'rgarcia',
-       'DISTRIBUTION'  => 'RGARCIA/Module-CoreList-2.17.tar.gz',
+       'DISTRIBUTION'  => 'RGARCIA/Module-CoreList-2.20.tar.gz',
        'FILES'         => q[dist/Module-CoreList],
        'CPAN'          => 1,
        'UPSTREAM'      => 'blead',

--
Perl5 Master Repository

Reply via email to