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.63.tar.gz',
202 'FILES' => q[cpan/CGI],
206 t/gen-tests/gen-start-end-tags.pl
212 'Compress::Raw::Bzip2' => {
213 'DISTRIBUTION' => 'PMQS/Compress-Raw-Bzip2-2.063.tar.gz',
214 'FILES' => q[cpan/Compress-Raw-Bzip2],
217 'bzip2-src/bzip2-cpp.patch',
221 'Compress::Raw::Zlib' => {
222 'DISTRIBUTION' => 'PMQS/Compress-Raw-Zlib-2.063.tar.gz',
224 'FILES' => q[cpan/Compress-Raw-Zlib],
234 'Config::Perl::V' => {
235 'DISTRIBUTION' => 'HMBRAND/Config-Perl-V-0.19.tgz',
236 'FILES' => q[cpan/Config-Perl-V],
237 'EXCLUDED' => ['examples/show-v.pl'],
241 'DISTRIBUTION' => 'SAPER/constant-1.27.tar.gz',
242 'FILES' => q[dist/constant],
254 'DISTRIBUTION' => 'ANDK/CPAN-2.03-TRIAL.tar.gz',
255 'FILES' => q[cpan/CPAN],
259 qr{^t/CPAN/authors/},
260 qw( lib/CPAN/Admin.pm
275 t/43distroprefspref.t
281 t/71_minimumversion.t
282 t/CPAN/CpanTestDummies-1.55.pm
284 t/CPAN/TestMirroredBy
286 t/CPAN/modules/02packages.details.txt
287 t/CPAN/modules/03modlist.data
288 t/data/META-dynamic.json
289 t/data/META-dynamic.yml
290 t/data/META-static.json
291 t/data/META-static.yml
301 # Note: When updating CPAN-Meta the META.* files will need to be regenerated
302 # perl -Icpan/CPAN-Meta/lib Porting/makemeta
304 'DISTRIBUTION' => 'DAGOLDEN/CPAN-Meta-2.132830.tar.gz',
305 'FILES' => q[cpan/CPAN-Meta],
308 qw[t/00-report-prereqs.t],
309 qr{t/README-data.txt},
315 'CPAN::Meta::Requirements' => {
316 'DISTRIBUTION' => 'DAGOLDEN/CPAN-Meta-Requirements-2.125.tar.gz',
317 'FILES' => q[cpan/CPAN-Meta-Requirements],
320 qw(t/00-report-prereqs.t),
325 'CPAN::Meta::YAML' => {
326 'DISTRIBUTION' => 'DAGOLDEN/CPAN-Meta-YAML-0.010.tar.gz',
327 'FILES' => q[cpan/CPAN-Meta-YAML],
330 't/04_scalar.t', # requires YAML.pm
336 'DISTRIBUTION' => 'SMUELLER/Data-Dumper-2.145.tar.gz',
337 'FILES' => q[dist/Data-Dumper],
341 'DISTRIBUTION' => 'PMQS/DB_File-1.830.tar.gz',
342 'FILES' => q[cpan/DB_File],
353 'DISTRIBUTION' => 'MHX/Devel-PPPort-3.21.tar.gz',
354 # RJBS has asked MHX to have UPSTREAM be 'blead'
355 # (i.e. move this from cpan/ to dist/)
356 'FILES' => q[cpan/Devel-PPPort],
358 'PPPort.pm', # we use PPPort_pm.PL instead
363 'Devel::SelfStubber' => {
364 'DISTRIBUTION' => 'FLORA/Devel-SelfStubber-1.05.tar.gz',
365 'FILES' => q[dist/Devel-SelfStubber],
366 'EXCLUDED' => [qr{^t/release-.*\.t}],
370 'DISTRIBUTION' => 'GAAS/Digest-1.17.tar.gz',
371 'FILES' => q[cpan/Digest],
372 'EXCLUDED' => ['digest-bench'],
376 'DISTRIBUTION' => 'GAAS/Digest-MD5-2.53.tar.gz',
377 'FILES' => q[cpan/Digest-MD5],
378 'EXCLUDED' => ['rfc1321.txt'],
379 # Waiting to be merged upstream: see CPAN RT#89612
380 'CUSTOMIZED' => ['t/files.t'],
384 'DISTRIBUTION' => 'MSHELOR/Digest-SHA-5.85.tar.gz',
385 'FILES' => q[cpan/Digest-SHA],
395 'DISTRIBUTION' => 'FLORA/Dumpvalue-1.17.tar.gz',
396 'FILES' => q[dist/Dumpvalue],
397 'EXCLUDED' => [qr{^t/release-.*\.t}],
401 'DISTRIBUTION' => 'DANKOGAI/Encode-2.55.tar.gz',
402 'FILES' => q[cpan/Encode],
405 'encoding::warnings' => {
406 'DISTRIBUTION' => 'AUDREYT/encoding-warnings-0.11.tar.gz',
407 'FILES' => q[cpan/encoding-warnings],
415 'DISTRIBUTION' => 'FLORA/Env-1.04.tar.gz',
416 'FILES' => q[dist/Env],
417 'EXCLUDED' => [qr{^t/release-.*\.t}],
421 'DISTRIBUTION' => 'TODDR/Exporter-5.68.tar.gz',
422 'FILES' => q[dist/Exporter],
430 'ExtUtils::CBuilder' => {
431 'DISTRIBUTION' => 'AMBS/ExtUtils/ExtUtils-CBuilder-0.280212.tar.gz',
432 'FILES' => q[dist/ExtUtils-CBuilder],
439 'ExtUtils::Command' => {
440 'DISTRIBUTION' => 'FLORA/ExtUtils-Command-1.18.tar.gz',
441 'FILES' => q[dist/ExtUtils-Command],
442 'EXCLUDED' => [qr{^t/release-}],
445 'ExtUtils::Constant' => {
447 # Nick has confirmed that while we have diverged from CPAN,
448 # this package isn't primarily maintained in core
449 # Another release will happen "Sometime"
450 'DISTRIBUTION' => '', #'NWCLARK/ExtUtils-Constant-0.16.tar.gz',
451 'FILES' => q[cpan/ExtUtils-Constant],
453 qw( lib/ExtUtils/Constant/Aaargh56Hash.pm
454 examples/perl_keyword.pl
455 examples/perl_regcomp_posix_keyword.pl
460 'ExtUtils::Install' => {
461 'DISTRIBUTION' => 'YVES/ExtUtils-Install-1.54.tar.gz',
462 'FILES' => q[dist/ExtUtils-Install],
464 qw( t/lib/Test/Builder.pm
465 t/lib/Test/Builder/Module.pm
474 'ExtUtils::MakeMaker' => {
475 'DISTRIBUTION' => 'BINGOS/ExtUtils-MakeMaker-6.82.tar.gz',
476 'FILES' => q[cpan/ExtUtils-MakeMaker],
480 qr{^t/Liblist_Kid.t},
488 'ExtUtils::Manifest' => {
489 'DISTRIBUTION' => 'FLORA/ExtUtils-Manifest-1.63.tar.gz',
490 'FILES' => q[dist/ExtUtils-Manifest],
491 'EXCLUDED' => [qr(t/release-.*\.t)],
494 'ExtUtils::ParseXS' => {
495 'DISTRIBUTION' => 'SMUELLER/ExtUtils-ParseXS-3.22.tar.gz',
496 'FILES' => q[dist/ExtUtils-ParseXS],
500 'DISTRIBUTION' => 'BINGOS/File-Fetch-0.44.tar.gz',
501 'FILES' => q[cpan/File-Fetch],
505 'DISTRIBUTION' => 'DLAND/File-Path-2.09.tar.gz',
506 'FILES' => q[cpan/File-Path],
508 qw( eg/setup-extra-tests
513 '' => 'cpan/File-Path/lib/File/',
514 't/' => 'cpan/File-Path/t/',
519 'DISTRIBUTION' => 'DAGOLDEN/File-Temp-0.2304.tar.gz',
520 'FILES' => q[cpan/File-Temp],
522 qw( misc/benchmark.pl
525 qw[t/00-report-prereqs.t],
530 'Filter::Simple' => {
531 'DISTRIBUTION' => 'SMUELLER/Filter-Simple-0.88.tar.gz',
532 'FILES' => q[dist/Filter-Simple],
538 'Filter::Util::Call' => {
539 'DISTRIBUTION' => 'RURBAN/Filter-1.49.tar.gz',
540 'FILES' => q[cpan/Filter-Util-Call
561 t/z_perl_minimum_version.t
567 'Call/' => 'cpan/Filter-Util-Call/',
568 'filter-util.pl' => 'cpan/Filter-Util-Call/filter-util.pl',
569 'perlfilter.pod' => 'pod/perlfilter.pod',
570 '' => 'cpan/Filter-Util-Call/',
575 'DISTRIBUTION' => 'JV/Getopt-Long-2.42.tar.gz',
576 'FILES' => q[cpan/Getopt-Long],
579 qw( perl-Getopt-Long.spec
587 'DISTRIBUTION' => 'DAGOLDEN/HTTP-Tiny-0.037.tar.gz',
588 'FILES' => q[cpan/HTTP-Tiny],
591 't/00-report-prereqs.t',
593 't/200_live_local_ip.t',
601 'DISTRIBUTION' => 'FLORA/I18N-Collate-1.02.tar.gz',
602 'FILES' => q[dist/I18N-Collate],
603 'EXCLUDED' => [qr{^t/release-.*\.t}],
606 'I18N::LangTags' => {
607 'FILES' => q[dist/I18N-LangTags],
611 'DISTRIBUTION' => 'ILYAZ/modules/if-0.0601.tar.gz',
612 'FILES' => q[dist/if],
616 'DISTRIBUTION' => 'GBARR/IO-1.25.tar.gz',
617 'FILES' => q[dist/IO/],
618 'EXCLUDED' => ['t/test.pl'],
622 'DISTRIBUTION' => 'PMQS/IO-Compress-2.063.tar.gz',
623 'FILES' => q[cpan/IO-Compress],
627 't/010examples-bzip2.t',
628 't/010examples-zlib.t',
634 'DISTRIBUTION' => 'TOMHUGHES/IO-Zlib-1.10.tar.gz',
635 'FILES' => q[cpan/IO-Zlib],
639 'DISTRIBUTION' => 'BINGOS/IPC-Cmd-0.86.tar.gz',
640 'FILES' => q[cpan/IPC-Cmd],
644 'DISTRIBUTION' => 'MHX/IPC-SysV-2.04.tar.gz',
645 'FILES' => q[cpan/IPC-SysV],
654 'DISTRIBUTION' => 'MAKAMAKA/JSON-PP-2.27203.tar.gz',
655 'FILES' => q[cpan/JSON-PP],
659 'DISTRIBUTION' => 'SMUELLER/lib-0.63.tar.gz',
660 'FILES' => q[dist/lib/],
669 'DISTRIBUTION' => 'SHAY/libnet-1.23.tar.gz',
670 'FILES' => q[cpan/libnet],
677 # Customized for perl since we cannot use either an auto-generated
678 # script or the version in the CPAN distro.
679 'CUSTOMIZED' => ['Makefile.PL'],
683 'DISTRIBUTION' => 'SBECK/Locale-Codes-3.27.tar.gz',
684 'FILES' => q[cpan/Locale-Codes],
690 qr{^t/runtests\.bat},
696 'Locale::Maketext' => {
697 'DISTRIBUTION' => 'TODDR/Locale-Maketext-1.23.tar.gz',
698 'FILES' => q[dist/Locale-Maketext],
708 'Locale::Maketext::Simple' => {
709 'DISTRIBUTION' => 'JESSE/Locale-Maketext-Simple-0.21.tar.gz',
710 'FILES' => q[cpan/Locale-Maketext-Simple],
714 'DISTRIBUTION' => 'PJACKLAM/Math-BigInt-1.997.tar.gz',
715 'FILES' => q[dist/Math-BigInt],
727 'Math::BigInt::FastCalc' => {
728 'DISTRIBUTION' => 'PJACKLAM/Math-BigInt-FastCalc-0.30.tar.gz',
729 'FILES' => q[dist/Math-BigInt-FastCalc],
738 # instead we use the versions of these test
739 # files that come with Math::BigInt:
751 'DISTRIBUTION' => 'PJACKLAM/Math-BigRat-0.2602.tar.gz',
752 'FILES' => q[dist/Math-BigRat],
764 'DISTRIBUTION' => 'ZEFRAM/Math-Complex-1.59.tar.gz',
765 'FILES' => q[cpan/Math-Complex],
774 'DISTRIBUTION' => 'MJD/Memoize-1.03.tgz',
775 'FILES' => q[cpan/Memoize],
776 'EXCLUDED' => ['article.html'],
780 'DISTRIBUTION' => 'GAAS/MIME-Base64-3.14.tar.gz',
781 'FILES' => q[cpan/MIME-Base64],
782 'EXCLUDED' => ['t/bad-sv.t'],
786 # To update Module-Build in blead see
787 # https://github.com/Perl-Toolchain-Gang/Module-Build/blob/master/devtools/patching_blead.pod
791 'DISTRIBUTION' => 'LEONT/Module-Build-0.4200.tar.gz',
792 'FILES' => q[cpan/Module-Build],
800 # Generated file, not part of the CPAN distro:
801 'CUSTOMIZED' => ['lib/Module/Build/ConfigData.pm'],
802 'DEPRECATED' => '5.019000',
805 'Module::CoreList' => {
806 'DISTRIBUTION' => 'BINGOS/Module-CoreList-3.00.tar.gz',
807 'FILES' => q[dist/Module-CoreList],
811 'DISTRIBUTION' => 'BINGOS/Module-Load-0.24.tar.gz',
812 'FILES' => q[cpan/Module-Load],
815 'Module::Load::Conditional' => {
816 'DISTRIBUTION' => 'BINGOS/Module-Load-Conditional-0.58.tar.gz',
817 'FILES' => q[cpan/Module-Load-Conditional],
820 'Module::Loaded' => {
821 'DISTRIBUTION' => 'BINGOS/Module-Loaded-0.08.tar.gz',
822 'FILES' => q[cpan/Module-Loaded],
825 'Module::Metadata' => {
826 'DISTRIBUTION' => 'ETHER/Module-Metadata-1.000019.tar.gz',
827 'FILES' => q[cpan/Module-Metadata],
835 'DISTRIBUTION' => 'SMPETERS/Net-Ping-2.41.tar.gz',
836 'FILES' => q[dist/Net-Ping],
844 'DISTRIBUTION' => 'FLORA/NEXT-0.65.tar.gz',
845 'FILES' => q[cpan/NEXT],
846 'EXCLUDED' => [qr{^demo/}],
849 'Package::Constants' => {
850 'DISTRIBUTION' => 'BINGOS/Package-Constants-0.04.tar.gz',
851 'FILES' => q[cpan/Package-Constants],
852 'DEPRECATED' => '5.019006',
856 'DISTRIBUTION' => 'BINGOS/Params-Check-0.38.tar.gz',
857 'FILES' => q[cpan/Params-Check],
861 'DISTRIBUTION' => 'CORION/parent-0.228.tar.gz',
862 'FILES' => q[cpan/parent],
865 'Parse::CPAN::Meta' => {
866 'DISTRIBUTION' => 'DAGOLDEN/Parse-CPAN-Meta-1.4409.tar.gz',
867 'FILES' => q[cpan/Parse-CPAN-Meta],
870 qw[t/00-report-prereqs.t],
876 'DISTRIBUTION' => 'SMUELLER/PathTools-3.40.tar.gz',
877 'FILES' => q[dist/Cwd],
878 'EXCLUDED' => [qr{^t/lib/Test/}],
880 # NOTE: PathTools is in dist/Cwd/ instead of dist/PathTools because it
881 # contains Cwd.xs and something, possibly Makefile.SH, makes an assumption
882 # that the leafname of some file corresponds with the pathname of the
887 'DISTRIBUTION' => 'DAGOLDEN/Perl-OSType-1.006.tar.gz',
888 'FILES' => q[cpan/Perl-OSType],
889 'EXCLUDED' => [qw(tidyall.ini), qr/^xt/, qr{^t/00-}],
893 'DISTRIBUTION' => 'LLAP/perlfaq-5.0150044.tar.gz',
894 'FILES' => q[cpan/perlfaq],
896 qw( t/release-pod-syntax.t
903 'PerlIO::via::QuotedPrint' => {
904 'DISTRIBUTION' => 'ELIZABETH/PerlIO-via-QuotedPrint-0.07.tar.gz',
905 'FILES' => q[cpan/PerlIO-via-QuotedPrint],
907 # Waiting to be merged upstream: see CPAN RT#54047
916 'DISTRIBUTION' => 'MAREKR/Pod-Checker-1.60.tar.gz',
917 'FILES' => q[cpan/Pod-Checker],
921 'DISTRIBUTION' => 'SBURKE/Pod-Escapes-1.04.tar.gz',
922 'FILES' => q[cpan/Pod-Escapes],
926 'DISTRIBUTION' => 'MAREKR/Pod-Parser-1.61.tar.gz',
927 'FILES' => q[cpan/Pod-Parser],
931 'DISTRIBUTION' => 'MALLEN/Pod-Perldoc-3.20.tar.gz',
932 'FILES' => q[cpan/Pod-Perldoc],
934 # in blead, the perldoc executable is generated by perldoc.PL
936 # XXX We can and should fix this, but clean up the DRY-failure in utils
938 'EXCLUDED' => ['perldoc'],
942 'DISTRIBUTION' => 'DWHEELER/Pod-Simple-3.28.tar.gz',
943 'FILES' => q[cpan/Pod-Simple],
947 'DISTRIBUTION' => 'MAREKR/Pod-Usage-1.63.tar.gz',
948 'FILES' => q[cpan/Pod-Usage],
952 'DISTRIBUTION' => 'RRA/podlators-2.5.3.tar.gz',
953 'FILES' => q[cpan/podlators pod/perlpodstyle.pod],
955 # The perl distribution has pod2man.PL and pod2text.PL, which are
956 # run to create pod2man and pod2text, while the CPAN distribution
957 # just has the post-generated pod2man and pod2text files.
958 # The following entries attempt to codify that odd fact.
960 qw( scripts/pod2man.PL
965 '' => 'cpan/podlators/',
966 'scripts/pod2man' => 'cpan/podlators/scripts/pod2man.PL',
967 'scripts/pod2text' => 'cpan/podlators/scripts/pod2text.PL',
969 # this file lives outside the cpan/ directory
970 'pod/perlpodstyle.pod' => 'pod/perlpodstyle.pod',
975 'DISTRIBUTION' => 'RGARCIA/Safe-2.35.tar.gz',
976 'FILES' => q[dist/Safe],
979 'Scalar-List-Utils' => {
980 'DISTRIBUTION' => 'PEVANS/Scalar-List-Utils-1.35.tar.gz',
981 'FILES' => q[cpan/List-Util],
985 'DISTRIBUTION' => 'DAGOLDEN/Search-Dict-1.07.tar.gz',
986 'FILES' => q[dist/Search-Dict],
990 'DISTRIBUTION' => 'SMUELLER/SelfLoader-1.20.tar.gz',
991 'FILES' => q[dist/SelfLoader],
992 'EXCLUDED' => ['t/00pod.t'],
996 'DISTRIBUTION' => 'PEVANS/Socket-2.013.tar.gz',
997 'FILES' => q[cpan/Socket],
1001 'DISTRIBUTION' => 'AMS/Storable-2.45.tar.gz',
1002 'FILES' => q[dist/Storable],
1006 'DISTRIBUTION' => 'SAPER/Sys-Syslog-0.33.tar.gz',
1007 'FILES' => q[cpan/Sys-Syslog],
1022 'Term::ANSIColor' => {
1023 'DISTRIBUTION' => 'RRA/Term-ANSIColor-4.02.tar.gz',
1024 'FILES' => q[cpan/Term-ANSIColor],
1041 'DISTRIBUTION' => 'JSTOWE/Term-Cap-1.15.tar.gz',
1042 'FILES' => q[cpan/Term-Cap],
1045 'Term::Complete' => {
1046 'DISTRIBUTION' => 'FLORA/Term-Complete-1.402.tar.gz',
1047 'FILES' => q[dist/Term-Complete],
1048 'EXCLUDED' => [qr{^t/release-.*\.t}],
1051 'Term::ReadLine' => {
1052 'DISTRIBUTION' => 'FLORA/Term-ReadLine-1.14.tar.gz',
1053 'FILES' => q[dist/Term-ReadLine],
1054 'EXCLUDED' => [qr{^t/release-.*\.t}],
1058 'DISTRIBUTION' => 'JESSE/Test-1.26.tar.gz',
1059 'FILES' => q[cpan/Test],
1062 'Test::Harness' => {
1063 'DISTRIBUTION' => 'LEONT/Test-Harness-3.30.tar.gz',
1064 'FILES' => q[cpan/Test-Harness],
1071 MANIFEST.CUMMULATIVE
1082 'DISTRIBUTION' => 'RJBS/Test-Simple-1.001002.tar.gz',
1083 'FILES' => q[cpan/Test-Simple],
1093 t/Builder/reset_outputs.t
1094 lib/Test/Builder/IO/Scalar.pm
1100 'DISTRIBUTION' => 'FLORA/Text-Abbrev-1.02.tar.gz',
1101 'FILES' => q[dist/Text-Abbrev],
1102 'EXCLUDED' => [qr{^t/release-.*\.t}],
1105 'Text::Balanced' => {
1106 'DISTRIBUTION' => 'ADAMK/Text-Balanced-2.02.tar.gz',
1107 'FILES' => q[cpan/Text-Balanced],
1115 # Waiting to be merged upstream: see CPAN RT#87788
1131 'Text::ParseWords' => {
1132 'DISTRIBUTION' => 'CHORNY/Text-ParseWords-3.29.tar.gz',
1133 'FILES' => q[cpan/Text-ParseWords],
1135 # Waiting to be merged upstream: see CPAN RT#50929
1142 # For the benefit of make_ext.pl, we have to have this accessible:
1144 'ParseWords.pm' => 'cpan/Text-ParseWords/lib/Text/ParseWords.pm',
1145 '' => 'cpan/Text-ParseWords/',
1149 'Text-Tabs+Wrap' => {
1150 'DISTRIBUTION' => 'MUIR/modules/Text-Tabs+Wrap-2013.0523.tar.gz',
1151 'FILES' => q[cpan/Text-Tabs],
1154 't/dnsparks.t', # see af6492bf9e
1157 '' => 'cpan/Text-Tabs/',
1158 'lib.modern/Text/Tabs.pm' => 'cpan/Text-Tabs/lib/Text/Tabs.pm',
1159 'lib.modern/Text/Wrap.pm' => 'cpan/Text-Tabs/lib/Text/Wrap.pm',
1163 'Thread::Queue' => {
1164 'DISTRIBUTION' => 'JDHEDDEN/Thread-Queue-3.02.tar.gz',
1165 'FILES' => q[dist/Thread-Queue],
1175 'Thread::Semaphore' => {
1176 'DISTRIBUTION' => 'JDHEDDEN/Thread-Semaphore-2.12.tar.gz',
1177 'FILES' => q[dist/Thread-Semaphore],
1179 qw( examples/semaphore.pl
1188 'DISTRIBUTION' => 'JDHEDDEN/threads-1.89.tar.gz',
1189 'FILES' => q[dist/threads],
1199 'threads::shared' => {
1200 'DISTRIBUTION' => 'JDHEDDEN/threads-shared-1.45.tar.gz',
1201 'FILES' => q[dist/threads-shared],
1203 qw( examples/class.pl
1212 'DISTRIBUTION' => 'TODDR/Tie-File-0.98.tar.gz',
1213 'FILES' => q[dist/Tie-File],
1217 'DISTRIBUTION' => 'FLORA/Tie-RefHash-1.39.tar.gz',
1218 'FILES' => q[cpan/Tie-RefHash],
1222 'DISTRIBUTION' => 'ZEFRAM/Time-HiRes-1.9726.tar.gz',
1223 'FILES' => q[cpan/Time-HiRes],
1227 'DISTRIBUTION' => 'DROLSKY/Time-Local-1.2300.tar.gz',
1228 'FILES' => q[cpan/Time-Local],
1230 qr{^t/release-.*\.t},
1235 'DISTRIBUTION' => 'RJBS/Time-Piece-1.23.tar.gz',
1236 'FILES' => q[cpan/Time-Piece],
1239 'Unicode::Collate' => {
1240 'DISTRIBUTION' => 'SADAHIRO/Unicode-Collate-1.02.tar.gz',
1241 'FILES' => q[cpan/Unicode-Collate],
1253 'Unicode::Normalize' => {
1254 'DISTRIBUTION' => 'SADAHIRO/Unicode-Normalize-1.17.tar.gz',
1255 'FILES' => q[cpan/Unicode-Normalize],
1266 'DISTRIBUTION' => 'JPEACOCK/version-0.9904.tar.gz',
1267 'FILES' => q[cpan/version],
1270 'lib/version/typemap',
1275 # Waiting to be merged upstream: see CPAN RT#87513
1283 # Remove this (so it reverts to 'cpan') when [cpan #88458] is resolved
1284 'UPSTREAM' => 'blead',
1297 'DISTRIBUTION' => "JDB/Win32-0.47.tar.gz",
1298 'FILES' => q[cpan/Win32],
1301 'Win32API::File' => {
1302 'DISTRIBUTION' => 'CHORNY/Win32API-File-0.1201.tar.gz',
1303 'FILES' => q[cpan/Win32API-File],
1311 'DISTRIBUTION' => 'SAPER/XSLoader-0.16.tar.gz',
1312 'FILES' => q[dist/XSLoader],
1322 'XSLoader.pm', # we use XSLoader_pm.PL
1326 # this pseudo-module represents all the files under ext/ and lib/
1327 # that aren't otherwise claimed. This means that the following two
1328 # commands will check that every file under ext/ and lib/ is
1329 # accounted for, and that there are no duplicates:
1331 # perl Porting/Maintainers --checkmani lib ext
1332 # perl Porting/Maintainers --checkmani
1340 ext/ExtUtils-Miniperl/
1347 ext/Hash-Util-FieldHash/
1355 ext/PerlIO-encoding/
1363 ext/Tie-Hash-NamedCapture/
1375 lib/AnyDBM_File.{pm,t}
1376 lib/Benchmark.{pm,t}
1377 lib/B/Deparse{.pm,.t,-core.t}
1379 lib/Class/Struct.{pm,t}
1381 lib/Config/Extensions.{pm,t}
1385 lib/DirHandle.{pm,t}
1387 lib/ExtUtils/Embed.pm
1388 lib/ExtUtils/XSSymSet.pm
1389 lib/ExtUtils/t/Embed.t
1390 lib/ExtUtils/typemap
1391 lib/File/Basename.{pm,t}
1392 lib/File/Compare.{pm,t}
1393 lib/File/Copy.{pm,t}
1394 lib/File/stat{.pm,.t,-7896.t}
1395 lib/FileHandle.{pm,t}
1397 lib/Getopt/Std.{pm,t}
1399 lib/Net/hostent.{pm,t}
1400 lib/Net/netent.{pm,t}
1401 lib/Net/protoent.{pm,t}
1402 lib/Net/servent.{pm,t}
1404 lib/Pod/t/InputObjects.t
1408 lib/SelectSaver.{pm,t}
1417 lib/Tie/Scalar.{pm,t}
1418 lib/Tie/StdHandle.pm
1419 lib/Tie/SubstrHash.{pm,t}
1420 lib/Time/gmtime.{pm,t}
1421 lib/Time/localtime.{pm,t}
1425 lib/Unicode/UCD.{pm,t}
1426 lib/User/grent.{pm,t}
1427 lib/User/pwent.{pm,t}
1432 lib/charnames.{pm,t}
1433 lib/dbm_filter_util.pl
1435 lib/diagnostics.{pm,t}
1446 lib/overload/numbers.pm
1447 lib/overloading.{pm,t}
1448 lib/overload{.pm,.t,64.t}
1458 lib/vars{.pm,.t,_carp.t}
1465 for ( values %Modules ) {
1466 $_->{CPAN} = !!$_->{DISTRIBUTION};
1469 # legacy UPSTREAM flag
1470 for ( keys %Modules ) {
1471 # Keep any existing UPSTREAM flag so that "overrides" can be applied
1472 next if exists $Modules{$_}{UPSTREAM};
1474 if ($_ eq '_PERLLIB' or $Modules{$_}{FILES} =~ m{^\s*(?:dist|ext|lib)/}) {
1475 $Modules{$_}{UPSTREAM} = 'blead';
1477 elsif ($Modules{$_}{FILES} =~ m{^\s*cpan/}) {
1478 $Modules{$_}{UPSTREAM} = 'cpan';
1481 warn "Unexpected location of FILES for module $_: $Modules{$_}{FILES}";
1485 # legacy MAINTAINER field
1486 for ( keys %Modules ) {
1487 # Keep any existing MAINTAINER flag so that "overrides" can be applied
1488 next if exists $Modules{$_}{MAINTAINER};
1490 if ($Modules{$_}{UPSTREAM} eq 'blead') {
1491 $Modules{$_}{MAINTAINER} = 'P5P';
1492 $Maintainers{P5P} = 'perl5-porters <perl5-porters@perl.org>';
1494 elsif (exists $Modules{$_}{DISTRIBUTION}) {
1495 (my $pause_id = $Modules{$_}{DISTRIBUTION}) =~ s{/.*$}{};
1496 $Modules{$_}{MAINTAINER} = $pause_id;
1497 $Maintainers{$pause_id} = "<$pause_id\@cpan.org>";
1500 warn "No DISTRIBUTION for non-blead module $_";