summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve Hay <steve.m.hay@googlemail.com>2018-11-29 20:23:16 +0000
committerSteve Hay <steve.m.hay@googlemail.com>2018-11-29 20:23:16 +0000
commita9cd96e146acf197cc514cf43be86ca2684919ef (patch)
tree16b0dacf42c5e661496bc0d0dc529ed9e6b445c3
parent1e215b031d1d546a694b58bb2a12d0836a1a6969 (diff)
downloadperl-a9cd96e146acf197cc514cf43be86ca2684919ef.tar.gz
Bump the Perl version for 5.29.5
(manually cherry picked from commit 9d68db48f51a31c8c896446c21eaf1cdcaa5144e)
-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 e2e19870a7..7a558dd538 100644
--- a/dist/Module-CoreList/Changes
+++ b/dist/Module-CoreList/Changes
@@ -1,6 +1,9 @@
5.20181129_26
- Updated for v5.26.3
+5.20181120
+ - Updated for v5.29.5
+
5.20181020
- Updated for v5.29.4
diff --git a/dist/Module-CoreList/lib/Module/CoreList.pm b/dist/Module-CoreList/lib/Module/CoreList.pm
index 5a12c20e0e..33cd0c2309 100644
--- a/dist/Module-CoreList/lib/Module/CoreList.pm
+++ b/dist/Module-CoreList/lib/Module/CoreList.pm
@@ -345,6 +345,7 @@ sub changes_between {
5.029002 => '2018-08-20',
5.029003 => '2018-09-20',
5.029004 => '2018-10-20',
+ 5.029005 => '2018-11-20',
5.026003 => '2018-11-29',
);
@@ -15820,6 +15821,17 @@ for my $version ( sort { $a <=> $b } keys %released ) {
'arybase' => 1,
}
},
+ 5.029005 => {
+ delta_from => 5.029004,
+ changed => {
+ 'B::Op_private' => '5.029005',
+ 'Config' => '5.029005',
+ 'Module::CoreList' => '5.20181120',
+ 'Module::CoreList::Utils'=> '5.20181120',
+ },
+ removed => {
+ }
+ },
5.026003 => {
delta_from => 5.026002,
changed => {
@@ -16762,6 +16774,13 @@ sub is_core
arybase => '1',
}
},
+ 5.029005 => {
+ delta_from => 5.027002,
+ changed => {
+ },
+ removed => {
+ }
+ },
5.026003 => {
delta_from => 5.026002,
changed => {
diff --git a/dist/Module-CoreList/lib/Module/CoreList/Utils.pm b/dist/Module-CoreList/lib/Module/CoreList/Utils.pm
index a6cc2e5c9f..0a8b981e14 100644
--- a/dist/Module-CoreList/lib/Module/CoreList/Utils.pm
+++ b/dist/Module-CoreList/lib/Module/CoreList/Utils.pm
@@ -1431,6 +1431,13 @@ my %delta = (
removed => {
}
},
+ 5.029005 => {
+ delta_from => 5.029004,
+ changed => {
+ },
+ removed => {
+ }
+ },
5.026003 => {
delta_from => 5.026002,
changed => {