2 # A simple listing of core files that have specific maintainers,
3 # or at least someone that can be called an "interested party".
4 # Also, a "module" does not necessarily mean a CPAN module, it
5 # might mean a file or files or a subdirectory.
6 # Most (but not all) of the modules have dual lives in the core
12 use File::Glob qw(:case);
14 # IGNORABLE: files which, if they appear in the root of a CPAN
15 # distribution, need not appear in core (i.e. core-cpan-diff won't
16 # complain if it can't find them)
19 .cvsignore .dualLivedDiffConfig .gitignore
20 ANNOUNCE Announce Artistic AUTHORS BENCHMARK BUGS Build.PL
21 CHANGELOG ChangeLog Changelog CHANGES Changes CONTRIBUTING COPYING Copying
22 cpanfile CREDITS dist.ini GOALS HISTORY INSTALL INSTALL.SKIP LICENSE
23 Makefile.PL MANIFEST MANIFEST.SKIP META.json META.yml MYMETA.json
24 MYMETA.yml NEW NOTES perlcritic.rc ppport.h README README.PATCHING
25 SIGNATURE THANKS TODO Todo VERSION WHATSNEW .perlcriticrc.perltidyrc
28 # Each entry in the %Modules hash roughly represents a distribution,
29 # except when DISTRIBUTION is set, where it *exactly* represents a single
32 # The keys of %Modules are human descriptions of the distributions, and
33 # may not exactly match a module or distribution name. Distributions
34 # which have an obvious top-level module associated with them will usually
35 # have a key named for that module, e.g. 'Archive::Extract' for
36 # Archive-Extract-N.NN.tar.gz; the remaining keys are likely to be based
37 # on the name of the distribution, e.g. 'Locale-Codes' for
38 # Locale-Codes-N.NN.tar.gz'.
40 # UPSTREAM indicates where patches should go. This is generally now
41 # inferred from the FILES: modules with files in dist/, ext/ and lib/
42 # are understood to have UPSTREAM 'blead', meaning that the copy of the
43 # module in the blead sources is to be considered canonical, while
44 # modules with files in cpan/ are understood to have UPSTREAM 'cpan',
45 # meaning that the module on CPAN is to be patched first.
47 # MAINTAINER has previously been used to indicate who the current maintainer
48 # of the module is, but this is no longer stated explicitly. It is now
49 # understood to be either the Perl 5 Porters if UPSTREAM is 'blead', or else
50 # the CPAN author whose PAUSE user ID forms the first part of the DISTRIBUTION
51 # value, e.g. 'BINGOS' in the case of 'BINGOS/Archive-Tar-1.96.tar.gz'.
52 # (PAUSE's View Permissions page may be consulted to find other authors who
53 # have owner or co-maint permissions for the module in question.)
55 # FILES is a list of filenames, glob patterns, and directory
56 # names to be recursed down, which collectively generate a complete list
57 # of the files associated with the distribution.
59 # BUGS is an email or url to post bug reports. For modules with
60 # UPSTREAM => 'blead', use perl5-porters@perl.org. rt.cpan.org
61 # appears to automatically provide a URL for CPAN modules; any value
62 # given here overrides the default:
63 # http://rt.cpan.org/Public/Dist/Display.html?Name=$ModuleName
65 # DISTRIBUTION names the tarball on CPAN which (allegedly) the files
66 # included in core are derived from. Note that the file's version may not
67 # necessarily match the newest version on CPAN.
69 # EXCLUDED is a list of files to be excluded from a CPAN tarball before
70 # comparing the remaining contents with core. Each item can either be a
71 # full pathname (eg 't/foo.t') or a pattern (e.g. qr{^t/}).
72 # It defaults to the empty list.
74 # CUSTOMIZED is a list of files that have been customized within the
75 # Perl core. Use this whenever patching a cpan upstream distribution
76 # or whenever we expect to have a file that differs from the tarball.
77 # If the file in blead matches the file in the tarball from CPAN,
78 # Porting/core-cpan-diff will warn about it, as it indicates an expected
79 # customization might have been lost when updating from upstream. The
80 # path should be relative to the distribution directory. If the upstream
81 # distribution should be modified to incorporate the change then be sure
82 # to raise a ticket for it on rt.cpan.org and add a comment alongside the
83 # list of CUSTOMIZED files noting the ticket number.
85 # DEPRECATED contains the *first* version of Perl in which the module
86 # was considered deprecated. It should only be present if the module is
87 # actually deprecated. Such modules should use deprecated.pm to
88 # issue a warning if used. E.g.:
90 # use if $] >= 5.011, 'deprecate';
93 # MAP is a hash that maps CPAN paths to their core equivalents.
94 # Each key represents a string prefix, with longest prefixes checked
95 # first. The first match causes that prefix to be replaced with the
96 # corresponding key. For example, with the following MAP:
102 # these files are mapped as shown:
104 # README becomes lib/Foo/README
105 # lib/Foo.pm becomes lib/Foo.pm
107 # The default is dependent on the type of module.
108 # For distributions which appear to be stored under ext/, it defaults to:
110 # { '' => 'ext/Foo-Bar/' }
116 # '' => 'lib/Foo/Bar/',
122 'DISTRIBUTION' => 'BINGOS/Archive-Tar-1.96.tar.gz',
123 'FILES' => q[cpan/Archive-Tar],
124 'BUGS' => 'bug-archive-tar@rt.cpan.org',
127 'Attribute::Handlers' => {
128 'DISTRIBUTION' => 'SMUELLER/Attribute-Handlers-0.96.tar.gz',
129 'FILES' => q[dist/Attribute-Handlers],
133 'DISTRIBUTION' => 'PJF/autodie-2.25.tar.gz',
134 'FILES' => q[cpan/autodie],
138 # All these tests depend upon external
139 # modules that don't exist when we're
140 # building the core. Hence, they can
141 # never run, and should not be merged.
142 qw( t/author-critic.t
150 t/release-pod-coverage.t
151 t/release-pod-syntax.t
157 # Waiting to be merged upstream: see CPAN RT#87237
163 'DISTRIBUTION' => 'SMUELLER/AutoLoader-5.74.tar.gz',
164 'FILES' => q[cpan/AutoLoader],
165 'EXCLUDED' => ['t/00pod.t'],
169 'DISTRIBUTION' => 'FLORA/autouse-1.07.tar.gz',
170 'FILES' => q[dist/autouse],
171 'EXCLUDED' => [qr{^t/release-.*\.t}],
175 'DISTRIBUTION' => 'RURBAN/B-Debug-1.19.tar.gz',
176 'FILES' => q[cpan/B-Debug],
177 'EXCLUDED' => ['t/pod.t'],
181 'DISTRIBUTION' => 'RGARCIA/base-2.18.tar.gz',
182 'FILES' => q[dist/base],
186 'DISTRIBUTION' => 'PJACKLAM/bignum-0.37.tar.gz',
187 'FILES' => q[dist/bignum],
197 'DISTRIBUTION' => 'ZEFRAM/Carp-1.3301.tar.gz',
198 'FILES' => q[dist/Carp],
201 'Compress::Raw::Bzip2' => {
202 'DISTRIBUTION' => 'PMQS/Compress-Raw-Bzip2-2.064.tar.gz',
203 'FILES' => q[cpan/Compress-Raw-Bzip2],
206 'bzip2-src/bzip2-cpp.patch',
210 'Compress::Raw::Zlib' => {
211 'DISTRIBUTION' => 'PMQS/Compress-Raw-Zlib-2.065.tar.gz',
213 'FILES' => q[cpan/Compress-Raw-Zlib],
223 'Config::Perl::V' => {
224 'DISTRIBUTION' => 'HMBRAND/Config-Perl-V-0.20.tgz',
225 'FILES' => q[cpan/Config-Perl-V],
226 'EXCLUDED' => ['examples/show-v.pl'],
230 'DISTRIBUTION' => 'SAPER/constant-1.27.tar.gz',
231 'FILES' => q[dist/constant],
243 'DISTRIBUTION' => 'ANDK/CPAN-2.05.tar.gz',
244 'FILES' => q[cpan/CPAN],
250 qw( lib/CPAN/Admin.pm
264 t/43distroprefspref.t
271 t/71_minimumversion.t
279 # Note: When updating CPAN-Meta the META.* files will need to be regenerated
280 # perl -Icpan/CPAN-Meta/lib Porting/makemeta
282 'DISTRIBUTION' => 'DAGOLDEN/CPAN-Meta-2.141520.tar.gz',
283 'FILES' => q[cpan/CPAN-Meta],
285 qw[t/00-report-prereqs.t],
286 qr{t/README-data.txt},
292 'CPAN::Meta::Requirements' => {
293 'DISTRIBUTION' => 'DAGOLDEN/CPAN-Meta-Requirements-2.125.tar.gz',
294 'FILES' => q[cpan/CPAN-Meta-Requirements],
297 qw(t/00-report-prereqs.t),
302 'CPAN::Meta::YAML' => {
303 'DISTRIBUTION' => 'DAGOLDEN/CPAN-Meta-YAML-0.012.tar.gz',
304 'FILES' => q[cpan/CPAN-Meta-YAML],
307 't/00-report-prereqs.t',
308 't/04_scalar.t', # requires YAML.pm
314 'DISTRIBUTION' => 'SMUELLER/Data-Dumper-2.151.tar.gz',
315 'FILES' => q[dist/Data-Dumper],
319 'DISTRIBUTION' => 'PMQS/DB_File-1.831.tar.gz',
320 'FILES' => q[cpan/DB_File],
331 'DISTRIBUTION' => 'MHX/Devel-PPPort-3.21.tar.gz',
332 # RJBS has asked MHX to have UPSTREAM be 'blead'
333 # (i.e. move this from cpan/ to dist/)
334 'FILES' => q[cpan/Devel-PPPort],
336 'PPPort.pm', # we use PPPort_pm.PL instead
341 'Devel::SelfStubber' => {
342 'DISTRIBUTION' => 'FLORA/Devel-SelfStubber-1.05.tar.gz',
343 'FILES' => q[dist/Devel-SelfStubber],
344 'EXCLUDED' => [qr{^t/release-.*\.t}],
348 'DISTRIBUTION' => 'GAAS/Digest-1.17.tar.gz',
349 'FILES' => q[cpan/Digest],
350 'EXCLUDED' => ['digest-bench'],
354 'DISTRIBUTION' => 'GAAS/Digest-MD5-2.53.tar.gz',
355 'FILES' => q[cpan/Digest-MD5],
356 'EXCLUDED' => ['rfc1321.txt'],
357 # Waiting to be merged upstream: see CPAN RT#89612
358 'CUSTOMIZED' => ['t/files.t'],
362 'DISTRIBUTION' => 'MSHELOR/Digest-SHA-5.92.tar.gz',
363 'FILES' => q[cpan/Digest-SHA],
373 'DISTRIBUTION' => 'FLORA/Dumpvalue-1.17.tar.gz',
374 'FILES' => q[dist/Dumpvalue],
375 'EXCLUDED' => [qr{^t/release-.*\.t}],
379 'DISTRIBUTION' => 'DANKOGAI/Encode-2.62.tar.gz',
380 'FILES' => q[cpan/Encode],
383 'encoding::warnings' => {
384 'DISTRIBUTION' => 'AUDREYT/encoding-warnings-0.11.tar.gz',
385 'FILES' => q[cpan/encoding-warnings],
393 'DISTRIBUTION' => 'FLORA/Env-1.04.tar.gz',
394 'FILES' => q[dist/Env],
395 'EXCLUDED' => [qr{^t/release-.*\.t}],
399 'DISTRIBUTION' => 'LEONT/experimental-0.007.tar.gz',
400 'FILES' => q[cpan/experimental],
402 qr{^t/release-.*\.t},
408 'DISTRIBUTION' => 'TODDR/Exporter-5.70.tar.gz',
409 'FILES' => q[dist/Exporter],
417 'ExtUtils::CBuilder' => {
418 'DISTRIBUTION' => 'AMBS/ExtUtils/ExtUtils-CBuilder-0.280216.tar.gz',
419 'FILES' => q[dist/ExtUtils-CBuilder],
426 'ExtUtils::Command' => {
427 'DISTRIBUTION' => 'FLORA/ExtUtils-Command-1.18.tar.gz',
428 'FILES' => q[dist/ExtUtils-Command],
429 'EXCLUDED' => [qr{^t/release-}],
432 'ExtUtils::Constant' => {
434 # Nick has confirmed that while we have diverged from CPAN,
435 # this package isn't primarily maintained in core
436 # Another release will happen "Sometime"
437 'DISTRIBUTION' => '', #'NWCLARK/ExtUtils-Constant-0.16.tar.gz',
438 'FILES' => q[cpan/ExtUtils-Constant],
440 qw( lib/ExtUtils/Constant/Aaargh56Hash.pm
441 examples/perl_keyword.pl
442 examples/perl_regcomp_posix_keyword.pl
447 'ExtUtils::Install' => {
448 'DISTRIBUTION' => 'BINGOS/ExtUtils-Install-1.67.tar.gz',
449 'FILES' => q[dist/ExtUtils-Install],
451 qw( t/lib/Test/Builder.pm
452 t/lib/Test/Builder/Module.pm
461 'ExtUtils::MakeMaker' => {
462 'DISTRIBUTION' => 'BINGOS/ExtUtils-MakeMaker-6.98.tar.gz',
463 'FILES' => q[cpan/ExtUtils-MakeMaker],
467 qr{^t/Liblist_Kid.t},
475 'ExtUtils::Manifest' => {
476 'DISTRIBUTION' => 'FLORA/ExtUtils-Manifest-1.63.tar.gz',
477 'FILES' => q[dist/ExtUtils-Manifest],
478 'EXCLUDED' => [qr(t/release-.*\.t)],
481 'ExtUtils::ParseXS' => {
482 'DISTRIBUTION' => 'SMUELLER/ExtUtils-ParseXS-3.24.tar.gz',
483 'FILES' => q[dist/ExtUtils-ParseXS],
487 'DISTRIBUTION' => 'BINGOS/File-Fetch-0.48.tar.gz',
488 'FILES' => q[cpan/File-Fetch],
492 'DISTRIBUTION' => 'DLAND/File-Path-2.09.tar.gz',
493 'FILES' => q[cpan/File-Path],
495 qw( eg/setup-extra-tests
500 '' => 'cpan/File-Path/lib/File/',
501 't/' => 'cpan/File-Path/t/',
506 'DISTRIBUTION' => 'DAGOLDEN/File-Temp-0.2304.tar.gz',
507 'FILES' => q[cpan/File-Temp],
509 qw( misc/benchmark.pl
512 qw[t/00-report-prereqs.t],
517 'Filter::Simple' => {
518 'DISTRIBUTION' => 'SMUELLER/Filter-Simple-0.91.tar.gz',
519 'FILES' => q[dist/Filter-Simple],
525 'Filter::Util::Call' => {
526 'DISTRIBUTION' => 'RURBAN/Filter-1.49.tar.gz',
527 'FILES' => q[cpan/Filter-Util-Call
548 t/z_perl_minimum_version.t
554 'Call/' => 'cpan/Filter-Util-Call/',
555 'filter-util.pl' => 'cpan/Filter-Util-Call/filter-util.pl',
556 'perlfilter.pod' => 'pod/perlfilter.pod',
557 '' => 'cpan/Filter-Util-Call/',
562 'DISTRIBUTION' => 'JV/Getopt-Long-2.42.tar.gz',
563 'FILES' => q[cpan/Getopt-Long],
566 qw( perl-Getopt-Long.spec
574 'DISTRIBUTION' => 'DAGOLDEN/HTTP-Tiny-0.043.tar.gz',
575 'FILES' => q[cpan/HTTP-Tiny],
577 't/00-report-prereqs.t',
579 't/200_live_local_ip.t',
587 'DISTRIBUTION' => 'FLORA/I18N-Collate-1.02.tar.gz',
588 'FILES' => q[dist/I18N-Collate],
589 'EXCLUDED' => [qr{^t/release-.*\.t}],
592 'I18N::LangTags' => {
593 'FILES' => q[dist/I18N-LangTags],
597 'DISTRIBUTION' => 'ILYAZ/modules/if-0.0601.tar.gz',
598 'FILES' => q[dist/if],
602 'DISTRIBUTION' => 'GBARR/IO-1.25.tar.gz',
603 'FILES' => q[dist/IO/],
604 'EXCLUDED' => ['t/test.pl'],
608 'DISTRIBUTION' => 'PMQS/IO-Compress-2.064.tar.gz',
609 'FILES' => q[cpan/IO-Compress],
613 't/010examples-bzip2.t',
614 't/010examples-zlib.t',
619 'IO::Socket::IP' => {
620 'DISTRIBUTION' => 'PEVANS/IO-Socket-IP-0.29.tar.gz',
621 'FILES' => q[cpan/IO-Socket-IP],
628 'DISTRIBUTION' => 'TOMHUGHES/IO-Zlib-1.10.tar.gz',
629 'FILES' => q[cpan/IO-Zlib],
633 'DISTRIBUTION' => 'BINGOS/IPC-Cmd-0.92.tar.gz',
634 'FILES' => q[cpan/IPC-Cmd],
638 'DISTRIBUTION' => 'MHX/IPC-SysV-2.04.tar.gz',
639 'FILES' => q[cpan/IPC-SysV],
648 'DISTRIBUTION' => 'MAKAMAKA/JSON-PP-2.27203.tar.gz',
649 'FILES' => q[cpan/JSON-PP],
653 'DISTRIBUTION' => 'SMUELLER/lib-0.63.tar.gz',
654 'FILES' => q[dist/lib/],
663 'DISTRIBUTION' => 'SHAY/libnet-1.27.tar.gz',
664 'FILES' => q[cpan/libnet],
674 'DISTRIBUTION' => 'SBECK/Locale-Codes-3.31.tar.gz',
675 'FILES' => q[cpan/Locale-Codes],
682 qr{^t/runtests\.bat},
688 'Locale::Maketext' => {
689 'DISTRIBUTION' => 'TODDR/Locale-Maketext-1.25.tar.gz',
690 'FILES' => q[dist/Locale-Maketext],
700 'Locale::Maketext::Simple' => {
701 'DISTRIBUTION' => 'JESSE/Locale-Maketext-Simple-0.21.tar.gz',
702 'FILES' => q[cpan/Locale-Maketext-Simple],
706 'DISTRIBUTION' => 'PJACKLAM/Math-BigInt-1.9993.tar.gz',
707 'FILES' => q[dist/Math-BigInt],
719 'Math::BigInt::FastCalc' => {
720 'DISTRIBUTION' => 'PJACKLAM/Math-BigInt-FastCalc-0.31.tar.gz',
721 'FILES' => q[dist/Math-BigInt-FastCalc],
730 # instead we use the versions of these test
731 # files that come with Math::BigInt:
743 'DISTRIBUTION' => 'PJACKLAM/Math-BigRat-0.2606.tar.gz',
744 'FILES' => q[dist/Math-BigRat],
756 'DISTRIBUTION' => 'ZEFRAM/Math-Complex-1.59.tar.gz',
757 'FILES' => q[cpan/Math-Complex],
766 'DISTRIBUTION' => 'MJD/Memoize-1.03.tgz',
767 'FILES' => q[cpan/Memoize],
768 'EXCLUDED' => ['article.html'],
772 'DISTRIBUTION' => 'GAAS/MIME-Base64-3.14.tar.gz',
773 'FILES' => q[cpan/MIME-Base64],
774 'EXCLUDED' => ['t/bad-sv.t'],
777 'Module::CoreList' => {
778 'DISTRIBUTION' => 'BINGOS/Module-CoreList-3.11.tar.gz',
779 'FILES' => q[dist/Module-CoreList],
783 'DISTRIBUTION' => 'BINGOS/Module-Load-0.32.tar.gz',
784 'FILES' => q[cpan/Module-Load],
787 'Module::Load::Conditional' => {
788 'DISTRIBUTION' => 'BINGOS/Module-Load-Conditional-0.62.tar.gz',
789 'FILES' => q[cpan/Module-Load-Conditional],
792 'Module::Loaded' => {
793 'DISTRIBUTION' => 'BINGOS/Module-Loaded-0.08.tar.gz',
794 'FILES' => q[cpan/Module-Loaded],
797 'Module::Metadata' => {
798 'DISTRIBUTION' => 'ETHER/Module-Metadata-1.000023.tar.gz',
799 'FILES' => q[cpan/Module-Metadata],
802 qw(t/00-report-prereqs.t),
808 'DISTRIBUTION' => 'SMPETERS/Net-Ping-2.41.tar.gz',
809 'FILES' => q[dist/Net-Ping],
817 'DISTRIBUTION' => 'FLORA/NEXT-0.65.tar.gz',
818 'FILES' => q[cpan/NEXT],
819 'EXCLUDED' => [qr{^demo/}],
823 'DISTRIBUTION' => 'BINGOS/Params-Check-0.38.tar.gz',
824 'FILES' => q[cpan/Params-Check],
828 'DISTRIBUTION' => 'CORION/parent-0.228.tar.gz',
829 'FILES' => q[cpan/parent],
832 'Parse::CPAN::Meta' => {
833 'DISTRIBUTION' => 'DAGOLDEN/Parse-CPAN-Meta-1.4414.tar.gz',
834 'FILES' => q[cpan/Parse-CPAN-Meta],
836 qw[t/00-report-prereqs.t],
842 'DISTRIBUTION' => 'SMUELLER/PathTools-3.47.tar.gz',
843 'FILES' => q[dist/PathTools],
844 'EXCLUDED' => [qr{^t/lib/Test/}],
848 'DISTRIBUTION' => 'DAGOLDEN/Perl-OSType-1.007.tar.gz',
849 'FILES' => q[cpan/Perl-OSType],
850 'EXCLUDED' => [qw(tidyall.ini), qr/^xt/, qr{^t/00-}],
854 'DISTRIBUTION' => 'LLAP/perlfaq-5.0150044.tar.gz',
855 'FILES' => q[cpan/perlfaq],
857 qw( t/release-pod-syntax.t
864 'PerlIO::via::QuotedPrint' => {
865 'DISTRIBUTION' => 'ELIZABETH/PerlIO-via-QuotedPrint-0.07.tar.gz',
866 'FILES' => q[cpan/PerlIO-via-QuotedPrint],
868 # Waiting to be merged upstream: see CPAN RT#54047
877 'DISTRIBUTION' => 'MAREKR/Pod-Checker-1.60.tar.gz',
878 'FILES' => q[cpan/Pod-Checker],
882 'DISTRIBUTION' => 'NEILB/Pod-Escapes-1.06.tar.gz',
883 'FILES' => q[cpan/Pod-Escapes],
887 'DISTRIBUTION' => 'MAREKR/Pod-Parser-1.62.tar.gz',
888 'FILES' => q[cpan/Pod-Parser],
892 'DISTRIBUTION' => 'MALLEN/Pod-Perldoc-3.23.tar.gz',
893 'FILES' => q[cpan/Pod-Perldoc],
895 # Note that we use the CPAN-provided Makefile.PL, since it
896 # contains special handling of the installation of perldoc.pod
898 # In blead, the perldoc executable is generated by perldoc.PL
900 # XXX We can and should fix this, but clean up the DRY-failure in utils
902 'EXCLUDED' => ['perldoc'],
906 'DISTRIBUTION' => 'DWHEELER/Pod-Simple-3.28.tar.gz',
907 'FILES' => q[cpan/Pod-Simple],
911 'DISTRIBUTION' => 'MAREKR/Pod-Usage-1.63.tar.gz',
912 'FILES' => q[cpan/Pod-Usage],
916 'DISTRIBUTION' => 'RRA/podlators-2.5.3.tar.gz',
917 'FILES' => q[cpan/podlators pod/perlpodstyle.pod],
919 # The perl distribution has pod2man.PL and pod2text.PL, which are
920 # run to create pod2man and pod2text, while the CPAN distribution
921 # just has the post-generated pod2man and pod2text files.
922 # The following entries attempt to codify that odd fact.
924 qw( scripts/pod2man.PL
929 '' => 'cpan/podlators/',
930 'scripts/pod2man' => 'cpan/podlators/scripts/pod2man.PL',
931 'scripts/pod2text' => 'cpan/podlators/scripts/pod2text.PL',
933 # this file lives outside the cpan/ directory
934 'pod/perlpodstyle.pod' => 'pod/perlpodstyle.pod',
939 'DISTRIBUTION' => 'RGARCIA/Safe-2.35.tar.gz',
940 'FILES' => q[dist/Safe],
943 'Scalar-List-Utils' => {
944 'DISTRIBUTION' => 'PEVANS/Scalar-List-Utils-1.38.tar.gz',
945 'FILES' => q[cpan/Scalar-List-Utils],
949 'DISTRIBUTION' => 'DAGOLDEN/Search-Dict-1.07.tar.gz',
950 'FILES' => q[dist/Search-Dict],
954 'DISTRIBUTION' => 'SMUELLER/SelfLoader-1.20.tar.gz',
955 'FILES' => q[dist/SelfLoader],
956 'EXCLUDED' => ['t/00pod.t'],
960 'DISTRIBUTION' => 'PEVANS/Socket-2.014.tar.gz',
961 'FILES' => q[cpan/Socket],
965 'DISTRIBUTION' => 'AMS/Storable-2.45.tar.gz',
966 'FILES' => q[dist/Storable],
970 'DISTRIBUTION' => 'SAPER/Sys-Syslog-0.33.tar.gz',
971 'FILES' => q[cpan/Sys-Syslog],
986 'Term::ANSIColor' => {
987 'DISTRIBUTION' => 'RRA/Term-ANSIColor-4.03.tar.gz',
988 'FILES' => q[cpan/Term-ANSIColor],
994 qw( t/module/aliases-env.t ),
999 'DISTRIBUTION' => 'JSTOWE/Term-Cap-1.15.tar.gz',
1000 'FILES' => q[cpan/Term-Cap],
1003 'Term::Complete' => {
1004 'DISTRIBUTION' => 'FLORA/Term-Complete-1.402.tar.gz',
1005 'FILES' => q[dist/Term-Complete],
1006 'EXCLUDED' => [qr{^t/release-.*\.t}],
1009 'Term::ReadLine' => {
1010 'DISTRIBUTION' => 'FLORA/Term-ReadLine-1.14.tar.gz',
1011 'FILES' => q[dist/Term-ReadLine],
1012 'EXCLUDED' => [qr{^t/release-.*\.t}],
1016 'DISTRIBUTION' => 'JESSE/Test-1.26.tar.gz',
1017 'FILES' => q[cpan/Test],
1020 'Test::Harness' => {
1021 'DISTRIBUTION' => 'LEONT/Test-Harness-3.30.tar.gz',
1022 'FILES' => q[cpan/Test-Harness],
1029 MANIFEST.CUMMULATIVE
1040 'DISTRIBUTION' => 'EXODIST/Test-Simple-1.001003.tar.gz',
1041 'FILES' => q[cpan/Test-Simple],
1051 t/Builder/reset_outputs.t
1052 lib/Test/Builder/IO/Scalar.pm
1058 'DISTRIBUTION' => 'FLORA/Text-Abbrev-1.02.tar.gz',
1059 'FILES' => q[dist/Text-Abbrev],
1060 'EXCLUDED' => [qr{^t/release-.*\.t}],
1063 'Text::Balanced' => {
1064 'DISTRIBUTION' => 'ADAMK/Text-Balanced-2.02.tar.gz',
1065 'FILES' => q[cpan/Text-Balanced],
1073 # Waiting to be merged upstream: see CPAN RT#87788
1089 'Text::ParseWords' => {
1090 'DISTRIBUTION' => 'CHORNY/Text-ParseWords-3.29.tar.gz',
1091 'FILES' => q[cpan/Text-ParseWords],
1093 # Waiting to be merged upstream: see CPAN RT#50929
1100 # For the benefit of make_ext.pl, we have to have this accessible:
1102 'ParseWords.pm' => 'cpan/Text-ParseWords/lib/Text/ParseWords.pm',
1103 '' => 'cpan/Text-ParseWords/',
1107 'Text-Tabs+Wrap' => {
1108 'DISTRIBUTION' => 'MUIR/modules/Text-Tabs+Wrap-2013.0523.tar.gz',
1109 'FILES' => q[cpan/Text-Tabs],
1112 't/dnsparks.t', # see af6492bf9e
1115 '' => 'cpan/Text-Tabs/',
1116 'lib.modern/Text/Tabs.pm' => 'cpan/Text-Tabs/lib/Text/Tabs.pm',
1117 'lib.modern/Text/Wrap.pm' => 'cpan/Text-Tabs/lib/Text/Wrap.pm',
1121 # Jerry Hedden does take patches that are applied to blead first, even
1122 # though that can be hard to discern from the Git history; so it's
1123 # correct for this (and Thread::Semaphore, threads, and threads::shared)
1124 # to be under dist/ rather than cpan/
1125 'Thread::Queue' => {
1126 'DISTRIBUTION' => 'JDHEDDEN/Thread-Queue-3.05.tar.gz',
1127 'FILES' => q[dist/Thread-Queue],
1137 'Thread::Semaphore' => {
1138 'DISTRIBUTION' => 'JDHEDDEN/Thread-Semaphore-2.12.tar.gz',
1139 'FILES' => q[dist/Thread-Semaphore],
1141 qw( examples/semaphore.pl
1150 'DISTRIBUTION' => 'JDHEDDEN/threads-1.92.tar.gz',
1151 'FILES' => q[dist/threads],
1161 'threads::shared' => {
1162 'DISTRIBUTION' => 'JDHEDDEN/threads-shared-1.46.tar.gz',
1163 'FILES' => q[dist/threads-shared],
1165 qw( examples/class.pl
1174 'DISTRIBUTION' => 'TODDR/Tie-File-1.00.tar.gz',
1175 'FILES' => q[dist/Tie-File],
1179 'DISTRIBUTION' => 'FLORA/Tie-RefHash-1.39.tar.gz',
1180 'FILES' => q[cpan/Tie-RefHash],
1184 'DISTRIBUTION' => 'ZEFRAM/Time-HiRes-1.9726.tar.gz',
1185 'FILES' => q[cpan/Time-HiRes],
1189 'DISTRIBUTION' => 'DROLSKY/Time-Local-1.2300.tar.gz',
1190 'FILES' => q[cpan/Time-Local],
1192 qr{^t/release-.*\.t},
1197 'DISTRIBUTION' => 'RJBS/Time-Piece-1.27.tar.gz',
1198 'FILES' => q[cpan/Time-Piece],
1201 'Unicode::Collate' => {
1202 'DISTRIBUTION' => 'SADAHIRO/Unicode-Collate-1.07.tar.gz',
1203 'FILES' => q[cpan/Unicode-Collate],
1215 'Unicode::Normalize' => {
1216 'DISTRIBUTION' => 'SADAHIRO/Unicode-Normalize-1.18.tar.gz',
1217 'FILES' => q[cpan/Unicode-Normalize],
1221 'DISTRIBUTION' => 'JPEACOCK/version-0.9908.tar.gz',
1222 'FILES' => q[cpan/version vutil.c vutil.h vxs.inc],
1225 'vutil/Makefile.PL',
1231 # When adding the CPAN-distributed files for version.pm, it is necessary
1232 # to delete an entire block out of lib/version.pm, since that code is
1233 # only necessary with the CPAN release.
1238 # Merged upstream, waiting for new CPAN release: see CPAN RT#92721
1245 'vperl/' => 'cpan/version/lib/version/',
1247 '' => 'cpan/version/',
1261 'DISTRIBUTION' => "JDB/Win32-0.49.tar.gz",
1262 'FILES' => q[cpan/Win32],
1265 'Win32API::File' => {
1266 'DISTRIBUTION' => 'CHORNY/Win32API-File-0.1201.tar.gz',
1267 'FILES' => q[cpan/Win32API-File],
1275 'DISTRIBUTION' => 'SAPER/XSLoader-0.16.tar.gz',
1276 'FILES' => q[dist/XSLoader],
1286 'XSLoader.pm', # we use XSLoader_pm.PL
1290 # this pseudo-module represents all the files under ext/ and lib/
1291 # that aren't otherwise claimed. This means that the following two
1292 # commands will check that every file under ext/ and lib/ is
1293 # accounted for, and that there are no duplicates:
1295 # perl Porting/Maintainers --checkmani lib ext
1296 # perl Porting/Maintainers --checkmani
1304 ext/ExtUtils-Miniperl/
1311 ext/Hash-Util-FieldHash/
1319 ext/PerlIO-encoding/
1327 ext/Tie-Hash-NamedCapture/
1339 lib/AnyDBM_File.{pm,t}
1340 lib/Benchmark.{pm,t}
1341 lib/B/Deparse{.pm,.t,-core.t}
1343 lib/Class/Struct.{pm,t}
1345 lib/Config/Extensions.{pm,t}
1349 lib/DirHandle.{pm,t}
1351 lib/ExtUtils/Embed.pm
1352 lib/ExtUtils/XSSymSet.pm
1353 lib/ExtUtils/t/Embed.t
1354 lib/ExtUtils/typemap
1355 lib/File/Basename.{pm,t}
1356 lib/File/Compare.{pm,t}
1357 lib/File/Copy.{pm,t}
1358 lib/File/stat{.pm,.t,-7896.t}
1359 lib/FileHandle.{pm,t}
1361 lib/Getopt/Std.{pm,t}
1363 lib/Net/hostent.{pm,t}
1364 lib/Net/netent.{pm,t}
1365 lib/Net/protoent.{pm,t}
1366 lib/Net/servent.{pm,t}
1368 lib/Pod/t/InputObjects.t
1372 lib/SelectSaver.{pm,t}
1381 lib/Tie/Scalar.{pm,t}
1382 lib/Tie/StdHandle.pm
1383 lib/Tie/SubstrHash.{pm,t}
1384 lib/Time/gmtime.{pm,t}
1385 lib/Time/localtime.{pm,t}
1389 lib/Unicode/UCD.{pm,t}
1390 lib/User/grent.{pm,t}
1391 lib/User/pwent.{pm,t}
1396 lib/charnames.{pm,t}
1397 lib/dbm_filter_util.pl
1399 lib/diagnostics.{pm,t}
1410 lib/overload/numbers.pm
1411 lib/overloading.{pm,t}
1412 lib/overload{.pm,.t,64.t}
1422 lib/vars{.pm,.t,_carp.t}
1429 for ( values %Modules ) {
1430 $_->{CPAN} = !!$_->{DISTRIBUTION};
1433 # legacy UPSTREAM flag
1434 for ( keys %Modules ) {
1435 # Keep any existing UPSTREAM flag so that "overrides" can be applied
1436 next if exists $Modules{$_}{UPSTREAM};
1438 if ($_ eq '_PERLLIB' or $Modules{$_}{FILES} =~ m{^\s*(?:dist|ext|lib)/}) {
1439 $Modules{$_}{UPSTREAM} = 'blead';
1441 elsif ($Modules{$_}{FILES} =~ m{^\s*cpan/}) {
1442 $Modules{$_}{UPSTREAM} = 'cpan';
1445 warn "Unexpected location of FILES for module $_: $Modules{$_}{FILES}";
1449 # legacy MAINTAINER field
1450 for ( keys %Modules ) {
1451 # Keep any existing MAINTAINER flag so that "overrides" can be applied
1452 next if exists $Modules{$_}{MAINTAINER};
1454 if ($Modules{$_}{UPSTREAM} eq 'blead') {
1455 $Modules{$_}{MAINTAINER} = 'P5P';
1456 $Maintainers{P5P} = 'perl5-porters <perl5-porters@perl.org>';
1458 elsif (exists $Modules{$_}{DISTRIBUTION}) {
1459 (my $pause_id = $Modules{$_}{DISTRIBUTION}) =~ s{/.*$}{};
1460 $Modules{$_}{MAINTAINER} = $pause_id;
1461 $Maintainers{$pause_id} = "<$pause_id\@cpan.org>";
1464 warn "No DISTRIBUTION for non-blead module $_";