summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn SJ Anderson <genehack@genehack.org>2018-02-28 19:51:43 +0000
committerSteve Hay <steve.m.hay@googlemail.com>2018-02-28 19:52:38 +0000
commit7df52b47c78bb2041f50044039f09339a67ae162 (patch)
treeef796bffac18205471a7b9518e84a7fa139d7c5b
parentb3824472b5dd34fc5dc8636a0e0b76300a5debd6 (diff)
downloadperl-7df52b47c78bb2041f50044039f09339a67ae162.tar.gz
Bump perl version to 5.27.5, including Module::CoreList bits
(manually cherry picked from commit 1967e4078fc58b815297507a9bd9fc1f9bb34f9e)
-rw-r--r--dist/Module-CoreList/Changes3
-rw-r--r--dist/Module-CoreList/lib/Module/CoreList.pm20
-rw-r--r--dist/Module-CoreList/lib/Module/CoreList/Utils.pm7
3 files changed, 30 insertions, 0 deletions
diff --git a/dist/Module-CoreList/Changes b/dist/Module-CoreList/Changes
index c0c5ff18f8..1483c92800 100644
--- a/dist/Module-CoreList/Changes
+++ b/dist/Module-CoreList/Changes
@@ -1,3 +1,6 @@
+5.20171020
+ - Updated for v5.27.5
+
5.20170922_24
- Updated for v5.24.3
diff --git a/dist/Module-CoreList/lib/Module/CoreList.pm b/dist/Module-CoreList/lib/Module/CoreList.pm
index a3a37adeb2..e6abd5cbac 100644
--- a/dist/Module-CoreList/lib/Module/CoreList.pm
+++ b/dist/Module-CoreList/lib/Module/CoreList.pm
@@ -317,6 +317,7 @@ sub changes_between {
5.027003 => '2017-08-21',
5.027004 => '2017-09-20',
5.024003 => '2017-09-22',
+ 5.027005 => '2017-10-20',
);
for my $version ( sort { $a <=> $b } keys %released ) {
@@ -14436,6 +14437,18 @@ for my $version ( sort { $a <=> $b } keys %released ) {
removed => {
}
},
+ 5.027005 => {
+ delta_from => 5.027004,
+ changed => {
+ 'B::Op_private' => '5.027005',
+ 'Config' => '5.027005',
+ 'Module::CoreList' => '5.20171020',
+ 'Module::CoreList::TieHashDelta'=> '5.20171020',
+ 'Module::CoreList::Utils'=> '5.20171020',
+ },
+ removed => {
+ }
+ },
);
sub is_core
@@ -15258,6 +15271,13 @@ for my $version (sort { $a <=> $b } keys %delta) {
removed => {
}
},
+ 5.027005 => {
+ delta_from => 5.027004,
+ changed => {
+ },
+ removed => {
+ }
+ },
);
for my $version (sort { $a <=> $b } keys %deprecated) {
diff --git a/dist/Module-CoreList/lib/Module/CoreList/Utils.pm b/dist/Module-CoreList/lib/Module/CoreList/Utils.pm
index 5fc8645cf1..9ae9be1254 100644
--- a/dist/Module-CoreList/lib/Module/CoreList/Utils.pm
+++ b/dist/Module-CoreList/lib/Module/CoreList/Utils.pm
@@ -1320,6 +1320,13 @@ my %delta = (
removed => {
}
},
+ 5.027005 => {
+ delta_from => 5.027004,
+ changed => {
+ },
+ removed => {
+ }
+ },
);
for my $version (sort { $a <=> $b } keys %delta) {