summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris 'BinGOs' Williams <chris@bingosnet.co.uk>2018-02-28 20:23:41 +0000
committerSteve Hay <steve.m.hay@googlemail.com>2018-02-28 20:24:14 +0000
commit4702fb6ec71b0844e51c0a554c01410dd621aa78 (patch)
treeab147e47eeb47876abe85124192cade9751d244d
parent24a845583e36d326ab251bb0efdf838834d2a014 (diff)
downloadperl-4702fb6ec71b0844e51c0a554c01410dd621aa78.tar.gz
Update Module-CoreList for v5.27.8
(manually cherry picked from commit 946b6ed4ec08dfa012129f650bc1259f5ea1dd48)
-rw-r--r--dist/Module-CoreList/Changes3
-rw-r--r--dist/Module-CoreList/lib/Module/CoreList.pm21
-rw-r--r--dist/Module-CoreList/lib/Module/CoreList/Utils.pm7
3 files changed, 31 insertions, 0 deletions
diff --git a/dist/Module-CoreList/Changes b/dist/Module-CoreList/Changes
index fb55444f52..9fb1073b1e 100644
--- a/dist/Module-CoreList/Changes
+++ b/dist/Module-CoreList/Changes
@@ -1,3 +1,6 @@
+5.20180120
+ - Updated for v5.27.8
+
5.20171220
- Updated for v5.27.7
diff --git a/dist/Module-CoreList/lib/Module/CoreList.pm b/dist/Module-CoreList/lib/Module/CoreList.pm
index 7d78451390..2860e6f36e 100644
--- a/dist/Module-CoreList/lib/Module/CoreList.pm
+++ b/dist/Module-CoreList/lib/Module/CoreList.pm
@@ -321,6 +321,7 @@ sub changes_between {
5.027005 => '2017-10-20',
5.027006 => '2017-11-20',
5.027007 => '2017-12-20',
+ 5.027008 => '2018-01-20',
);
for my $version ( sort { $a <=> $b } keys %released ) {
@@ -14954,6 +14955,19 @@ for my $version ( sort { $a <=> $b } keys %released ) {
removed => {
}
},
+ 5.027008 => {
+ delta_from => 5.027007,
+ changed => {
+ 'B::Op_private' => '5.027008',
+ 'Config' => '5.027008',
+ 'Module::CoreList' => '5.20180120',
+ 'Module::CoreList::TieHashDelta'=> '5.20180120',
+ 'Module::CoreList::Utils'=> '5.20180120',
+ },
+ removed => {
+ }
+ },
+ );
);
sub is_core
@@ -15804,6 +15818,13 @@ for my $version (sort { $a <=> $b } keys %delta) {
removed => {
}
},
+ 5.027008 => {
+ delta_from => 5.027007,
+ 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 5d3ea432f2..7bbfea2bb9 100644
--- a/dist/Module-CoreList/lib/Module/CoreList/Utils.pm
+++ b/dist/Module-CoreList/lib/Module/CoreList/Utils.pm
@@ -1348,6 +1348,13 @@ my %delta = (
removed => {
}
},
+ 5.027008 => {
+ delta_from => 5.027007,
+ changed => {
+ },
+ removed => {
+ }
+ },
);
for my $version (sort { $a <=> $b } keys %delta) {