X-Git-Url: https://perl5.git.perl.org/perl5.git/blobdiff_plain/7872aa47f67818145f4f668472ae05858f63f9ba..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 76a5257..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.20190720'; +our $VERSION = '5.20200120'; our %utilities; sub utilities { @@ -1516,6 +1516,64 @@ my %delta = ( '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);