summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--dist/Module-CoreList/lib/Module/CoreList.pm17
-rw-r--r--dist/Module-CoreList/lib/Module/CoreList/Utils.pm7
2 files changed, 24 insertions, 0 deletions
diff --git a/dist/Module-CoreList/lib/Module/CoreList.pm b/dist/Module-CoreList/lib/Module/CoreList.pm
index 4976d9d07f..3f1d0bdfa1 100644
--- a/dist/Module-CoreList/lib/Module/CoreList.pm
+++ b/dist/Module-CoreList/lib/Module/CoreList.pm
@@ -361,6 +361,7 @@ sub changes_between {
5.031008 => '2020-01-20',
5.031009 => '2020-02-20',
5.030002 => '2020-03-14',
+ 5.031010 => '2020-03-20',
);
for my $version ( sort { $a <=> $b } keys %released ) {
@@ -17355,6 +17356,15 @@ for my $version ( sort { $a <=> $b } keys %released ) {
removed => {
}
},
+ 5.031010 => {
+ delta_from => 5.031009,
+ changed => {
+ 'B::Op_private' => '5.031010',
+ 'Config' => '5.03101',
+ },
+ removed => {
+ }
+ },
);
sub is_core
@@ -18441,6 +18451,13 @@ sub is_core
removed => {
}
},
+ 5.031010 => {
+ delta_from => 5.031009,
+ changed => {
+ },
+ removed => {
+ }
+ },
);
%deprecated = _undelta(\%deprecated);
diff --git a/dist/Module-CoreList/lib/Module/CoreList/Utils.pm b/dist/Module-CoreList/lib/Module/CoreList/Utils.pm
index 2fa5d37402..7037bd7a9e 100644
--- a/dist/Module-CoreList/lib/Module/CoreList/Utils.pm
+++ b/dist/Module-CoreList/lib/Module/CoreList/Utils.pm
@@ -1587,6 +1587,13 @@ my %delta = (
removed => {
}
},
+ 5.031010 => {
+ delta_from => 5.031009,
+ changed => {
+ },
+ removed => {
+ }
+ },
);
%utilities = Module::CoreList::_undelta(\%delta);