summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--dist/Module-CoreList/lib/Module/CoreList.pm4
-rw-r--r--dist/Module-CoreList/lib/Module/CoreList/Utils.pm7
2 files changed, 11 insertions, 0 deletions
diff --git a/dist/Module-CoreList/lib/Module/CoreList.pm b/dist/Module-CoreList/lib/Module/CoreList.pm
index 29c1022257..2ac3a46f24 100644
--- a/dist/Module-CoreList/lib/Module/CoreList.pm
+++ b/dist/Module-CoreList/lib/Module/CoreList.pm
@@ -341,6 +341,7 @@ sub changes_between {
5.027011 => '2018-04-20',
5.028000 => '2018-06-22',
5.029000 => '2018-06-26',
+ 5.029001 => '2018-07-20',
);
for my $version ( sort { $a <=> $b } keys %released ) {
@@ -15473,6 +15474,9 @@ for my $version ( sort { $a <=> $b } keys %released ) {
removed => {
}
},
+ 5.029001 => {
+ delta_from => 5.029000,
+ },
);
sub is_core
diff --git a/dist/Module-CoreList/lib/Module/CoreList/Utils.pm b/dist/Module-CoreList/lib/Module/CoreList/Utils.pm
index b0799b3220..688131dd29 100644
--- a/dist/Module-CoreList/lib/Module/CoreList/Utils.pm
+++ b/dist/Module-CoreList/lib/Module/CoreList/Utils.pm
@@ -1403,6 +1403,13 @@ my %delta = (
removed => {
}
},
+ 5.029001 => {
+ delta_from => 5.029000,
+ changed => {
+ },
+ removed => {
+ }
+ },
);
%utilities = Module::CoreList::_undelta(\%delta);