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.93.tar.gz',
129 'FILES' => q[dist/Attribute-Handlers],
133 'DISTRIBUTION' => 'PJF/autodie-2.22.tar.gz',
134 'FILES' => q[cpan/autodie],
137 # All these tests depend upon external
138 # modules that don't exist when we're
139 # building the core. Hence, they can
140 # never run, and should not be merged.
141 qw( t/author-critic.t
149 t/release-pod-coverage.t
150 t/release-pod-syntax.t
156 # Waiting to be merged upstream: see CPAN RT#87237
162 'DISTRIBUTION' => 'SMUELLER/AutoLoader-5.74.tar.gz',
163 'FILES' => q[cpan/AutoLoader],
164 'EXCLUDED' => ['t/00pod.t'],
168 'DISTRIBUTION' => 'FLORA/autouse-1.07.tar.gz',
169 'FILES' => q[dist/autouse],
170 'EXCLUDED' => [qr{^t/release-.*\.t}],
174 'DISTRIBUTION' => 'RURBAN/B-Debug-1.19.tar.gz',
175 'FILES' => q[cpan/B-Debug],
176 'EXCLUDED' => ['t/pod.t'],
180 'DISTRIBUTION' => 'RGARCIA/base-2.18.tar.gz',
181 'FILES' => q[dist/base],
185 'DISTRIBUTION' => 'FLORA/bignum-0.32.tar.gz',
186 'FILES' => q[dist/bignum],
196 'DISTRIBUTION' => 'ZEFRAM/Carp-1.32.tar.gz',
197 'FILES' => q[dist/Carp],
201 'DISTRIBUTION' => 'MARKSTOS/CGI.pm-3.64.tar.gz',
202 'FILES' => q[cpan/CGI],
206 t/gen-tests/gen-start-end-tags.pl
210 'DEPRECATED' => '5.019007',
213 'Compress::Raw::Bzip2' => {
214 'DISTRIBUTION' => 'PMQS/Compress-Raw-Bzip2-2.063.tar.gz',
215 'FILES' => q[cpan/Compress-Raw-Bzip2],
218 'bzip2-src/bzip2-cpp.patch',
222 'Compress::Raw::Zlib' => {
223 'DISTRIBUTION' => 'PMQS/Compress-Raw-Zlib-2.063.tar.gz',
225 'FILES' => q[cpan/Compress-Raw-Zlib],
235 'Config::Perl::V' => {
236 'DISTRIBUTION' => 'HMBRAND/Config-Perl-V-0.19.tgz',
237 'FILES' => q[cpan/Config-Perl-V],
238 'EXCLUDED' => ['examples/show-v.pl'],
242 'DISTRIBUTION' => 'SAPER/constant-1.27.tar.gz',
243 'FILES' => q[dist/constant],
255 'DISTRIBUTION' => 'ANDK/CPAN-2.03-TRIAL.tar.gz',
256 'FILES' => q[cpan/CPAN],
260 qr{^t/CPAN/authors/},
261 qw( lib/CPAN/Admin.pm
276 t/43distroprefspref.t
282 t/71_minimumversion.t
283 t/CPAN/CpanTestDummies-1.55.pm
285 t/CPAN/TestMirroredBy
287 t/CPAN/modules/02packages.details.txt
288 t/CPAN/modules/03modlist.data
289 t/data/META-dynamic.json
290 t/data/META-dynamic.yml
291 t/data/META-static.json
292 t/data/META-static.yml
302 # Note: When updating CPAN-Meta the META.* files will need to be regenerated
303 # perl -Icpan/CPAN-Meta/lib Porting/makemeta
305 'DISTRIBUTION' => 'DAGOLDEN/CPAN-Meta-2.133380.tar.gz',
306 'FILES' => q[cpan/CPAN-Meta],
309 qw[t/00-report-prereqs.t],
310 qr{t/README-data.txt},
316 'CPAN::Meta::Requirements' => {
317 'DISTRIBUTION' => 'DAGOLDEN/CPAN-Meta-Requirements-2.125.tar.gz',
318 'FILES' => q[cpan/CPAN-Meta-Requirements],
321 qw(t/00-report-prereqs.t),
326 'CPAN::Meta::YAML' => {
327 'DISTRIBUTION' => 'DAGOLDEN/CPAN-Meta-YAML-0.010.tar.gz',
328 'FILES' => q[cpan/CPAN-Meta-YAML],
331 't/04_scalar.t', # requires YAML.pm
337 'DISTRIBUTION' => 'SMUELLER/Data-Dumper-2.145.tar.gz',
338 'FILES' => q[dist/Data-Dumper],
342 'DISTRIBUTION' => 'PMQS/DB_File-1.831.tar.gz',
343 'FILES' => q[cpan/DB_File],
354 'DISTRIBUTION' => 'MHX/Devel-PPPort-3.21.tar.gz',
355 # RJBS has asked MHX to have UPSTREAM be 'blead'
356 # (i.e. move this from cpan/ to dist/)
357 'FILES' => q[cpan/Devel-PPPort],
359 'PPPort.pm', # we use PPPort_pm.PL instead
364 'Devel::SelfStubber' => {
365 'DISTRIBUTION' => 'FLORA/Devel-SelfStubber-1.05.tar.gz',
366 'FILES' => q[dist/Devel-SelfStubber],
367 'EXCLUDED' => [qr{^t/release-.*\.t}],
371 'DISTRIBUTION' => 'GAAS/Digest-1.17.tar.gz',
372 'FILES' => q[cpan/Digest],
373 'EXCLUDED' => ['digest-bench'],
377 'DISTRIBUTION' => 'GAAS/Digest-MD5-2.53.tar.gz',
378 'FILES' => q[cpan/Digest-MD5],
379 'EXCLUDED' => ['rfc1321.txt'],
380 # Waiting to be merged upstream: see CPAN RT#89612
381 'CUSTOMIZED' => ['t/files.t'],
385 'DISTRIBUTION' => 'MSHELOR/Digest-SHA-5.85.tar.gz',
386 'FILES' => q[cpan/Digest-SHA],
396 'DISTRIBUTION' => 'FLORA/Dumpvalue-1.17.tar.gz',
397 'FILES' => q[dist/Dumpvalue],
398 'EXCLUDED' => [qr{^t/release-.*\.t}],
402 'DISTRIBUTION' => 'DANKOGAI/Encode-2.55.tar.gz',
403 'FILES' => q[cpan/Encode],
406 'encoding::warnings' => {
407 'DISTRIBUTION' => 'AUDREYT/encoding-warnings-0.11.tar.gz',
408 'FILES' => q[cpan/encoding-warnings],
416 'DISTRIBUTION' => 'FLORA/Env-1.04.tar.gz',
417 'FILES' => q[dist/Env],
418 'EXCLUDED' => [qr{^t/release-.*\.t}],
422 'DISTRIBUTION' => 'TODDR/Exporter-5.68.tar.gz',
423 'FILES' => q[dist/Exporter],
431 'ExtUtils::CBuilder' => {
432 'DISTRIBUTION' => 'AMBS/ExtUtils/ExtUtils-CBuilder-0.280212.tar.gz',
433 'FILES' => q[dist/ExtUtils-CBuilder],
440 'ExtUtils::Command' => {
441 'DISTRIBUTION' => 'FLORA/ExtUtils-Command-1.18.tar.gz',
442 'FILES' => q[dist/ExtUtils-Command],
443 'EXCLUDED' => [qr{^t/release-}],
446 'ExtUtils::Constant' => {
448 # Nick has confirmed that while we have diverged from CPAN,
449 # this package isn't primarily maintained in core
450 # Another release will happen "Sometime"
451 'DISTRIBUTION' => '', #'NWCLARK/ExtUtils-Constant-0.16.tar.gz',
452 'FILES' => q[cpan/ExtUtils-Constant],
454 qw( lib/ExtUtils/Constant/Aaargh56Hash.pm
455 examples/perl_keyword.pl
456 examples/perl_regcomp_posix_keyword.pl
461 'ExtUtils::Install' => {
462 'DISTRIBUTION' => 'YVES/ExtUtils-Install-1.54.tar.gz',
463 'FILES' => q[dist/ExtUtils-Install],
465 qw( t/lib/Test/Builder.pm
466 t/lib/Test/Builder/Module.pm
475 'ExtUtils::MakeMaker' => {
476 'DISTRIBUTION' => 'BINGOS/ExtUtils-MakeMaker-6.84.tar.gz',
477 'FILES' => q[cpan/ExtUtils-MakeMaker],
481 qr{^t/Liblist_Kid.t},
489 'ExtUtils::Manifest' => {
490 'DISTRIBUTION' => 'FLORA/ExtUtils-Manifest-1.63.tar.gz',
491 'FILES' => q[dist/ExtUtils-Manifest],
492 'EXCLUDED' => [qr(t/release-.*\.t)],
495 'ExtUtils::ParseXS' => {
496 'DISTRIBUTION' => 'SMUELLER/ExtUtils-ParseXS-3.22.tar.gz',
497 'FILES' => q[dist/ExtUtils-ParseXS],
501 'DISTRIBUTION' => 'BINGOS/File-Fetch-0.46.tar.gz',
502 'FILES' => q[cpan/File-Fetch],
506 'DISTRIBUTION' => 'DLAND/File-Path-2.09.tar.gz',
507 'FILES' => q[cpan/File-Path],
509 qw( eg/setup-extra-tests
514 '' => 'cpan/File-Path/lib/File/',
515 't/' => 'cpan/File-Path/t/',
520 'DISTRIBUTION' => 'DAGOLDEN/File-Temp-0.2304.tar.gz',
521 'FILES' => q[cpan/File-Temp],
523 qw( misc/benchmark.pl
526 qw[t/00-report-prereqs.t],
531 'Filter::Simple' => {
532 'DISTRIBUTION' => 'SMUELLER/Filter-Simple-0.88.tar.gz',
533 'FILES' => q[dist/Filter-Simple],
539 'Filter::Util::Call' => {
540 'DISTRIBUTION' => 'RURBAN/Filter-1.49.tar.gz',
541 'FILES' => q[cpan/Filter-Util-Call
562 t/z_perl_minimum_version.t
568 'Call/' => 'cpan/Filter-Util-Call/',
569 'filter-util.pl' => 'cpan/Filter-Util-Call/filter-util.pl',
570 'perlfilter.pod' => 'pod/perlfilter.pod',
571 '' => 'cpan/Filter-Util-Call/',
576 'DISTRIBUTION' => 'JV/Getopt-Long-2.42.tar.gz',
577 'FILES' => q[cpan/Getopt-Long],
580 qw( perl-Getopt-Long.spec
588 'DISTRIBUTION' => 'DAGOLDEN/HTTP-Tiny-0.039.tar.gz',
589 'FILES' => q[cpan/HTTP-Tiny],
592 't/00-report-prereqs.t',
594 't/200_live_local_ip.t',
602 'DISTRIBUTION' => 'FLORA/I18N-Collate-1.02.tar.gz',
603 'FILES' => q[dist/I18N-Collate],
604 'EXCLUDED' => [qr{^t/release-.*\.t}],
607 'I18N::LangTags' => {
608 'FILES' => q[dist/I18N-LangTags],
612 'DISTRIBUTION' => 'ILYAZ/modules/if-0.0601.tar.gz',
613 'FILES' => q[dist/if],
617 'DISTRIBUTION' => 'GBARR/IO-1.25.tar.gz',
618 'FILES' => q[dist/IO/],
619 'EXCLUDED' => ['t/test.pl'],
623 'DISTRIBUTION' => 'PMQS/IO-Compress-2.063.tar.gz',
624 'FILES' => q[cpan/IO-Compress],
628 't/010examples-bzip2.t',
629 't/010examples-zlib.t',
635 'DISTRIBUTION' => 'TOMHUGHES/IO-Zlib-1.10.tar.gz',
636 'FILES' => q[cpan/IO-Zlib],
640 'DISTRIBUTION' => 'BINGOS/IPC-Cmd-0.90.tar.gz',
641 'FILES' => q[cpan/IPC-Cmd],
645 'DISTRIBUTION' => 'MHX/IPC-SysV-2.04.tar.gz',
646 'FILES' => q[cpan/IPC-SysV],
655 'DISTRIBUTION' => 'MAKAMAKA/JSON-PP-2.27203.tar.gz',
656 'FILES' => q[cpan/JSON-PP],
660 'DISTRIBUTION' => 'SMUELLER/lib-0.63.tar.gz',
661 'FILES' => q[dist/lib/],
670 'DISTRIBUTION' => 'SHAY/libnet-1.23.tar.gz',
671 'FILES' => q[cpan/libnet],
678 # Customized for perl since we cannot use either an auto-generated
679 # script or the version in the CPAN distro.
680 'CUSTOMIZED' => ['Makefile.PL'],
684 'DISTRIBUTION' => 'SBECK/Locale-Codes-3.28.tar.gz',
685 'FILES' => q[cpan/Locale-Codes],
691 qr{^t/runtests\.bat},
697 'Locale::Maketext' => {
698 'DISTRIBUTION' => 'TODDR/Locale-Maketext-1.23.tar.gz',
699 'FILES' => q[dist/Locale-Maketext],
709 'Locale::Maketext::Simple' => {
710 'DISTRIBUTION' => 'JESSE/Locale-Maketext-Simple-0.21.tar.gz',
711 'FILES' => q[cpan/Locale-Maketext-Simple],
715 'DISTRIBUTION' => 'PJACKLAM/Math-BigInt-1.997.tar.gz',
716 'FILES' => q[dist/Math-BigInt],
728 'Math::BigInt::FastCalc' => {
729 'DISTRIBUTION' => 'PJACKLAM/Math-BigInt-FastCalc-0.30.tar.gz',
730 'FILES' => q[dist/Math-BigInt-FastCalc],
739 # instead we use the versions of these test
740 # files that come with Math::BigInt:
752 'DISTRIBUTION' => 'PJACKLAM/Math-BigRat-0.2602.tar.gz',
753 'FILES' => q[dist/Math-BigRat],
765 'DISTRIBUTION' => 'ZEFRAM/Math-Complex-1.59.tar.gz',
766 'FILES' => q[cpan/Math-Complex],
775 'DISTRIBUTION' => 'MJD/Memoize-1.03.tgz',
776 'FILES' => q[cpan/Memoize],
777 'EXCLUDED' => ['article.html'],
781 'DISTRIBUTION' => 'GAAS/MIME-Base64-3.14.tar.gz',
782 'FILES' => q[cpan/MIME-Base64],
783 'EXCLUDED' => ['t/bad-sv.t'],
787 # To update Module-Build in blead see
788 # https://github.com/Perl-Toolchain-Gang/Module-Build/blob/master/devtools/patching_blead.pod
792 'DISTRIBUTION' => 'LEONT/Module-Build-0.4203.tar.gz',
793 'FILES' => q[cpan/Module-Build],
801 # Generated file, not part of the CPAN distro:
802 'CUSTOMIZED' => ['lib/Module/Build/ConfigData.pm'],
803 'DEPRECATED' => '5.019000',
806 'Module::CoreList' => {
807 'DISTRIBUTION' => 'BINGOS/Module-CoreList-3.02.tar.gz',
808 'FILES' => q[dist/Module-CoreList],
812 'DISTRIBUTION' => 'BINGOS/Module-Load-0.24.tar.gz',
813 'FILES' => q[cpan/Module-Load],
816 'Module::Load::Conditional' => {
817 'DISTRIBUTION' => 'BINGOS/Module-Load-Conditional-0.58.tar.gz',
818 'FILES' => q[cpan/Module-Load-Conditional],
821 'Module::Loaded' => {
822 'DISTRIBUTION' => 'BINGOS/Module-Loaded-0.08.tar.gz',
823 'FILES' => q[cpan/Module-Loaded],
826 'Module::Metadata' => {
827 'DISTRIBUTION' => 'ETHER/Module-Metadata-1.000019.tar.gz',
828 'FILES' => q[cpan/Module-Metadata],
836 'DISTRIBUTION' => 'SMPETERS/Net-Ping-2.41.tar.gz',
837 'FILES' => q[dist/Net-Ping],
845 'DISTRIBUTION' => 'FLORA/NEXT-0.65.tar.gz',
846 'FILES' => q[cpan/NEXT],
847 'EXCLUDED' => [qr{^demo/}],
850 'Package::Constants' => {
851 'DISTRIBUTION' => 'BINGOS/Package-Constants-0.04.tar.gz',
852 'FILES' => q[cpan/Package-Constants],
853 'DEPRECATED' => '5.019006',
857 'DISTRIBUTION' => 'BINGOS/Params-Check-0.38.tar.gz',
858 'FILES' => q[cpan/Params-Check],
862 'DISTRIBUTION' => 'CORION/parent-0.228.tar.gz',
863 'FILES' => q[cpan/parent],
866 'Parse::CPAN::Meta' => {
867 'DISTRIBUTION' => 'DAGOLDEN/Parse-CPAN-Meta-1.4409.tar.gz',
868 'FILES' => q[cpan/Parse-CPAN-Meta],
871 qw[t/00-report-prereqs.t],
877 'DISTRIBUTION' => 'SMUELLER/PathTools-3.40.tar.gz',
878 'FILES' => q[dist/PathTools],
879 'EXCLUDED' => [qr{^t/lib/Test/}],
883 'DISTRIBUTION' => 'DAGOLDEN/Perl-OSType-1.006.tar.gz',
884 'FILES' => q[cpan/Perl-OSType],
885 'EXCLUDED' => [qw(tidyall.ini), qr/^xt/, qr{^t/00-}],
889 'DISTRIBUTION' => 'LLAP/perlfaq-5.0150044.tar.gz',
890 'FILES' => q[cpan/perlfaq],
892 qw( t/release-pod-syntax.t
899 'PerlIO::via::QuotedPrint' => {
900 'DISTRIBUTION' => 'ELIZABETH/PerlIO-via-QuotedPrint-0.07.tar.gz',
901 'FILES' => q[cpan/PerlIO-via-QuotedPrint],
903 # Waiting to be merged upstream: see CPAN RT#54047
912 'DISTRIBUTION' => 'MAREKR/Pod-Checker-1.60.tar.gz',
913 'FILES' => q[cpan/Pod-Checker],
917 'DISTRIBUTION' => 'SBURKE/Pod-Escapes-1.04.tar.gz',
918 'FILES' => q[cpan/Pod-Escapes],
922 'DISTRIBUTION' => 'MAREKR/Pod-Parser-1.61.tar.gz',
923 'FILES' => q[cpan/Pod-Parser],
927 'DISTRIBUTION' => 'MALLEN/Pod-Perldoc-3.20.tar.gz',
928 'FILES' => q[cpan/Pod-Perldoc],
930 # in blead, the perldoc executable is generated by perldoc.PL
932 # XXX We can and should fix this, but clean up the DRY-failure in utils
934 'EXCLUDED' => ['perldoc'],
938 'DISTRIBUTION' => 'DWHEELER/Pod-Simple-3.28.tar.gz',
939 'FILES' => q[cpan/Pod-Simple],
943 'DISTRIBUTION' => 'MAREKR/Pod-Usage-1.63.tar.gz',
944 'FILES' => q[cpan/Pod-Usage],
948 'DISTRIBUTION' => 'RRA/podlators-2.5.3.tar.gz',
949 'FILES' => q[cpan/podlators pod/perlpodstyle.pod],
951 # The perl distribution has pod2man.PL and pod2text.PL, which are
952 # run to create pod2man and pod2text, while the CPAN distribution
953 # just has the post-generated pod2man and pod2text files.
954 # The following entries attempt to codify that odd fact.
956 qw( scripts/pod2man.PL
961 '' => 'cpan/podlators/',
962 'scripts/pod2man' => 'cpan/podlators/scripts/pod2man.PL',
963 'scripts/pod2text' => 'cpan/podlators/scripts/pod2text.PL',
965 # this file lives outside the cpan/ directory
966 'pod/perlpodstyle.pod' => 'pod/perlpodstyle.pod',
971 'DISTRIBUTION' => 'RGARCIA/Safe-2.35.tar.gz',
972 'FILES' => q[dist/Safe],
975 'Scalar-List-Utils' => {
976 'DISTRIBUTION' => 'PEVANS/Scalar-List-Utils-1.35.tar.gz',
977 'FILES' => q[cpan/Scalar-List-Utils],
981 'DISTRIBUTION' => 'DAGOLDEN/Search-Dict-1.07.tar.gz',
982 'FILES' => q[dist/Search-Dict],
986 'DISTRIBUTION' => 'SMUELLER/SelfLoader-1.20.tar.gz',
987 'FILES' => q[dist/SelfLoader],
988 'EXCLUDED' => ['t/00pod.t'],
992 'DISTRIBUTION' => 'PEVANS/Socket-2.013.tar.gz',
993 'FILES' => q[cpan/Socket],
997 'DISTRIBUTION' => 'AMS/Storable-2.45.tar.gz',
998 'FILES' => q[dist/Storable],
1002 'DISTRIBUTION' => 'SAPER/Sys-Syslog-0.33.tar.gz',
1003 'FILES' => q[cpan/Sys-Syslog],
1018 'Term::ANSIColor' => {
1019 'DISTRIBUTION' => 'RRA/Term-ANSIColor-4.02.tar.gz',
1020 'FILES' => q[cpan/Term-ANSIColor],
1037 'DISTRIBUTION' => 'JSTOWE/Term-Cap-1.15.tar.gz',
1038 'FILES' => q[cpan/Term-Cap],
1041 'Term::Complete' => {
1042 'DISTRIBUTION' => 'FLORA/Term-Complete-1.402.tar.gz',
1043 'FILES' => q[dist/Term-Complete],
1044 'EXCLUDED' => [qr{^t/release-.*\.t}],
1047 'Term::ReadLine' => {
1048 'DISTRIBUTION' => 'FLORA/Term-ReadLine-1.14.tar.gz',
1049 'FILES' => q[dist/Term-ReadLine],
1050 'EXCLUDED' => [qr{^t/release-.*\.t}],
1054 'DISTRIBUTION' => 'JESSE/Test-1.26.tar.gz',
1055 'FILES' => q[cpan/Test],
1058 'Test::Harness' => {
1059 'DISTRIBUTION' => 'LEONT/Test-Harness-3.30.tar.gz',
1060 'FILES' => q[cpan/Test-Harness],
1067 MANIFEST.CUMMULATIVE
1078 'DISTRIBUTION' => 'RJBS/Test-Simple-1.001002.tar.gz',
1079 'FILES' => q[cpan/Test-Simple],
1089 t/Builder/reset_outputs.t
1090 lib/Test/Builder/IO/Scalar.pm
1096 'DISTRIBUTION' => 'FLORA/Text-Abbrev-1.02.tar.gz',
1097 'FILES' => q[dist/Text-Abbrev],
1098 'EXCLUDED' => [qr{^t/release-.*\.t}],
1101 'Text::Balanced' => {
1102 'DISTRIBUTION' => 'ADAMK/Text-Balanced-2.02.tar.gz',
1103 'FILES' => q[cpan/Text-Balanced],
1111 # Waiting to be merged upstream: see CPAN RT#87788
1127 'Text::ParseWords' => {
1128 'DISTRIBUTION' => 'CHORNY/Text-ParseWords-3.29.tar.gz',
1129 'FILES' => q[cpan/Text-ParseWords],
1131 # Waiting to be merged upstream: see CPAN RT#50929
1138 # For the benefit of make_ext.pl, we have to have this accessible:
1140 'ParseWords.pm' => 'cpan/Text-ParseWords/lib/Text/ParseWords.pm',
1141 '' => 'cpan/Text-ParseWords/',
1145 'Text-Tabs+Wrap' => {
1146 'DISTRIBUTION' => 'MUIR/modules/Text-Tabs+Wrap-2013.0523.tar.gz',
1147 'FILES' => q[cpan/Text-Tabs],
1150 't/dnsparks.t', # see af6492bf9e
1153 '' => 'cpan/Text-Tabs/',
1154 'lib.modern/Text/Tabs.pm' => 'cpan/Text-Tabs/lib/Text/Tabs.pm',
1155 'lib.modern/Text/Wrap.pm' => 'cpan/Text-Tabs/lib/Text/Wrap.pm',
1159 'Thread::Queue' => {
1160 'DISTRIBUTION' => 'JDHEDDEN/Thread-Queue-3.02.tar.gz',
1161 'FILES' => q[dist/Thread-Queue],
1171 'Thread::Semaphore' => {
1172 'DISTRIBUTION' => 'JDHEDDEN/Thread-Semaphore-2.12.tar.gz',
1173 'FILES' => q[dist/Thread-Semaphore],
1175 qw( examples/semaphore.pl
1184 'DISTRIBUTION' => 'JDHEDDEN/threads-1.89.tar.gz',
1185 'FILES' => q[dist/threads],
1195 'threads::shared' => {
1196 'DISTRIBUTION' => 'JDHEDDEN/threads-shared-1.45.tar.gz',
1197 'FILES' => q[dist/threads-shared],
1199 qw( examples/class.pl
1208 'DISTRIBUTION' => 'TODDR/Tie-File-0.98.tar.gz',
1209 'FILES' => q[dist/Tie-File],
1213 'DISTRIBUTION' => 'FLORA/Tie-RefHash-1.39.tar.gz',
1214 'FILES' => q[cpan/Tie-RefHash],
1218 'DISTRIBUTION' => 'ZEFRAM/Time-HiRes-1.9726.tar.gz',
1219 'FILES' => q[cpan/Time-HiRes],
1223 'DISTRIBUTION' => 'DROLSKY/Time-Local-1.2300.tar.gz',
1224 'FILES' => q[cpan/Time-Local],
1226 qr{^t/release-.*\.t},
1231 'DISTRIBUTION' => 'RJBS/Time-Piece-1.24.tar.gz',
1232 'FILES' => q[cpan/Time-Piece],
1235 'Unicode::Collate' => {
1236 'DISTRIBUTION' => 'SADAHIRO/Unicode-Collate-1.04.tar.gz',
1237 'FILES' => q[cpan/Unicode-Collate],
1249 'Unicode::Normalize' => {
1250 'DISTRIBUTION' => 'SADAHIRO/Unicode-Normalize-1.17.tar.gz',
1251 'FILES' => q[cpan/Unicode-Normalize],
1262 'DISTRIBUTION' => 'JPEACOCK/version-0.9904.tar.gz',
1263 'FILES' => q[cpan/version],
1266 'lib/version/typemap',
1271 # Waiting to be merged upstream: see CPAN RT#87513
1279 # Remove this (so it reverts to 'cpan') when [cpan #88458] is resolved
1280 'UPSTREAM' => 'blead',
1293 'DISTRIBUTION' => "JDB/Win32-0.48.tar.gz",
1294 'FILES' => q[cpan/Win32],
1297 'Win32API::File' => {
1298 'DISTRIBUTION' => 'CHORNY/Win32API-File-0.1201.tar.gz',
1299 'FILES' => q[cpan/Win32API-File],
1307 'DISTRIBUTION' => 'SAPER/XSLoader-0.16.tar.gz',
1308 'FILES' => q[dist/XSLoader],
1318 'XSLoader.pm', # we use XSLoader_pm.PL
1322 # this pseudo-module represents all the files under ext/ and lib/
1323 # that aren't otherwise claimed. This means that the following two
1324 # commands will check that every file under ext/ and lib/ is
1325 # accounted for, and that there are no duplicates:
1327 # perl Porting/Maintainers --checkmani lib ext
1328 # perl Porting/Maintainers --checkmani
1336 ext/ExtUtils-Miniperl/
1343 ext/Hash-Util-FieldHash/
1351 ext/PerlIO-encoding/
1359 ext/Tie-Hash-NamedCapture/
1371 lib/AnyDBM_File.{pm,t}
1372 lib/Benchmark.{pm,t}
1373 lib/B/Deparse{.pm,.t,-core.t}
1375 lib/Class/Struct.{pm,t}
1377 lib/Config/Extensions.{pm,t}
1381 lib/DirHandle.{pm,t}
1383 lib/ExtUtils/Embed.pm
1384 lib/ExtUtils/XSSymSet.pm
1385 lib/ExtUtils/t/Embed.t
1386 lib/ExtUtils/typemap
1387 lib/File/Basename.{pm,t}
1388 lib/File/Compare.{pm,t}
1389 lib/File/Copy.{pm,t}
1390 lib/File/stat{.pm,.t,-7896.t}
1391 lib/FileHandle.{pm,t}
1393 lib/Getopt/Std.{pm,t}
1395 lib/Net/hostent.{pm,t}
1396 lib/Net/netent.{pm,t}
1397 lib/Net/protoent.{pm,t}
1398 lib/Net/servent.{pm,t}
1400 lib/Pod/t/InputObjects.t
1404 lib/SelectSaver.{pm,t}
1413 lib/Tie/Scalar.{pm,t}
1414 lib/Tie/StdHandle.pm
1415 lib/Tie/SubstrHash.{pm,t}
1416 lib/Time/gmtime.{pm,t}
1417 lib/Time/localtime.{pm,t}
1421 lib/Unicode/UCD.{pm,t}
1422 lib/User/grent.{pm,t}
1423 lib/User/pwent.{pm,t}
1428 lib/charnames.{pm,t}
1429 lib/dbm_filter_util.pl
1431 lib/diagnostics.{pm,t}
1442 lib/overload/numbers.pm
1443 lib/overloading.{pm,t}
1444 lib/overload{.pm,.t,64.t}
1454 lib/vars{.pm,.t,_carp.t}
1461 for ( values %Modules ) {
1462 $_->{CPAN} = !!$_->{DISTRIBUTION};
1465 # legacy UPSTREAM flag
1466 for ( keys %Modules ) {
1467 # Keep any existing UPSTREAM flag so that "overrides" can be applied
1468 next if exists $Modules{$_}{UPSTREAM};
1470 if ($_ eq '_PERLLIB' or $Modules{$_}{FILES} =~ m{^\s*(?:dist|ext|lib)/}) {
1471 $Modules{$_}{UPSTREAM} = 'blead';
1473 elsif ($Modules{$_}{FILES} =~ m{^\s*cpan/}) {
1474 $Modules{$_}{UPSTREAM} = 'cpan';
1477 warn "Unexpected location of FILES for module $_: $Modules{$_}{FILES}";
1481 # legacy MAINTAINER field
1482 for ( keys %Modules ) {
1483 # Keep any existing MAINTAINER flag so that "overrides" can be applied
1484 next if exists $Modules{$_}{MAINTAINER};
1486 if ($Modules{$_}{UPSTREAM} eq 'blead') {
1487 $Modules{$_}{MAINTAINER} = 'P5P';
1488 $Maintainers{P5P} = 'perl5-porters <perl5-porters@perl.org>';
1490 elsif (exists $Modules{$_}{DISTRIBUTION}) {
1491 (my $pause_id = $Modules{$_}{DISTRIBUTION}) =~ s{/.*$}{};
1492 $Modules{$_}{MAINTAINER} = $pause_id;
1493 $Maintainers{$pause_id} = "<$pause_id\@cpan.org>";
1496 warn "No DISTRIBUTION for non-blead module $_";