From 2a5c1b8a9dba4ed436aeebd1c1db9e7e3bf02bb1 Mon Sep 17 00:00:00 2001 From: Richard Leach Date: Fri, 22 Jan 2021 10:05:10 +0000 Subject: Module/CoreList.pm - fixup add (correct) missing comma (manually cherry picked from commit 056eb89f46e3e7cf0605f0c79dc8dcae1508f201) --- dist/Module-CoreList/lib/Module/CoreList.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dist/Module-CoreList/lib/Module/CoreList.pm b/dist/Module-CoreList/lib/Module/CoreList.pm index 11af6b4018..1c2a693fd0 100644 --- a/dist/Module-CoreList/lib/Module/CoreList.pm +++ b/dist/Module-CoreList/lib/Module/CoreList.pm @@ -18205,8 +18205,8 @@ for my $version ( sort { $a <=> $b } keys %released ) { 'Module::CoreList::Utils'=> '5.20210120', }, removed => { - }, - } + } + }, 5.032001 => { delta_from => 5.032000, changed => { -- cgit v1.2.1