summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAbigail <abigail@abigail.be>2018-02-28 20:28:06 +0000
committerSteve Hay <steve.m.hay@googlemail.com>2018-02-28 20:28:39 +0000
commit22d6b84d0370fc823bcc6463e3026c83d494c2da (patch)
treed30e5f6fd018768606a59bca216d5c8c59c6b4eb
parentd77d68542bd3da98d00566b23a98b078caaabe4a (diff)
downloadperl-22d6b84d0370fc823bcc6463e3026c83d494c2da.tar.gz
Update Module::CoreList for 5.27.9
(manually cherry picked from commit 3f4fae50f32e50b0765e1c3cdad0177f585083d5)
-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 9fb1073b1e..4e173c6738 100644
--- a/dist/Module-CoreList/Changes
+++ b/dist/Module-CoreList/Changes
@@ -1,3 +1,6 @@
+5.20180220
+ - Updated for v5.27.9
+
5.20180120
- Updated for v5.27.8
diff --git a/dist/Module-CoreList/lib/Module/CoreList.pm b/dist/Module-CoreList/lib/Module/CoreList.pm
index 5da2e0e3b9..f8da680f21 100644
--- a/dist/Module-CoreList/lib/Module/CoreList.pm
+++ b/dist/Module-CoreList/lib/Module/CoreList.pm
@@ -322,6 +322,7 @@ sub changes_between {
5.027006 => '2017-11-20',
5.027007 => '2017-12-20',
5.027008 => '2018-01-20',
+ 5.027009 => '2018-02-20',
);
for my $version ( sort { $a <=> $b } keys %released ) {
@@ -15008,6 +15009,18 @@ for my $version ( sort { $a <=> $b } keys %released ) {
removed => {
}
},
+ 5.027009 => {
+ delta_from => 5.027008,
+ changed => {
+ 'B::Op_private' => '5.027009',
+ 'Config' => '5.027009',
+ 'Module::CoreList' => '5.20180220',
+ 'Module::CoreList::TieHashDelta'=> '5.20180220',
+ 'Module::CoreList::Utils'=> '5.20180220',
+ },
+ removed => {
+ }
+ },
);
);
@@ -15866,6 +15879,13 @@ for my $version (sort { $a <=> $b } keys %delta) {
removed => {
}
},
+ 5.027009 => {
+ delta_from => 5.027008,
+ 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 7bbfea2bb9..bfed80b58c 100644
--- a/dist/Module-CoreList/lib/Module/CoreList/Utils.pm
+++ b/dist/Module-CoreList/lib/Module/CoreList/Utils.pm
@@ -1355,6 +1355,13 @@ my %delta = (
removed => {
}
},
+ 5.027009 => {
+ delta_from => 5.027008,
+ changed => {
+ },
+ removed => {
+ }
+ },
);
for my $version (sort { $a <=> $b } keys %delta) {