Implement facility to plug in syntax triggered by keywords
[p5sagit/p5-mst-13.2.git] / Porting / Maintainers.pl
index 2cc2365..1703d25 100755 (executable)
@@ -147,6 +147,14 @@ use File::Glob qw(:case);
 # full pathname (eg 't/foo.t') or a pattern (e.g. qr{^t/}).
 # It defaults to the empty list.
 
+# DEPRECATED contains the *first* version of Perl in which the module
+# was considered deprecated.  It should only be present if the module is
+# actually deprecated.  Such modules should use deprecated.pm to
+# issue a warning if used.  E.g.:
+#
+#     use if $] >= 5.011, 'deprecate';
+#
+
 # MAP is a hash that maps CPAN paths to their core equivalents.
 # Each key reprepresents a string prefix, with longest prefixes checked
 # first. The first match causes that prefix to be replaced with the
@@ -281,7 +289,7 @@ use File::Glob qw(:case);
     'base' =>
        {
        'MAINTAINER'    => 'rgarcia',
-       'DISTRIBUTION'  => 'RGARCIA/base-2.14.tar.gz',
+       'DISTRIBUTION'  => 'RGARCIA/base-2.15.tar.gz',
        'FILES'         => q[dist/base],
        'CPAN'          => 1,
        'UPSTREAM'      => 'blead',
@@ -321,6 +329,7 @@ use File::Glob qw(:case);
        'FILES'         => q[cpan/Class-ISA],
        'CPAN'          => 1,
        'UPSTREAM'      => 'cpan',
+       'DEPRECATED'    => 5.011,
        },
 
     'Compress::Raw::Bzip2' =>
