summaryrefslogtreecommitdiff
path: root/Master/tlpkg/tlperl/lib/Module/CoreList/Utils.pm
diff options
context:
space:
mode:
Diffstat (limited to 'Master/tlpkg/tlperl/lib/Module/CoreList/Utils.pm')
-rwxr-xr-xMaster/tlpkg/tlperl/lib/Module/CoreList/Utils.pm30
1 files changed, 29 insertions, 1 deletions
diff --git a/Master/tlpkg/tlperl/lib/Module/CoreList/Utils.pm b/Master/tlpkg/tlperl/lib/Module/CoreList/Utils.pm
index cd8929babfc..dfe62c53297 100755
--- a/Master/tlpkg/tlperl/lib/Module/CoreList/Utils.pm
+++ b/Master/tlpkg/tlperl/lib/Module/CoreList/Utils.pm
@@ -4,7 +4,7 @@ use strict;
use warnings;
use Module::CoreList;
-our $VERSION = '5.20210123';
+our $VERSION = '5.20210520';
our %utilities;
sub utilities {
@@ -1678,6 +1678,34 @@ my %delta = (
removed => {
}
},
+ 5.033007 => {
+ delta_from => 5.033006,
+ changed => {
+ },
+ removed => {
+ }
+ },
+ 5.033008 => {
+ delta_from => 5.033007,
+ changed => {
+ },
+ removed => {
+ }
+ },
+ 5.033009 => {
+ delta_from => 5.033008,
+ changed => {
+ },
+ removed => {
+ }
+ },
+ 5.034000 => {
+ delta_from => 5.033009,
+ changed => {
+ },
+ removed => {
+ }
+ },
);
%utilities = Module::CoreList::_undelta(\%delta);