X-Git-Url: https://perl5.git.perl.org/perl5.git/blobdiff_plain/a05330a6fe28f9de7db0e4495dda2e2cb0dd383c..98ce5826081f980597743c6fc1c30317e263d4d6:/dist/Module-CoreList/lib/Module/CoreList/Utils.pm diff --git a/dist/Module-CoreList/lib/Module/CoreList/Utils.pm b/dist/Module-CoreList/lib/Module/CoreList/Utils.pm index 5c8b8b1..2edfe80 100644 --- a/dist/Module-CoreList/lib/Module/CoreList/Utils.pm +++ b/dist/Module-CoreList/lib/Module/CoreList/Utils.pm @@ -4,7 +4,7 @@ use strict; use warnings; use Module::CoreList; -our $VERSION = '5.20190524'; +our $VERSION = '5.20200120'; our %utilities; sub utilities { @@ -1508,6 +1508,72 @@ my %delta = ( removed => { } }, + 5.031001 => { + delta_from => 5.031, + changed => { + }, + removed => { + 'podselect' => 1, + } + }, + 5.031002 => { + delta_from => 5.031001, + changed => { + }, + removed => { + } + }, + 5.031003 => { + delta_from => 5.031002, + changed => { + }, + removed => { + } + }, + 5.031004 => { + delta_from => 5.031003, + changed => { + }, + removed => { + } + }, + 5.031005 => { + delta_from => 5.031004, + changed => { + }, + removed => { + } + }, + 5.030001 => { + delta_from => 5.03, + changed => { + }, + removed => { + } + }, + 5.031006 => { + delta_from => 5.031005, + changed => { + 'streamzip' => '1', + }, + removed => { + } + }, + 5.031007 => { + delta_from => 5.031006, + changed => { + }, + removed => { + } + }, + 5.031008 => { + delta_from => 5.031007, + changed => { + }, + removed => { + } + }, + ); %utilities = Module::CoreList::_undelta(\%delta);