diff options
author | Aaron Crane <arc@cpan.org> | 2018-10-20 13:29:01 +0100 |
---|---|---|
committer | Aaron Crane <arc@cpan.org> | 2018-10-20 13:29:01 +0100 |
commit | ccad837ecab84320e6a2d49f4bb54cbe99fdc4ed (patch) | |
tree | 1843e7cd06204779278b49c3cfa9c0a6ade3570e | |
parent | f91adeb9c962dedb8e5ac39bfa70db5d1cef10b3 (diff) | |
download | perl-ccad837ecab84320e6a2d49f4bb54cbe99fdc4ed.tar.gz |
Update Module::Corelist for 5.29.4
-rw-r--r-- | dist/Module-CoreList/lib/Module/CoreList.pm | 27 |
1 files changed, 25 insertions, 2 deletions
diff --git a/dist/Module-CoreList/lib/Module/CoreList.pm b/dist/Module-CoreList/lib/Module/CoreList.pm index fad2727b5c..4a56632194 100644 --- a/dist/Module-CoreList/lib/Module/CoreList.pm +++ b/dist/Module-CoreList/lib/Module/CoreList.pm @@ -15780,12 +15780,37 @@ for my $version ( sort { $a <=> $b } keys %released ) { 5.029004 => { delta_from => 5.029003, changed => { + 'App::Cpan' => '1.671', + 'B' => '1.75', + 'B::Concise' => '1.004', + 'B::Deparse' => '1.49', 'B::Op_private' => '5.029004', + 'B::Terse' => '1.09', + 'CPAN' => '2.21', + 'CPAN::Distribution' => '2.21', + 'CPAN::Mirrors' => '2.21', + 'CPAN::Plugin' => '0.97', + 'CPAN::Shell' => '5.5008', 'Config' => '5.029004', + 'Devel::Peek' => '1.28', + 'File::Copy' => '2.34', + 'File::Glob' => '1.32', + 'Math::BigFloat::Trace' => '0.51', + 'Math::BigInt::Trace' => '0.51', 'Module::CoreList' => '5.20181020', 'Module::CoreList::Utils'=> '5.20181020', + 'Unicode::UCD' => '0.72', + 'bigint' => '0.51', + 'bignum' => '0.51', + 'bigrat' => '0.51', + 'bytes' => '1.07', + 'feature' => '1.54', + 'sigtrap' => '1.09', + 'vars' => '1.05', }, removed => { + 'B::Debug' => 1, + 'arybase' => 1, } }, ); @@ -16735,7 +16760,6 @@ sub is_core 'Archive::Tar::File' => 'cpan', 'AutoLoader' => 'cpan', 'AutoSplit' => 'cpan', - 'B::Debug' => 'cpan', 'CPAN' => 'cpan', 'CPAN::Author' => 'cpan', 'CPAN::Bundle' => 'cpan', @@ -17163,7 +17187,6 @@ sub is_core 'Archive::Tar' => undef, 'Archive::Tar::Constant'=> undef, 'Archive::Tar::File' => undef, - 'B::Debug' => undef, 'CPAN' => undef, 'CPAN::Author' => undef, 'CPAN::Bundle' => undef, |