@@ -414,7 +423,7 @@ use File::Glob qw(:case);
     'CPANPLUS' =>
        {
        'MAINTAINER'    => 'kane',
-       'DISTRIBUTION'  => 'KANE/CPANPLUS-0.88.tar.gz',
+       'DISTRIBUTION'  => 'BINGOS/CPANPLUS-0.89_07.tar.gz',
        'FILES'         => q[cpan/CPANPLUS],
        'EXCLUDED'      => [ qr{^inc/},
                             qr{^t/dummy-.*\.hidden$},
@@ -434,7 +443,7 @@ use File::Glob qw(:case);
     'CPANPLUS::Dist::Build' =>
        {
        'MAINTAINER'    => 'bingos',
-       'DISTRIBUTION'  => 'BINGOS/CPANPLUS-Dist-Build-0.40.tar.gz',
+       'DISTRIBUTION'  => 'BINGOS/CPANPLUS-Dist-Build-0.41_01.tar.gz',
        'FILES'         => q[cpan/CPANPLUS-Dist-Build],
        'EXCLUDED'      => [ qr{^inc/},
                             qw{ t/99_pod.t
@@ -514,7 +523,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,
        },
@@ -551,7 +559,7 @@ use File::Glob qw(:case);
     'ExtUtils::CBuilder' =>
        {
        'MAINTAINER'    => 'kwilliams',
-       'DISTRIBUTION'  => 'DAGOLDEN/ExtUtils-CBuilder-0.260301.tar.gz',
+       'DISTRIBUTION'  => 'DAGOLDEN/ExtUtils-CBuilder-0.27.tar.gz',
        'FILES'         => q[cpan/ExtUtils-CBuilder],
        'CPAN'          => 1,
        'UPSTREAM'      => 'cpan',
@@ -574,7 +582,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 +637,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',
@@ -658,8 +675,8 @@ use File::Glob qw(:case);
                                t/pod.t
                               }
                           ],
-       'MAP'           => { ''         => 'lib/File/',
-                            't/'       => 't/',
+       'MAP'           => { ''         => 'cpan/File-Path/lib/File/',
+                            't/'       => 'cpan/File-Path/t/',
                           },
        'CPAN'          => 1,
        'UPSTREAM'      => undef,
@@ -716,10 +733,10 @@ use File::Glob qw(:case);
                                 t/tee.t
                               }
                           ],
-       'MAP'           => { 'Call/'          => 'ext/Filter-Util-Call/',
-                            'filter-util.pl' => 't/lib/filter-util.pl',
+       'MAP'           => { 'Call/'          => 'cpan/Filter-Util-Call/',
+                            'filter-util.pl' => 'cpan/Filter-Util-Call/filter-util.pl',
                             'perlfilter.pod' => 'pod/perlfilter.pod',
-                            ''               => 'ext/Filter-Util-Call/',
+                            ''               => 'cpan/Filter-Util-Call/',
                           },
        'CPAN'          => 1,
        'UPSTREAM'      => undef,
@@ -921,9 +938,9 @@ use File::Glob qw(:case);
                                t/mbimbf.t
                               },
                           ],
-       'MAP'           => { '' => 'ext/Math-BigInt-FastCalc/',
+       'MAP'           => { '' => 'cpan/Math-BigInt-FastCalc/',
                             'lib/Math/BigInt/FastCalc.pm'
-                                   => 'ext/Math-BigInt-FastCalc/FastCalc.pm',
+                                   => 'cpan/Math-BigInt-FastCalc/FastCalc.pm',
                           },
        'CPAN'          => 1,
        'UPSTREAM'      => undef,
@@ -998,7 +1015,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',
@@ -1016,7 +1033,7 @@ use File::Glob qw(:case);
     'Module::Load::Conditional' =>
        {
        'MAINTAINER'    => 'kane',
-       'DISTRIBUTION'  => 'KANE/Module-Load-Conditional-0.30.tar.gz',
+       'DISTRIBUTION'  => 'BINGOS/Module-Load-Conditional-0.34.tar.gz',
        'FILES'         => q[cpan/Module-Load-Conditional],
        'CPAN'          => 1,
        'UPSTREAM'      => 'cpan',
@@ -1101,11 +1118,14 @@ use File::Glob qw(:case);
     'Parse::CPAN::Meta' =>
        {
        'MAINTAINER'    => 'smueller',
-       'DISTRIBUTION'  => 'ADAMK/Parse-CPAN-Meta-1.40.tar.gz',
+       'DISTRIBUTION'  => 'SMUELLER/Parse-CPAN-Meta-1.40.tar.gz',
        'FILES'         => q[cpan/Parse-CPAN-Meta],
        'EXCLUDED'      => [ qw( t/97_meta.t t/98_pod.t t/99_pmv.t ) ],
        'CPAN'          => 1,
        'UPSTREAM'      => 'cpan',
+       # NOTE: 'perl uupacktool.pl t/data/utf_16_le_bom.yml.packed'
+       # run by hand after import, as the core's test harness doesn't
+       # run dists' "make test" steps
        },
 
     'PathTools' =>
@@ -1264,7 +1284,7 @@ use File::Glob qw(:case);
        'CPAN'          => 1,
        'UPSTREAM'      => 'blead',
        'EXCLUDED'      => [ qw(t/pod.t t/pod-coverage.t) ],
-       # DEPRECATED    => 5.11.0,
+       'DEPRECATED'    => 5.011,
        },
 
     'Pod::Simple' =>
@@ -1337,6 +1357,7 @@ use File::Glob qw(:case);
        'EXCLUDED'      => [ qw{ t/01_use.t t/99_pod.t } ],
        'CPAN'          => 1,
        'UPSTREAM'      => undef,
+       'DEPRECATED'    => 5.011,
        },
 
     'Storable' =>
@@ -1352,10 +1373,11 @@ use File::Glob qw(:case);
     'Switch' =>
        {
        'MAINTAINER'    => 'rgarcia',
-       'DISTRIBUTION'  => 'RGARCIA/Switch-2.14.tar.gz',
+       'DISTRIBUTION'  => 'RGARCIA/Switch-2.15.tar.gz',
        'FILES'         => q[dist/Switch],
        'CPAN'          => 1,
        'UPSTREAM'      => 'blead',
+       'DEPRECATED'    => 5.011,
        },
 
     'Sys::Syslog' =>
@@ -1438,13 +1460,10 @@ use File::Glob qw(:case);
        'MAINTAINER'    => 'mschwern',
        'DISTRIBUTION'  => 'MSCHWERN/Test-Simple-0.94.tar.gz',
        'FILES'         => q[cpan/Test-Simple],
-       # Note: Test-Simple's MANIFEST file had to be adjusted for
-       # the 00compile.t test due to the omission of lib/Test/
-       # Builder/IO/Scalar.pm. Perhaps it would be better to
-       # exclude that test script and the MANIFEST file instead?
        'EXCLUDED'      => [
                             qw{.perlcriticrc
                                .perltidyrc
+                               t/00compile.t
                                t/pod.t
                                t/pod-coverage.t
                                t/Builder/reset_outputs.t
@@ -1473,8 +1492,8 @@ use File::Glob qw(:case);
        'EXCLUDED'      => [ qw( t/pod.t ) ],
        # For the benefit of make_ext.pl, we have to have this accessible:
        'MAP'           => {
-                            'ParseWords.pm' => 'ext/Text-ParseWords/lib/Text/ParseWords.pm',
-                            ''              => 'ext/Text-ParseWords/',
+                            'ParseWords.pm' => 'cpan/Text-ParseWords/lib/Text/ParseWords.pm',
+                            ''              => 'cpan/Text-ParseWords/',
                           },
        'CPAN'          => 1,
        'UPSTREAM'      => undef,
@@ -1485,11 +1504,11 @@ use File::Glob qw(:case);
        'MAINTAINER'    => 'markm',
        'DISTRIBUTION'  => 'MARKM/Text-Soundex-3.03.tar.gz',
        'FILES'         => q[cpan/Text-Soundex],
-       'MAP'           => { ''               => 'ext/Text-Soundex/',
+       'MAP'           => { ''               => 'cpan/Text-Soundex/',
                             # XXX these two files are clearly related,
                             # but they appear to have diverged
                             # considerably over the years
-                            'test.pl'        => 'ext/Text-Soundex/t/Soundex.t',
+                            'test.pl'        => 'cpan/Text-Soundex/t/Soundex.t',
                           },
        'CPAN'          => 1,
        'UPSTREAM'      => undef,
@@ -1550,7 +1569,7 @@ use File::Glob qw(:case);
     'threads::shared' =>
        {
        'MAINTAINER'    => 'jdhedden',
-       'DISTRIBUTION'  => 'JDHEDDEN/threads-shared-1.31.tar.gz',
+       'DISTRIBUTION'  => 'JDHEDDEN/threads-shared-1.32.tar.gz',
        'FILES'         => q[dist/threads-shared],
        'EXCLUDED'      => [ qw(examples/class.pl
                                shared.h
@@ -1639,7 +1658,7 @@ use File::Glob qw(:case);
        'DISTRIBUTION'  => 'JPEACOCK/version-0.77.tar.gz',
        'FILES'         => q[lib/version.pm lib/version.pod lib/version.t
                             lib/version],
-       'EXCLUDED'      => [ qr{^t/.*\.t$}, qr{^vutil/},
+       'EXCLUDED'      => [ qr{^t/.*\.t$}, qw{t/survey_locales}, qr{^vutil/},
                             qw{lib/version/typemap},
                             qw{vperl/vpp.pm},
                           ],
@@ -1715,6 +1734,14 @@ use File::Glob qw(:case);
        'UPSTREAM'      => 'cpan',
        },
 
+    'XS::APItest::KeywordRPN' =>
+       {
+       'MAINTAINER'    => 'zefram',
+       'FILES'         => q[ext/XS-APItest-KeywordRPN],
+       'CPAN'          => 0,
+       'UPSTREAM'      => 'blead',
+       },
+
     'XSLoader' =>
        {
        'MAINTAINER'    => 'saper',