summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Leach <richardleach@users.noreply.github.com>2021-01-20 17:09:35 +0000
committerRichard Leach <richardleach@users.noreply.github.com>2021-01-20 17:09:35 +0000
commit45ccb3081f160ba7c7492e0d3b19180989efd342 (patch)
treed0b5248be9faa1c27d0041f2ea61408275950f9a
parent8e8b1eab53331e23b80288f2b237a391490bdbe1 (diff)
downloadperl-45ccb3081f160ba7c7492e0d3b19180989efd342.tar.gz
Module/CoreList.pm - fixup add missing comma
-rw-r--r--dist/Module-CoreList/lib/Module/CoreList.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/dist/Module-CoreList/lib/Module/CoreList.pm b/dist/Module-CoreList/lib/Module/CoreList.pm
index d6a3182496..9364fb9512 100644
--- a/dist/Module-CoreList/lib/Module/CoreList.pm
+++ b/dist/Module-CoreList/lib/Module/CoreList.pm
@@ -18204,7 +18204,7 @@ for my $version ( sort { $a <=> $b } keys %released ) {
'Module::CoreList::Utils'=> '5.20210120',
},
removed => {
- }
+ },
}
);