X-Git-Url: https://perl5.git.perl.org/perl5.git/blobdiff_plain/be3cfe4c756a1d69583e9e0f31aa85cacc6d18e5..5b92cc03455b7a03dc2aff73085ae3c3e3d609ad:/Porting/Maintainers.pl diff --git a/Porting/Maintainers.pl b/Porting/Maintainers.pl index 39bbd61..f65c183 100755 --- a/Porting/Maintainers.pl +++ b/Porting/Maintainers.pl @@ -18,11 +18,12 @@ use File::Glob qw(:case); @IGNORABLE = qw( .cvsignore .dualLivedDiffConfig .gitignore .perlcriticrc .perltidyrc .travis.yml ANNOUNCE Announce Artistic AUTHORS BENCHMARK BUGS Build.PL - CHANGELOG ChangeLog Changelog CHANGES Changes CONTRIBUTING CONTRIBUTING.mkdn - COPYING Copying cpanfile CREDITS dist.ini GOALS HISTORY INSTALL INSTALL.SKIP - LICENSE Makefile.PL MANIFEST MANIFEST.SKIP META.json META.yml MYMETA.json - MYMETA.yml NEW NEWS NOTES perlcritic.rc ppport.h README README.PATCHING - SIGNATURE THANKS TODO Todo VERSION WHATSNEW + CHANGELOG ChangeLog Changelog CHANGES Changes CONTRIBUTING CONTRIBUTING.md + CONTRIBUTING.mkdn COPYING Copying cpanfile CREDITS dist.ini GOALS HISTORY + INSTALL INSTALL.SKIP LICENCE LICENSE Makefile.PL MANIFEST MANIFEST.SKIP + META.json META.yml MYMETA.json MYMETA.yml NEW NEWS NOTES perlcritic.rc + ppport.h README README.md README.pod README.PATCHING SIGNATURE THANKS TODO + Todo VERSION WHATSNEW ); # Each entry in the %Modules hash roughly represents a distribution, @@ -128,12 +129,12 @@ use File::Glob qw(:case); }, 'Attribute::Handlers' => { - 'DISTRIBUTION' => 'SMUELLER/Attribute-Handlers-0.96.tar.gz', + 'DISTRIBUTION' => 'RJBS/Attribute-Handlers-0.99.tar.gz', 'FILES' => q[dist/Attribute-Handlers], }, 'autodie' => { - 'DISTRIBUTION' => 'NTHYKIER/autodie-2.26.tar.gz', + 'DISTRIBUTION' => 'PJF/autodie-2.29.tar.gz', 'FILES' => q[cpan/autodie], 'EXCLUDED' => [ qr{benchmarks}, @@ -143,7 +144,6 @@ use File::Glob qw(:case); # building the core. Hence, they can # never run, and should not be merged. qw( t/author-critic.t - t/boilerplate.t t/critic.t t/fork.t t/kwalitee.t @@ -156,6 +156,8 @@ use File::Glob qw(:case); t/system.t ) ], + # CPAN RT 105344 + 'CUSTOMIZED' => [ qw[ t/mkdir.t ] ], }, 'AutoLoader' => { @@ -198,16 +200,18 @@ use File::Glob qw(:case); }, 'Compress::Raw::Bzip2' => { - 'DISTRIBUTION' => 'PMQS/Compress-Raw-Bzip2-2.068.tar.gz', + 'DISTRIBUTION' => 'PMQS/Compress-Raw-Bzip2-2.069.tar.gz', 'FILES' => q[cpan/Compress-Raw-Bzip2], 'EXCLUDED' => [ qr{^t/Test/}, + 'bzip2-src/bzip2-const.patch', 'bzip2-src/bzip2-cpp.patch', + 'bzip2-src/bzip2-unsigned.patch', ], }, 'Compress::Raw::Zlib' => { - 'DISTRIBUTION' => 'PMQS/Compress-Raw-Zlib-2.068.tar.gz', + 'DISTRIBUTION' => 'PMQS/Compress-Raw-Zlib-2.069.tar.gz', 'FILES' => q[cpan/Compress-Raw-Zlib], 'EXCLUDED' => [ @@ -220,17 +224,15 @@ use File::Glob qw(:case); }, 'Config::Perl::V' => { - 'DISTRIBUTION' => 'HMBRAND/Config-Perl-V-0.23.tgz', + 'DISTRIBUTION' => 'HMBRAND/Config-Perl-V-0.24.tgz', 'FILES' => q[cpan/Config-Perl-V], 'EXCLUDED' => [qw( examples/show-v.pl - t/00_pod.t - t/01_pod.t )], }, 'constant' => { - 'DISTRIBUTION' => 'SAPER/constant-1.27.tar.gz', + 'DISTRIBUTION' => 'RJBS/constant-1.33.tar.gz', 'FILES' => q[dist/constant], 'EXCLUDED' => [ qw( t/00-load.t @@ -278,27 +280,30 @@ use File::Glob qw(:case); t/yaml_code.yml ), ], + # See commit 3198fda65dbcd975c56916e4b98f515fab7f02e5 + 'CUSTOMIZED' => [ qw[ lib/CPAN.pm ] ], }, # Note: When updating CPAN-Meta the META.* files will need to be regenerated # perl -Icpan/CPAN-Meta/lib Porting/makemeta 'CPAN::Meta' => { - 'DISTRIBUTION' => 'DAGOLDEN/CPAN-Meta-2.150001.tar.gz', + 'DISTRIBUTION' => 'DAGOLDEN/CPAN-Meta-2.150005.tar.gz', 'FILES' => q[cpan/CPAN-Meta], 'EXCLUDED' => [ - qw[t/00-report-prereqs.t], - qw[t/00-report-prereqs.dd], - qr{t/README-data.txt}, + qw[t/00-report-prereqs.t + t/00-report-prereqs.dd + t/data-test/x_deprecated-META.json + t/data-valid/x_deprecated-META.yml + t/README-data.txt], qr{^xt}, qr{^history}, ], }, 'CPAN::Meta::Requirements' => { - 'DISTRIBUTION' => 'DAGOLDEN/CPAN-Meta-Requirements-2.132.tar.gz', + 'DISTRIBUTION' => 'DAGOLDEN/CPAN-Meta-Requirements-2.133.tar.gz', 'FILES' => q[cpan/CPAN-Meta-Requirements], 'EXCLUDED' => [ - qw(CONTRIBUTING.mkdn), qw(t/00-report-prereqs.t), qw(t/00-report-prereqs.dd), qw(t/version-cleanup.t), @@ -307,12 +312,11 @@ use File::Glob qw(:case); }, 'CPAN::Meta::YAML' => { - 'DISTRIBUTION' => 'DAGOLDEN/CPAN-Meta-YAML-0.012.tar.gz', + 'DISTRIBUTION' => 'DAGOLDEN/CPAN-Meta-YAML-0.017-TRIAL.tar.gz', 'FILES' => q[cpan/CPAN-Meta-YAML], 'EXCLUDED' => [ - 't/00-compile.t', 't/00-report-prereqs.t', - 't/04_scalar.t', # requires YAML.pm + 't/00-report-prereqs.dd', qr{^xt}, ], }, @@ -335,13 +339,12 @@ use File::Glob qw(:case); }, 'Devel::PPPort' => { - 'DISTRIBUTION' => 'WOLFSAGE/Devel-PPPort-3.31.tar.gz', + 'DISTRIBUTION' => 'WOLFSAGE/Devel-PPPort-3.32.tar.gz', # RJBS has asked MHX to have UPSTREAM be 'blead' # (i.e. move this from cpan/ to dist/) 'FILES' => q[cpan/Devel-PPPort], 'EXCLUDED' => [ 'PPPort.pm', # we use PPPort_pm.PL instead - 'README.md', ] }, @@ -381,8 +384,14 @@ use File::Glob qw(:case); }, 'Encode' => { - 'DISTRIBUTION' => 'DANKOGAI/Encode-2.72.tar.gz', + 'DISTRIBUTION' => 'DANKOGAI/Encode-2.78.tar.gz', 'FILES' => q[cpan/Encode], + CUSTOMIZED => [ + qw( Encode.xs + Unicode/Unicode.xs + encoding.pm + ), + ], }, 'encoding::warnings' => { @@ -401,16 +410,13 @@ use File::Glob qw(:case); }, 'experimental' => { - 'DISTRIBUTION' => 'LEONT/experimental-0.013.tar.gz', + 'DISTRIBUTION' => 'LEONT/experimental-0.016.tar.gz', 'FILES' => q[cpan/experimental], - 'EXCLUDED' => [ - qr{^t/release-.*\.t}, - 't/00-compile.t', - ], + 'EXCLUDED' => [qr{^xt/}], }, 'Exporter' => { - 'DISTRIBUTION' => 'TODDR/Exporter-5.70.tar.gz', + 'DISTRIBUTION' => 'TODDR/Exporter-5.72.tar.gz', 'FILES' => q[dist/Exporter], 'EXCLUDED' => [ qw( t/pod.t @@ -420,7 +426,7 @@ use File::Glob qw(:case); }, 'ExtUtils::CBuilder' => { - 'DISTRIBUTION' => 'AMBS/ExtUtils-CBuilder-0.280220.tar.gz', + 'DISTRIBUTION' => 'AMBS/ExtUtils-CBuilder-0.280224.tar.gz', 'FILES' => q[dist/ExtUtils-CBuilder], 'EXCLUDED' => [ qw(README.mkdn), @@ -428,12 +434,6 @@ use File::Glob qw(:case); ], }, - 'ExtUtils::Command' => { - 'DISTRIBUTION' => 'BINGOS/ExtUtils-Command-1.20.tar.gz', - 'FILES' => q[cpan/ExtUtils-Command], - 'EXCLUDED' => [qr{^xt/}], - }, - 'ExtUtils::Constant' => { # Nick has confirmed that while we have diverged from CPAN, @@ -464,7 +464,7 @@ use File::Glob qw(:case); }, 'ExtUtils::MakeMaker' => { - 'DISTRIBUTION' => 'BINGOS/ExtUtils-MakeMaker-7.04.tar.gz', + 'DISTRIBUTION' => 'BINGOS/ExtUtils-MakeMaker-7.10.tar.gz', 'FILES' => q[cpan/ExtUtils-MakeMaker], 'EXCLUDED' => [ qr{^t/lib/Test/}, @@ -475,8 +475,14 @@ use File::Glob qw(:case); 'PATCHING', 'README.packaging', ], - # Applied upstream remove customisation when updating EUMM - 'CUSTOMIZED' => [ qw[ t/pm_to_blib.t ] ], + # Upstreamed as https://github.com/Perl-Toolchain-Gang/ExtUtils-MakeMaker/commit/ede9ea4a + 'CUSTOMIZED' => [ + qq[lib/ExtUtils/MakeMaker.pm], + qq[t/prereq.t], + qq[t/vstrings.t], + # Upstreamed as https://github.com/Perl-Toolchain-Gang/ExtUtils-MakeMaker/commit/dd1e236ab + qq[lib/ExtUtils/MM_VMS.pm], + ], }, 'ExtUtils::Manifest' => { @@ -489,7 +495,7 @@ use File::Glob qw(:case); }, 'ExtUtils::ParseXS' => { - 'DISTRIBUTION' => 'SMUELLER/ExtUtils-ParseXS-3.24.tar.gz', + 'DISTRIBUTION' => 'SMUELLER/ExtUtils-ParseXS-3.30.tar.gz', 'FILES' => q[dist/ExtUtils-ParseXS], }, @@ -499,17 +505,12 @@ use File::Glob qw(:case); }, 'File::Path' => { - 'DISTRIBUTION' => 'DLAND/File-Path-2.09.tar.gz', + 'DISTRIBUTION' => 'RICHE/File-Path-2.12.tar.gz', 'FILES' => q[cpan/File-Path], 'EXCLUDED' => [ - qw( eg/setup-extra-tests - t/pod.t - ) + qw(t/Path-Class.t), + qr{^xt/}, ], - 'MAP' => { - '' => 'cpan/File-Path/lib/File/', - 't/' => 'cpan/File-Path/t/', - }, }, 'File::Temp' => { @@ -533,7 +534,7 @@ use File::Glob qw(:case); }, 'Filter::Util::Call' => { - 'DISTRIBUTION' => 'RURBAN/Filter-1.54.tar.gz', + 'DISTRIBUTION' => 'RURBAN/Filter-1.55.tar.gz', 'FILES' => q[cpan/Filter-Util-Call pod/perlfilter.pod ], @@ -569,7 +570,7 @@ use File::Glob qw(:case); }, 'Getopt::Long' => { - 'DISTRIBUTION' => 'JV/Getopt-Long-2.45.tar.gz', + 'DISTRIBUTION' => 'JV/Getopt-Long-2.47.tar.gz', 'FILES' => q[cpan/Getopt-Long], 'EXCLUDED' => [ qr{^examples/}, @@ -581,7 +582,7 @@ use File::Glob qw(:case); }, 'HTTP::Tiny' => { - 'DISTRIBUTION' => 'DAGOLDEN/HTTP-Tiny-0.054.tar.gz', + 'DISTRIBUTION' => 'DAGOLDEN/HTTP-Tiny-0.056.tar.gz', 'FILES' => q[cpan/HTTP-Tiny], 'EXCLUDED' => [ 't/00-report-prereqs.t', @@ -605,7 +606,7 @@ use File::Glob qw(:case); }, 'if' => { - 'DISTRIBUTION' => 'ILYAZ/modules/if-0.0601.tar.gz', + 'DISTRIBUTION' => 'RJBS/if-0.0606.tar.gz', 'FILES' => q[dist/if], }, @@ -616,7 +617,7 @@ use File::Glob qw(:case); }, 'IO-Compress' => { - 'DISTRIBUTION' => 'PMQS/IO-Compress-2.068.tar.gz', + 'DISTRIBUTION' => 'PMQS/IO-Compress-2.069.tar.gz', 'FILES' => q[cpan/IO-Compress], 'EXCLUDED' => [ qr{^examples/}, @@ -671,7 +672,7 @@ use File::Glob qw(:case); }, 'libnet' => { - 'DISTRIBUTION' => 'SHAY/libnet-3.05.tar.gz', + 'DISTRIBUTION' => 'SHAY/libnet-3.07.tar.gz', 'FILES' => q[cpan/libnet], 'EXCLUDED' => [ qw( Configure @@ -686,7 +687,7 @@ use File::Glob qw(:case); }, 'Locale-Codes' => { - 'DISTRIBUTION' => 'SBECK/Locale-Codes-3.34.tar.gz', + 'DISTRIBUTION' => 'SBECK/Locale-Codes-3.36.tar.gz', 'FILES' => q[cpan/Locale-Codes], 'EXCLUDED' => [ qw( README.first @@ -718,8 +719,8 @@ use File::Glob qw(:case); }, 'Math::BigInt' => { - 'DISTRIBUTION' => 'PJACKLAM/Math-BigInt-1.9993.tar.gz', - 'FILES' => q[dist/Math-BigInt], + 'DISTRIBUTION' => 'PJACKLAM/Math-BigInt-1.999701.tar.gz', + 'FILES' => q[cpan/Math-BigInt], 'EXCLUDED' => [ qr{^inc/}, qr{^examples/}, @@ -729,11 +730,18 @@ use File::Glob qw(:case); t/03podcov.t ), ], + 'CUSTOMIZED' => [ + qw( t/bigfltpm.t + t/bigintpm.inc + t/bigroot.t + t/mbimbf.t + ), + ], }, 'Math::BigInt::FastCalc' => { 'DISTRIBUTION' => 'PJACKLAM/Math-BigInt-FastCalc-0.31.tar.gz', - 'FILES' => q[dist/Math-BigInt-FastCalc], + 'FILES' => q[cpan/Math-BigInt-FastCalc], 'EXCLUDED' => [ qr{^inc/}, qw( t/00sig.t @@ -756,7 +764,7 @@ use File::Glob qw(:case); 'Math::BigRat' => { 'DISTRIBUTION' => 'PJACKLAM/Math-BigRat-0.2606.tar.gz', - 'FILES' => q[dist/Math-BigRat], + 'FILES' => q[cpan/Math-BigRat], 'EXCLUDED' => [ qr{^inc/}, qw( t/00sig.t @@ -790,7 +798,7 @@ use File::Glob qw(:case); }, 'Module::CoreList' => { - 'DISTRIBUTION' => 'BINGOS/Module-CoreList-5.20150320.tar.gz', + 'DISTRIBUTION' => 'BINGOS/Module-CoreList-5.20150920.tar.gz', 'FILES' => q[dist/Module-CoreList], }, @@ -810,12 +818,12 @@ use File::Glob qw(:case); }, 'Module::Metadata' => { - 'DISTRIBUTION' => 'ETHER/Module-Metadata-1.000026.tar.gz', + 'DISTRIBUTION' => 'ETHER/Module-Metadata-1.000029-TRIAL.tar.gz', 'FILES' => q[cpan/Module-Metadata], 'EXCLUDED' => [ - qw(README.md), qw(t/00-report-prereqs.t), qw(t/00-report-prereqs.dd), + qr{weaver.ini}, qr{^xt}, ], }, @@ -823,9 +831,6 @@ use File::Glob qw(:case); 'Net::Ping' => { 'DISTRIBUTION' => 'SMPETERS/Net-Ping-2.41.tar.gz', 'FILES' => q[dist/Net-Ping], - 'EXCLUDED' => [ - qr{^README.md}, - ], }, 'NEXT' => { @@ -840,14 +845,15 @@ use File::Glob qw(:case); }, 'parent' => { - 'DISTRIBUTION' => 'CORION/parent-0.232.tar.gz', + 'DISTRIBUTION' => 'CORION/parent-0.234.tar.gz', 'FILES' => q[cpan/parent], }, 'Parse::CPAN::Meta' => { - 'DISTRIBUTION' => 'DAGOLDEN/Parse-CPAN-Meta-1.4414.tar.gz', + 'DISTRIBUTION' => 'DAGOLDEN/Parse-CPAN-Meta-1.4417.tar.gz', 'FILES' => q[cpan/Parse-CPAN-Meta], 'EXCLUDED' => [ + qw[t/00-report-prereqs.dd], qw[t/00-report-prereqs.t], qr{^xt}, ], @@ -860,13 +866,13 @@ use File::Glob qw(:case); }, 'Perl::OSType' => { - 'DISTRIBUTION' => 'DAGOLDEN/Perl-OSType-1.008.tar.gz', + 'DISTRIBUTION' => 'DAGOLDEN/Perl-OSType-1.009.tar.gz', 'FILES' => q[cpan/Perl-OSType], 'EXCLUDED' => [qw(tidyall.ini), qr/^xt/, qr{^t/00-}], }, 'perlfaq' => { - 'DISTRIBUTION' => 'ETHER/perlfaq-5.021009.tar.gz', + 'DISTRIBUTION' => 'LLAP/perlfaq-5.021010.tar.gz', 'FILES' => q[cpan/perlfaq], 'EXCLUDED' => [ qw( inc/CreateQuestionList.pm @@ -877,15 +883,8 @@ use File::Glob qw(:case); }, 'PerlIO::via::QuotedPrint' => { - 'DISTRIBUTION' => 'ELIZABETH/PerlIO-via-QuotedPrint-0.07.tar.gz', + 'DISTRIBUTION' => 'SHAY/PerlIO-via-QuotedPrint-0.08.tar.gz', 'FILES' => q[cpan/PerlIO-via-QuotedPrint], - - # Waiting to be merged upstream: see CPAN RT#54047 - 'CUSTOMIZED' => [ - qw( t/QuotedPrint.t - ), - ], - }, 'Pod::Checker' => { @@ -915,15 +914,32 @@ use File::Glob qw(:case); # XXX We can and should fix this, but clean up the DRY-failure in utils # first 'EXCLUDED' => ['perldoc'], + + # https://rt.cpan.org/Ticket/Display.html?id=106798 + 'CUSTOMIZED' => [ qw[ lib/Pod/Perldoc.pm ] ], }, 'Pod::Simple' => { - 'DISTRIBUTION' => 'DWHEELER/Pod-Simple-3.29.tar.gz', + 'DISTRIBUTION' => 'DWHEELER/Pod-Simple-3.30.tar.gz', 'FILES' => q[cpan/Pod-Simple], + # https://rt.cpan.org/Public/Bug/Display.html?id=103439 + # https://rt.cpan.org/Public/Bug/Display.html?id=105192 + # https://rt.cpan.org/Public/Bug/Display.html?id=105511 + 'CUSTOMIZED' => [ + qw( lib/Pod/Simple/Search.pm + lib/Pod/Simple/BlackBox.pm + t/search10.t + t/search12.t + t/search20.t + t/search22.t + t/search26.t + t/search28.t + ), + ], }, 'Pod::Usage' => { - 'DISTRIBUTION' => 'MAREKR/Pod-Usage-1.64.tar.gz', + 'DISTRIBUTION' => 'MAREKR/Pod-Usage-1.67.tar.gz', 'FILES' => q[cpan/Pod-Usage], }, @@ -956,8 +972,18 @@ use File::Glob qw(:case); }, 'Scalar-List-Utils' => { - 'DISTRIBUTION' => 'PEVANS/Scalar-List-Utils-1.41.tar.gz', - 'FILES' => q[cpan/Scalar-List-Utils], + 'DISTRIBUTION' => 'PEVANS/Scalar-List-Utils-1.42.tar.gz', + 'FILES' => q[cpan/Scalar-List-Utils], + # Waiting to be merged upstream: + # https://github.com/Scalar-List-Utils/Scalar-List-Utils/pull/24 + 'CUSTOMIZED' => [ + qw( ListUtil.xs + lib/List/Util.pm + lib/List/Util/XS.pm + lib/Scalar/Util.pm + lib/Sub/Util.pm + ) + ], }, 'Search::Dict' => { @@ -972,8 +998,11 @@ use File::Glob qw(:case); }, 'Socket' => { - 'DISTRIBUTION' => 'PEVANS/Socket-2.018.tar.gz', + 'DISTRIBUTION' => 'PEVANS/Socket-2.020.tar.gz', 'FILES' => q[cpan/Socket], + + # https://rt.cpan.org/Ticket/Display.html?id=106797 + 'CUSTOMIZED' => [ qw[ Socket.pm Socket.xs ] ], }, 'Storable' => { @@ -1011,7 +1040,7 @@ use File::Glob qw(:case); }, 'Term::Cap' => { - 'DISTRIBUTION' => 'JSTOWE/Term-Cap-1.15.tar.gz', + 'DISTRIBUTION' => 'JSTOWE/Term-Cap-1.17.tar.gz', 'FILES' => q[cpan/Term-Cap], }, @@ -1029,7 +1058,7 @@ use File::Glob qw(:case); 'Test' => { 'DISTRIBUTION' => 'JESSE/Test-1.26.tar.gz', - 'FILES' => q[cpan/Test], + 'FILES' => q[dist/Test], }, 'Test::Harness' => { @@ -1115,7 +1144,7 @@ use File::Glob qw(:case); # correct for this (and Thread::Semaphore, threads, and threads::shared) # to be under dist/ rather than cpan/ 'Thread::Queue' => { - 'DISTRIBUTION' => 'JDHEDDEN/Thread-Queue-3.05.tar.gz', + 'DISTRIBUTION' => 'JDHEDDEN/Thread-Queue-3.06.tar.gz', 'FILES' => q[dist/Thread-Queue], 'EXCLUDED' => [ qr{^examples/}, @@ -1139,7 +1168,7 @@ use File::Glob qw(:case); }, 'threads' => { - 'DISTRIBUTION' => 'JDHEDDEN/threads-2.01.tar.gz', + 'DISTRIBUTION' => 'JDHEDDEN/threads-2.02.tar.gz', 'FILES' => q[dist/threads], 'EXCLUDED' => [ qr{^examples/}, @@ -1151,7 +1180,7 @@ use File::Glob qw(:case); }, 'threads::shared' => { - 'DISTRIBUTION' => 'JDHEDDEN/threads-shared-1.46.tar.gz', + 'DISTRIBUTION' => 'JDHEDDEN/threads-shared-1.48.tar.gz', 'FILES' => q[dist/threads-shared], 'EXCLUDED' => [ qw( examples/class.pl @@ -1173,7 +1202,7 @@ use File::Glob qw(:case); }, 'Time::HiRes' => { - 'DISTRIBUTION' => 'ZEFRAM/Time-HiRes-1.9726.tar.gz', + 'DISTRIBUTION' => 'RJBS/Time-HiRes-1.9727_02.tar.gz', 'FILES' => q[cpan/Time-HiRes], }, @@ -1186,12 +1215,12 @@ use File::Glob qw(:case); }, 'Time::Piece' => { - 'DISTRIBUTION' => 'RJBS/Time-Piece-1.29.tar.gz', + 'DISTRIBUTION' => 'RJBS/Time-Piece-1.30.tar.gz', 'FILES' => q[cpan/Time-Piece], }, 'Unicode::Collate' => { - 'DISTRIBUTION' => 'SADAHIRO/Unicode-Collate-1.12.tar.gz', + 'DISTRIBUTION' => 'SADAHIRO/Unicode-Collate-1.14.tar.gz', 'FILES' => q[cpan/Unicode-Collate], 'EXCLUDED' => [ qr{N$}, @@ -1205,7 +1234,7 @@ use File::Glob qw(:case); }, 'Unicode::Normalize' => { - 'DISTRIBUTION' => 'SADAHIRO/Unicode-Normalize-1.18.tar.gz', + 'DISTRIBUTION' => 'KHW/Unicode-Normalize-1.21.tar.gz', 'FILES' => q[cpan/Unicode-Normalize], }, @@ -1249,7 +1278,7 @@ use File::Glob qw(:case); }, 'Win32' => { - 'DISTRIBUTION' => "JDB/Win32-0.51.tar.gz", + 'DISTRIBUTION' => "JDB/Win32-0.52.tar.gz", 'FILES' => q[cpan/Win32], }, @@ -1302,6 +1331,8 @@ use File::Glob qw(:case); '_PERLLIB' => { 'FILES' => q[ + ext/Amiga-ARexx/ + ext/Amiga-Exec/ ext/B/ ext/Devel-Peek/ ext/DynaLoader/