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 .perlcriticrc .perltidyrc
20 .travis.yml ANNOUNCE Announce Artistic AUTHORS BENCHMARK BUGS Build.PL
21 CHANGELOG ChangeLog Changelog CHANGES Changes CONTRIBUTING CONTRIBUTING.mkdn
22 COPYING Copying cpanfile CREDITS dist.ini GOALS HISTORY INSTALL INSTALL.SKIP
23 LICENCE LICENSE Makefile.PL MANIFEST MANIFEST.SKIP META.json META.yml
24 MYMETA.json MYMETA.yml NEW NEWS NOTES perlcritic.rc ppport.h README
25 README.md README.pod README.PATCHING SIGNATURE THANKS TODO Todo VERSION WHATSNEW
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-2.00.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-2.04.tar.gz',
123 'FILES' => q[cpan/Archive-Tar],
124 'BUGS' => 'bug-archive-tar@rt.cpan.org',
130 'Attribute::Handlers' => {
131 'DISTRIBUTION' => 'RJBS/Attribute-Handlers-0.99.tar.gz',
132 'FILES' => q[dist/Attribute-Handlers],
136 'DISTRIBUTION' => 'PJF/autodie-2.29.tar.gz',
137 'FILES' => q[cpan/autodie],
141 # All these tests depend upon external
142 # modules that don't exist when we're
143 # building the core. Hence, they can
144 # never run, and should not be merged.
145 qw( t/author-critic.t
152 t/release-pod-coverage.t
153 t/release-pod-syntax.t
159 'CUSTOMIZED' => [ qw[ t/mkdir.t ] ],
163 'DISTRIBUTION' => 'SMUELLER/AutoLoader-5.74.tar.gz',
164 'FILES' => q[cpan/AutoLoader],
165 'EXCLUDED' => ['t/00pod.t'],
169 'DISTRIBUTION' => 'WOLFSAGE/autouse-1.08.tar.gz',
170 'FILES' => q[dist/autouse],
171 'EXCLUDED' => [qr{^t/release-.*\.t}],
175 'DISTRIBUTION' => 'RURBAN/B-Debug-1.23.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' => 'RJBS/Carp-1.36.tar.gz',
198 'FILES' => q[dist/Carp],
201 'Compress::Raw::Bzip2' => {
202 'DISTRIBUTION' => 'PMQS/Compress-Raw-Bzip2-2.068.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.068.tar.gz',
213 'FILES' => q[cpan/Compress-Raw-Zlib],
223 'Config::Perl::V' => {
224 'DISTRIBUTION' => 'HMBRAND/Config-Perl-V-0.24.tgz',
225 'FILES' => q[cpan/Config-Perl-V],
232 'DISTRIBUTION' => 'RJBS/constant-1.33.tar.gz',
233 'FILES' => q[dist/constant],
245 'DISTRIBUTION' => 'ANDK/CPAN-2.10.tar.gz',
246 'FILES' => q[cpan/CPAN],
253 qw( lib/CPAN/Admin.pm
267 t/43distroprefspref.t
274 t/71_minimumversion.t
280 # See commit 3198fda65dbcd975c56916e4b98f515fab7f02e5
281 'CUSTOMIZED' => [ qw[ lib/CPAN.pm ] ],
284 # Note: When updating CPAN-Meta the META.* files will need to be regenerated
285 # perl -Icpan/CPAN-Meta/lib Porting/makemeta
287 'DISTRIBUTION' => 'DAGOLDEN/CPAN-Meta-2.150005.tar.gz',
288 'FILES' => q[cpan/CPAN-Meta],
290 qw[t/00-report-prereqs.t
291 t/00-report-prereqs.dd
292 t/data-test/x_deprecated-META.json
293 t/data-valid/x_deprecated-META.yml
300 'CPAN::Meta::Requirements' => {
301 'DISTRIBUTION' => 'DAGOLDEN/CPAN-Meta-Requirements-2.133.tar.gz',
302 'FILES' => q[cpan/CPAN-Meta-Requirements],
304 qw(t/00-report-prereqs.t),
305 qw(t/00-report-prereqs.dd),
306 qw(t/version-cleanup.t),
311 'CPAN::Meta::YAML' => {
312 'DISTRIBUTION' => 'DAGOLDEN/CPAN-Meta-YAML-0.016.tar.gz',
313 'FILES' => q[cpan/CPAN-Meta-YAML],
315 't/00-report-prereqs.t',
316 't/00-report-prereqs.dd',
322 'DISTRIBUTION' => 'SMUELLER/Data-Dumper-2.154.tar.gz',
323 'FILES' => q[dist/Data-Dumper],
327 'DISTRIBUTION' => 'PMQS/DB_File-1.835.tar.gz',
328 'FILES' => q[cpan/DB_File],
339 'DISTRIBUTION' => 'WOLFSAGE/Devel-PPPort-3.31.tar.gz',
340 # RJBS has asked MHX to have UPSTREAM be 'blead'
341 # (i.e. move this from cpan/ to dist/)
342 'FILES' => q[cpan/Devel-PPPort],
344 'PPPort.pm', # we use PPPort_pm.PL instead
348 'Devel::SelfStubber' => {
349 'DISTRIBUTION' => 'FLORA/Devel-SelfStubber-1.05.tar.gz',
350 'FILES' => q[dist/Devel-SelfStubber],
351 'EXCLUDED' => [qr{^t/release-.*\.t}],
355 'DISTRIBUTION' => 'GAAS/Digest-1.17.tar.gz',
356 'FILES' => q[cpan/Digest],
357 'EXCLUDED' => ['digest-bench'],
361 'DISTRIBUTION' => 'GAAS/Digest-MD5-2.54.tar.gz',
362 'FILES' => q[cpan/Digest-MD5],
363 'EXCLUDED' => ['rfc1321.txt'],
367 'DISTRIBUTION' => 'MSHELOR/Digest-SHA-5.95.tar.gz',
368 'FILES' => q[cpan/Digest-SHA],
378 'DISTRIBUTION' => 'FLORA/Dumpvalue-1.17.tar.gz',
379 'FILES' => q[dist/Dumpvalue],
380 'EXCLUDED' => [qr{^t/release-.*\.t}],
384 'DISTRIBUTION' => 'DANKOGAI/Encode-2.76.tar.gz',
385 'FILES' => q[cpan/Encode],
388 'encoding::warnings' => {
389 'DISTRIBUTION' => 'AUDREYT/encoding-warnings-0.11.tar.gz',
390 'FILES' => q[cpan/encoding-warnings],
398 'DISTRIBUTION' => 'FLORA/Env-1.04.tar.gz',
399 'FILES' => q[dist/Env],
400 'EXCLUDED' => [qr{^t/release-.*\.t}],
404 'DISTRIBUTION' => 'LEONT/experimental-0.013.tar.gz',
405 'FILES' => q[cpan/experimental],
407 qr{^t/release-.*\.t},
413 'DISTRIBUTION' => 'TODDR/Exporter-5.72.tar.gz',
414 'FILES' => q[dist/Exporter],
422 'ExtUtils::CBuilder' => {
423 'DISTRIBUTION' => 'AMBS/ExtUtils-CBuilder-0.280223.tar.gz',
424 'FILES' => q[dist/ExtUtils-CBuilder],
431 'ExtUtils::Command' => {
432 'DISTRIBUTION' => 'BINGOS/ExtUtils-Command-1.20.tar.gz',
433 'FILES' => q[cpan/ExtUtils-Command],
434 'EXCLUDED' => [qr{^xt/}],
437 'ExtUtils::Constant' => {
439 # Nick has confirmed that while we have diverged from CPAN,
440 # this package isn't primarily maintained in core
441 # Another release will happen "Sometime"
442 'DISTRIBUTION' => '', #'NWCLARK/ExtUtils-Constant-0.16.tar.gz',
443 'FILES' => q[cpan/ExtUtils-Constant],
445 qw( lib/ExtUtils/Constant/Aaargh56Hash.pm
446 examples/perl_keyword.pl
447 examples/perl_regcomp_posix_keyword.pl
452 'ExtUtils::Install' => {
453 'DISTRIBUTION' => 'BINGOS/ExtUtils-Install-2.04.tar.gz',
454 'FILES' => q[cpan/ExtUtils-Install],
456 qw( t/lib/Test/Builder.pm
457 t/lib/Test/Builder/Module.pm
466 'ExtUtils::MakeMaker' => {
467 'DISTRIBUTION' => 'BINGOS/ExtUtils-MakeMaker-7.04.tar.gz',
468 'FILES' => q[cpan/ExtUtils-MakeMaker],
472 qr{^t/Liblist_Kid.t},
478 # Applied upstream remove customisation when updating EUMM
479 'CUSTOMIZED' => [ qw[ t/pm_to_blib.t
481 lib/ExtUtils/Command/MM.pm
482 lib/ExtUtils/Liblist.pm
483 lib/ExtUtils/Liblist/Kid.pm
485 lib/ExtUtils/MM_AIX.pm
486 lib/ExtUtils/MM_Any.pm
487 lib/ExtUtils/MM_BeOS.pm
488 lib/ExtUtils/MM_Cygwin.pm
489 lib/ExtUtils/MM_DOS.pm
490 lib/ExtUtils/MM_Darwin.pm
491 lib/ExtUtils/MM_MacOS.pm
492 lib/ExtUtils/MM_NW5.pm
493 lib/ExtUtils/MM_OS2.pm
494 lib/ExtUtils/MM_QNX.pm
495 lib/ExtUtils/MM_UWIN.pm
496 lib/ExtUtils/MM_Unix.pm
497 lib/ExtUtils/MM_VMS.pm
498 lib/ExtUtils/MM_VOS.pm
499 lib/ExtUtils/MM_Win32.pm
500 lib/ExtUtils/MM_Win95.pm
502 lib/ExtUtils/MakeMaker.pm
503 lib/ExtUtils/MakeMaker/Config.pm
504 lib/ExtUtils/MakeMaker/FAQ.pod
505 lib/ExtUtils/MakeMaker/Locale.pm
506 lib/ExtUtils/MakeMaker/Tutorial.pod
507 lib/ExtUtils/MakeMaker/version.pm
508 lib/ExtUtils/MakeMaker/version/regex.pm
509 lib/ExtUtils/MakeMaker/version/vpp.pm
510 lib/ExtUtils/Mkbootstrap.pm
511 lib/ExtUtils/Mksymlists.pm
512 lib/ExtUtils/testlib.pm ] ],
515 'ExtUtils::Manifest' => {
516 'DISTRIBUTION' => 'ETHER/ExtUtils-Manifest-1.70.tar.gz',
517 'FILES' => q[cpan/ExtUtils-Manifest],
519 qr(^t/00-report-prereqs),
524 'ExtUtils::ParseXS' => {
525 'DISTRIBUTION' => 'SMUELLER/ExtUtils-ParseXS-3.24.tar.gz',
526 'FILES' => q[dist/ExtUtils-ParseXS],
530 'DISTRIBUTION' => 'BINGOS/File-Fetch-0.48.tar.gz',
531 'FILES' => q[cpan/File-Fetch],
535 'DISTRIBUTION' => 'RICHE/File-Path-2.11.tar.gz',
536 'FILES' => q[cpan/File-Path],
538 qw( eg/setup-extra-tests
545 'DISTRIBUTION' => 'DAGOLDEN/File-Temp-0.2304.tar.gz',
546 'FILES' => q[cpan/File-Temp],
548 qw( misc/benchmark.pl
551 qw[t/00-report-prereqs.t],
556 'Filter::Simple' => {
557 'DISTRIBUTION' => 'SMUELLER/Filter-Simple-0.91.tar.gz',
558 'FILES' => q[dist/Filter-Simple],
564 'Filter::Util::Call' => {
565 'DISTRIBUTION' => 'RURBAN/Filter-1.55.tar.gz',
566 'FILES' => q[cpan/Filter-Util-Call
587 t/z_perl_minimum_version.t
593 'Call/' => 'cpan/Filter-Util-Call/',
594 'filter-util.pl' => 'cpan/Filter-Util-Call/filter-util.pl',
595 'perlfilter.pod' => 'pod/perlfilter.pod',
596 '' => 'cpan/Filter-Util-Call/',
601 'DISTRIBUTION' => 'JV/Getopt-Long-2.47.tar.gz',
602 'FILES' => q[cpan/Getopt-Long],
605 qw( perl-Getopt-Long.spec
613 'DISTRIBUTION' => 'DAGOLDEN/HTTP-Tiny-0.056.tar.gz',
614 'FILES' => q[cpan/HTTP-Tiny],
616 't/00-report-prereqs.t',
617 't/00-report-prereqs.dd',
619 't/200_live_local_ip.t',
627 'DISTRIBUTION' => 'FLORA/I18N-Collate-1.02.tar.gz',
628 'FILES' => q[dist/I18N-Collate],
629 'EXCLUDED' => [qr{^t/release-.*\.t}],
632 'I18N::LangTags' => {
633 'FILES' => q[dist/I18N-LangTags],
637 'DISTRIBUTION' => 'ILYAZ/modules/if-0.0601.tar.gz',
638 'FILES' => q[dist/if],
642 'DISTRIBUTION' => 'GBARR/IO-1.25.tar.gz',
643 'FILES' => q[dist/IO/],
644 'EXCLUDED' => ['t/test.pl'],
648 'DISTRIBUTION' => 'PMQS/IO-Compress-2.068.tar.gz',
649 'FILES' => q[cpan/IO-Compress],
653 't/010examples-bzip2.t',
654 't/010examples-zlib.t',
659 'IO::Socket::IP' => {
660 'DISTRIBUTION' => 'PEVANS/IO-Socket-IP-0.37.tar.gz',
661 'FILES' => q[cpan/IO-Socket-IP],
668 'DISTRIBUTION' => 'TOMHUGHES/IO-Zlib-1.10.tar.gz',
669 'FILES' => q[cpan/IO-Zlib],
673 'DISTRIBUTION' => 'BINGOS/IPC-Cmd-0.92.tar.gz',
674 'FILES' => q[cpan/IPC-Cmd],
678 'DISTRIBUTION' => 'MHX/IPC-SysV-2.04.tar.gz',
679 'FILES' => q[cpan/IPC-SysV],
688 'DISTRIBUTION' => 'MAKAMAKA/JSON-PP-2.27300.tar.gz',
689 'FILES' => q[cpan/JSON-PP],
693 'DISTRIBUTION' => 'SMUELLER/lib-0.63.tar.gz',
694 'FILES' => q[dist/lib/],
703 'DISTRIBUTION' => 'SHAY/libnet-3.07.tar.gz',
704 'FILES' => q[cpan/libnet],
718 'DISTRIBUTION' => 'SBECK/Locale-Codes-3.35.tar.gz',
719 'FILES' => q[cpan/Locale-Codes],
726 qr{^t/runtests\.bat},
732 'Locale::Maketext' => {
733 'DISTRIBUTION' => 'TODDR/Locale-Maketext-1.26.tar.gz',
734 'FILES' => q[dist/Locale-Maketext],
744 'Locale::Maketext::Simple' => {
745 'DISTRIBUTION' => 'JESSE/Locale-Maketext-Simple-0.21.tar.gz',
746 'FILES' => q[cpan/Locale-Maketext-Simple],
750 'DISTRIBUTION' => 'PJACKLAM/Math-BigInt-1.9993.tar.gz',
751 'FILES' => q[dist/Math-BigInt],
763 'Math::BigInt::FastCalc' => {
764 'DISTRIBUTION' => 'PJACKLAM/Math-BigInt-FastCalc-0.31.tar.gz',
765 'FILES' => q[dist/Math-BigInt-FastCalc],
774 # instead we use the versions of these test
775 # files that come with Math::BigInt:
787 'DISTRIBUTION' => 'PJACKLAM/Math-BigRat-0.2606.tar.gz',
788 'FILES' => q[dist/Math-BigRat],
800 'DISTRIBUTION' => 'ZEFRAM/Math-Complex-1.59.tar.gz',
801 'FILES' => q[cpan/Math-Complex],
810 'DISTRIBUTION' => 'MJD/Memoize-1.03.tgz',
811 'FILES' => q[cpan/Memoize],
812 'EXCLUDED' => ['article.html'],
816 'DISTRIBUTION' => 'GAAS/MIME-Base64-3.15.tar.gz',
817 'FILES' => q[cpan/MIME-Base64],
818 'EXCLUDED' => ['t/bad-sv.t'],
821 'Module::CoreList' => {
822 'DISTRIBUTION' => 'BINGOS/Module-CoreList-5.20150720.tar.gz',
823 'FILES' => q[dist/Module-CoreList],
827 'DISTRIBUTION' => 'BINGOS/Module-Load-0.32.tar.gz',
828 'FILES' => q[cpan/Module-Load],
831 'Module::Load::Conditional' => {
832 'DISTRIBUTION' => 'BINGOS/Module-Load-Conditional-0.64.tar.gz',
833 'FILES' => q[cpan/Module-Load-Conditional],
836 'Module::Loaded' => {
837 'DISTRIBUTION' => 'BINGOS/Module-Loaded-0.08.tar.gz',
838 'FILES' => q[cpan/Module-Loaded],
841 'Module::Metadata' => {
842 'DISTRIBUTION' => 'ETHER/Module-Metadata-1.000027.tar.gz',
843 'FILES' => q[cpan/Module-Metadata],
845 qw(t/00-report-prereqs.t),
846 qw(t/00-report-prereqs.dd),
852 'DISTRIBUTION' => 'SMPETERS/Net-Ping-2.41.tar.gz',
853 'FILES' => q[dist/Net-Ping],
857 'DISTRIBUTION' => 'FLORA/NEXT-0.65.tar.gz',
858 'FILES' => q[cpan/NEXT],
859 'EXCLUDED' => [qr{^demo/}],
863 'DISTRIBUTION' => 'BINGOS/Params-Check-0.38.tar.gz',
864 'FILES' => q[cpan/Params-Check],
868 'DISTRIBUTION' => 'CORION/parent-0.234.tar.gz',
869 'FILES' => q[cpan/parent],
872 'Parse::CPAN::Meta' => {
873 'DISTRIBUTION' => 'DAGOLDEN/Parse-CPAN-Meta-1.4417.tar.gz',
874 'FILES' => q[cpan/Parse-CPAN-Meta],
876 qw[t/00-report-prereqs.dd],
877 qw[t/00-report-prereqs.t],
883 'DISTRIBUTION' => 'SMUELLER/PathTools-3.47.tar.gz',
884 'FILES' => q[dist/PathTools],
885 'EXCLUDED' => [qr{^t/lib/Test/}],
889 'DISTRIBUTION' => 'DAGOLDEN/Perl-OSType-1.008.tar.gz',
890 'FILES' => q[cpan/Perl-OSType],
891 'EXCLUDED' => [qw(tidyall.ini), qr/^xt/, qr{^t/00-}],
895 'DISTRIBUTION' => 'LLAP/perlfaq-5.021010.tar.gz',
896 'FILES' => q[cpan/perlfaq],
898 qw( inc/CreateQuestionList.pm
905 'PerlIO::via::QuotedPrint' => {
906 'DISTRIBUTION' => 'SHAY/PerlIO-via-QuotedPrint-0.08.tar.gz',
907 'FILES' => q[cpan/PerlIO-via-QuotedPrint],
911 'DISTRIBUTION' => 'MAREKR/Pod-Checker-1.60.tar.gz',
912 'FILES' => q[cpan/Pod-Checker],
916 'DISTRIBUTION' => 'NEILB/Pod-Escapes-1.07.tar.gz',
917 'FILES' => q[cpan/Pod-Escapes],
921 'DISTRIBUTION' => 'MAREKR/Pod-Parser-1.63.tar.gz',
922 'FILES' => q[cpan/Pod-Parser],
926 'DISTRIBUTION' => 'MALLEN/Pod-Perldoc-3.25.tar.gz',
927 'FILES' => q[cpan/Pod-Perldoc],
929 # Note that we use the CPAN-provided Makefile.PL, since it
930 # contains special handling of the installation of perldoc.pod
932 # In blead, the perldoc executable is generated by perldoc.PL
934 # XXX We can and should fix this, but clean up the DRY-failure in utils
936 'EXCLUDED' => ['perldoc'],
940 'DISTRIBUTION' => 'DWHEELER/Pod-Simple-3.30.tar.gz',
941 'FILES' => q[cpan/Pod-Simple],
942 # https://rt.cpan.org/Public/Bug/Display.html?id=103439
943 # https://rt.cpan.org/Public/Bug/Display.html?id=105192
944 # https://rt.cpan.org/Public/Bug/Display.html?id=105511
946 qw( lib/Pod/Simple/Search.pm
947 lib/Pod/Simple/BlackBox.pm
959 'DISTRIBUTION' => 'MAREKR/Pod-Usage-1.67.tar.gz',
960 'FILES' => q[cpan/Pod-Usage],
964 'DISTRIBUTION' => 'RRA/podlators-2.5.3.tar.gz',
965 'FILES' => q[cpan/podlators pod/perlpodstyle.pod],
967 # The perl distribution has pod2man.PL and pod2text.PL, which are
968 # run to create pod2man and pod2text, while the CPAN distribution
969 # just has the post-generated pod2man and pod2text files.
970 # The following entries attempt to codify that odd fact.
972 qw( scripts/pod2man.PL
977 '' => 'cpan/podlators/',
978 'scripts/pod2man' => 'cpan/podlators/scripts/pod2man.PL',
979 'scripts/pod2text' => 'cpan/podlators/scripts/pod2text.PL',
981 # this file lives outside the cpan/ directory
982 'pod/perlpodstyle.pod' => 'pod/perlpodstyle.pod',
987 'DISTRIBUTION' => 'RGARCIA/Safe-2.35.tar.gz',
988 'FILES' => q[dist/Safe],
991 'Scalar-List-Utils' => {
992 'DISTRIBUTION' => 'PEVANS/Scalar-List-Utils-1.42.tar.gz',
993 'FILES' => q[cpan/Scalar-List-Utils],
994 # Waiting to be merged upstream:
995 # https://github.com/Scalar-List-Utils/Scalar-List-Utils/pull/24
1007 'DISTRIBUTION' => 'DAGOLDEN/Search-Dict-1.07.tar.gz',
1008 'FILES' => q[dist/Search-Dict],
1012 'DISTRIBUTION' => 'SMUELLER/SelfLoader-1.20.tar.gz',
1013 'FILES' => q[dist/SelfLoader],
1014 'EXCLUDED' => ['t/00pod.t'],
1018 'DISTRIBUTION' => 'PEVANS/Socket-2.020.tar.gz',
1019 'FILES' => q[cpan/Socket],
1023 'DISTRIBUTION' => 'AMS/Storable-2.51.tar.gz',
1024 'FILES' => q[dist/Storable],
1028 'DISTRIBUTION' => 'SAPER/Sys-Syslog-0.33.tar.gz',
1029 'FILES' => q[cpan/Sys-Syslog],
1044 'Term::ANSIColor' => {
1045 'DISTRIBUTION' => 'RRA/Term-ANSIColor-4.03.tar.gz',
1046 'FILES' => q[cpan/Term-ANSIColor],
1052 qw( t/module/aliases-env.t ),
1057 'DISTRIBUTION' => 'JSTOWE/Term-Cap-1.15.tar.gz',
1058 'FILES' => q[cpan/Term-Cap],
1061 'Term::Complete' => {
1062 'DISTRIBUTION' => 'FLORA/Term-Complete-1.402.tar.gz',
1063 'FILES' => q[dist/Term-Complete],
1064 'EXCLUDED' => [qr{^t/release-.*\.t}],
1067 'Term::ReadLine' => {
1068 'DISTRIBUTION' => 'FLORA/Term-ReadLine-1.14.tar.gz',
1069 'FILES' => q[dist/Term-ReadLine],
1070 'EXCLUDED' => [qr{^t/release-.*\.t}],
1074 'DISTRIBUTION' => 'JESSE/Test-1.26.tar.gz',
1075 'FILES' => q[cpan/Test],
1078 'Test::Harness' => {
1079 'DISTRIBUTION' => 'LEONT/Test-Harness-3.35.tar.gz',
1080 'FILES' => q[cpan/Test-Harness],
1087 MANIFEST.CUMMULATIVE
1098 'DISTRIBUTION' => 'EXODIST/Test-Simple-1.001014.tar.gz',
1099 'FILES' => q[cpan/Test-Simple],
1108 t/xxx-changes_updated.t
1114 'DISTRIBUTION' => 'FLORA/Text-Abbrev-1.02.tar.gz',
1115 'FILES' => q[dist/Text-Abbrev],
1116 'EXCLUDED' => [qr{^t/release-.*\.t}],
1119 'Text::Balanced' => {
1120 'DISTRIBUTION' => 'SHAY/Text-Balanced-2.03.tar.gz',
1121 'FILES' => q[cpan/Text-Balanced],
1130 'Text::ParseWords' => {
1131 'DISTRIBUTION' => 'CHORNY/Text-ParseWords-3.30.tar.gz',
1132 'FILES' => q[cpan/Text-ParseWords],
1134 # Waiting to be merged upstream:
1135 # see https://github.com/chorny/Text-ParseWords/pull/6
1142 'Text-Tabs+Wrap' => {
1143 'DISTRIBUTION' => 'MUIR/modules/Text-Tabs+Wrap-2013.0523.tar.gz',
1144 'FILES' => q[cpan/Text-Tabs],
1147 't/dnsparks.t', # see af6492bf9e
1150 '' => 'cpan/Text-Tabs/',
1151 'lib.modern/Text/Tabs.pm' => 'cpan/Text-Tabs/lib/Text/Tabs.pm',
1152 'lib.modern/Text/Wrap.pm' => 'cpan/Text-Tabs/lib/Text/Wrap.pm',
1156 # Jerry Hedden does take patches that are applied to blead first, even
1157 # though that can be hard to discern from the Git history; so it's
1158 # correct for this (and Thread::Semaphore, threads, and threads::shared)
1159 # to be under dist/ rather than cpan/
1160 'Thread::Queue' => {
1161 'DISTRIBUTION' => 'JDHEDDEN/Thread-Queue-3.05.tar.gz',
1162 'FILES' => q[dist/Thread-Queue],
1172 'Thread::Semaphore' => {
1173 'DISTRIBUTION' => 'JDHEDDEN/Thread-Semaphore-2.12.tar.gz',
1174 'FILES' => q[dist/Thread-Semaphore],
1176 qw( examples/semaphore.pl
1185 'DISTRIBUTION' => 'JDHEDDEN/threads-2.02.tar.gz',
1186 'FILES' => q[dist/threads],
1196 'threads::shared' => {
1197 'DISTRIBUTION' => 'JDHEDDEN/threads-shared-1.48.tar.gz',
1198 'FILES' => q[dist/threads-shared],
1200 qw( examples/class.pl
1209 'DISTRIBUTION' => 'TODDR/Tie-File-1.00.tar.gz',
1210 'FILES' => q[dist/Tie-File],
1214 'DISTRIBUTION' => 'FLORA/Tie-RefHash-1.39.tar.gz',
1215 'FILES' => q[cpan/Tie-RefHash],
1219 'DISTRIBUTION' => 'ZEFRAM/Time-HiRes-1.9726.tar.gz',
1220 'FILES' => q[cpan/Time-HiRes],
1224 'DISTRIBUTION' => 'DROLSKY/Time-Local-1.2300.tar.gz',
1225 'FILES' => q[cpan/Time-Local],
1227 qr{^t/release-.*\.t},
1232 'DISTRIBUTION' => 'RJBS/Time-Piece-1.30.tar.gz',
1233 'FILES' => q[cpan/Time-Piece],
1236 'Unicode::Collate' => {
1237 'DISTRIBUTION' => 'SADAHIRO/Unicode-Collate-1.14.tar.gz',
1238 'FILES' => q[cpan/Unicode-Collate],
1250 'Unicode::Normalize' => {
1251 'DISTRIBUTION' => 'SADAHIRO/Unicode-Normalize-1.19.tar.gz',
1252 'FILES' => q[cpan/Unicode-Normalize],
1256 'DISTRIBUTION' => 'JPEACOCK/version-0.9909.tar.gz',
1257 'FILES' => q[cpan/version vutil.c vutil.h vxs.inc],
1260 'vutil/Makefile.PL',
1266 # When adding the CPAN-distributed files for version.pm, it is necessary
1267 # to delete an entire block out of lib/version.pm, since that code is
1268 # only necessary with the CPAN release.
1273 # Merged upstream, waiting for new CPAN release: see CPAN RT#92721
1279 'vperl/' => 'cpan/version/lib/version/',
1281 '' => 'cpan/version/',
1295 'DISTRIBUTION' => "JDB/Win32-0.51.tar.gz",
1296 'FILES' => q[cpan/Win32],
1299 'Win32API::File' => {
1300 'DISTRIBUTION' => 'CHORNY/Win32API-File-0.1202.tar.gz',
1301 'FILES' => q[cpan/Win32API-File],
1306 # Currently all EOL differences. Waiting for a new upstream release:
1307 # All the files in the GitHub repo have UNIX EOLs already.
1309 qw( ExtUtils/Myconst2perl.pm
1323 'DISTRIBUTION' => 'SAPER/XSLoader-0.16.tar.gz',
1324 'FILES' => q[dist/XSLoader],
1334 'XSLoader.pm', # we use XSLoader_pm.PL
1338 # this pseudo-module represents all the files under ext/ and lib/
1339 # that aren't otherwise claimed. This means that the following two
1340 # commands will check that every file under ext/ and lib/ is
1341 # accounted for, and that there are no duplicates:
1343 # perl Porting/Maintainers --checkmani lib ext
1344 # perl Porting/Maintainers --checkmani
1352 ext/ExtUtils-Miniperl/
1359 ext/Hash-Util-FieldHash/
1367 ext/PerlIO-encoding/
1375 ext/Tie-Hash-NamedCapture/
1387 lib/AnyDBM_File.{pm,t}
1388 lib/Benchmark.{pm,t}
1389 lib/B/Deparse{.pm,.t,-*.t}
1392 lib/Class/Struct.{pm,t}
1394 lib/Config/Extensions.{pm,t}
1398 lib/DirHandle.{pm,t}
1400 lib/ExtUtils/Embed.pm
1401 lib/ExtUtils/XSSymSet.pm
1402 lib/ExtUtils/t/Embed.t
1403 lib/ExtUtils/typemap
1404 lib/File/Basename.{pm,t}
1405 lib/File/Compare.{pm,t}
1406 lib/File/Copy.{pm,t}
1407 lib/File/stat{.pm,.t,-7896.t}
1408 lib/FileHandle.{pm,t}
1410 lib/Getopt/Std.{pm,t}
1412 lib/meta_notation.{pm,t}
1413 lib/Net/hostent.{pm,t}
1414 lib/Net/netent.{pm,t}
1415 lib/Net/protoent.{pm,t}
1416 lib/Net/servent.{pm,t}
1418 lib/Pod/t/InputObjects.t
1422 lib/SelectSaver.{pm,t}
1431 lib/Tie/Scalar.{pm,t}
1432 lib/Tie/StdHandle.pm
1433 lib/Tie/SubstrHash.{pm,t}
1434 lib/Time/gmtime.{pm,t}
1435 lib/Time/localtime.{pm,t}
1439 lib/Unicode/UCD.{pm,t}
1440 lib/User/grent.{pm,t}
1441 lib/User/pwent.{pm,t}
1446 lib/charnames.{pm,t}
1447 lib/dbm_filter_util.pl
1449 lib/diagnostics.{pm,t}
1460 lib/overload/numbers.pm
1461 lib/overloading.{pm,t}
1462 lib/overload{.pm,.t,64.t}
1472 lib/vars{.pm,.t,_carp.t}
1479 for ( values %Modules ) {
1480 $_->{CPAN} = !!$_->{DISTRIBUTION};
1483 # legacy UPSTREAM flag
1484 for ( keys %Modules ) {
1485 # Keep any existing UPSTREAM flag so that "overrides" can be applied
1486 next if exists $Modules{$_}{UPSTREAM};
1488 if ($_ eq '_PERLLIB' or $Modules{$_}{FILES} =~ m{^\s*(?:dist|ext|lib)/}) {
1489 $Modules{$_}{UPSTREAM} = 'blead';
1491 elsif ($Modules{$_}{FILES} =~ m{^\s*cpan/}) {
1492 $Modules{$_}{UPSTREAM} = 'cpan';
1495 warn "Unexpected location of FILES for module $_: $Modules{$_}{FILES}";
1499 # legacy MAINTAINER field
1500 for ( keys %Modules ) {
1501 # Keep any existing MAINTAINER flag so that "overrides" can be applied
1502 next if exists $Modules{$_}{MAINTAINER};
1504 if ($Modules{$_}{UPSTREAM} eq 'blead') {
1505 $Modules{$_}{MAINTAINER} = 'P5P';
1506 $Maintainers{P5P} = 'perl5-porters <perl5-porters@perl.org>';
1508 elsif (exists $Modules{$_}{DISTRIBUTION}) {
1509 (my $pause_id = $Modules{$_}{DISTRIBUTION}) =~ s{/.*$}{};
1510 $Modules{$_}{MAINTAINER} = $pause_id;
1511 $Maintainers{$pause_id} = "<$pause_id\@cpan.org>";
1514 warn "No DISTRIBUTION for non-blead module $_";