summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--dist/Module-CoreList/Changes3
-rw-r--r--dist/Module-CoreList/lib/Module/CoreList.pm19
-rw-r--r--dist/Module-CoreList/lib/Module/CoreList/Utils.pm7
3 files changed, 29 insertions, 0 deletions
diff --git a/dist/Module-CoreList/Changes b/dist/Module-CoreList/Changes
index 3233a43cfe..dab04f7651 100644
--- a/dist/Module-CoreList/Changes
+++ b/dist/Module-CoreList/Changes
@@ -1,3 +1,6 @@
+5.20180920
+ - Updated for v5.29.3
+
5.20180820
- Updated for v5.29.2
diff --git a/dist/Module-CoreList/lib/Module/CoreList.pm b/dist/Module-CoreList/lib/Module/CoreList.pm
index c84a29e79b..d0b2301ea9 100644
--- a/dist/Module-CoreList/lib/Module/CoreList.pm
+++ b/dist/Module-CoreList/lib/Module/CoreList.pm
@@ -343,6 +343,7 @@ sub changes_between {
5.029000 => '2018-06-26',
5.029001 => '2018-07-20',
5.029002 => '2018-08-20',
+ 5.029003 => '2018-09-20',
);
for my $version ( sort { $a <=> $b } keys %released ) {
@@ -15723,6 +15724,17 @@ for my $version ( sort { $a <=> $b } keys %released ) {
removed => {
}
},
+ 5.029003 => {
+ delta_from => 5.029002,
+ changed => {
+ 'B::Op_private' => '5.029003',
+ 'Config' => '5.029003',
+ 'Module::CoreList' => '5.20180920',
+ 'Module::CoreList::Utils'=> '5.20180920',
+ },
+ removed => {
+ }
+ },
);
sub is_core
@@ -16637,6 +16649,13 @@ sub is_core
removed => {
}
},
+ 5.029003 => {
+ delta_from => 5.029002,
+ 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 c640637483..d28158757e 100644
--- a/dist/Module-CoreList/lib/Module/CoreList/Utils.pm
+++ b/dist/Module-CoreList/lib/Module/CoreList/Utils.pm
@@ -1417,6 +1417,13 @@ my %delta = (
removed => {
}
},
+ 5.029003 => {
+ delta_from => 5.029002,
+ changed => {
+ },
+ removed => {
+ }
+ },
);
%utilities = Module::CoreList::_undelta(\%delta);