summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKaren Etheridge <ether@cpan.org>2018-02-28 20:19:16 +0000
committerSteve Hay <steve.m.hay@googlemail.com>2018-02-28 20:19:38 +0000
commit74930f3b463b62334073062f8064406399444ad7 (patch)
treeeb0d177ce3ae28293a0639d09d9a0252e17cc29a
parent2d08ce54d1a03a67b86764afb1a5ce6d29857344 (diff)
downloadperl-74930f3b463b62334073062f8064406399444ad7.tar.gz
generate preliminary Module::CoreList updates for 5.27.7
(manually cherry picked from commit a67b31e34ebefb1016300f9f31538d443eaa2fc6)
-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 5da6b4a35b..fb55444f52 100644
--- a/dist/Module-CoreList/Changes
+++ b/dist/Module-CoreList/Changes
@@ -1,3 +1,6 @@
+5.20171220
+ - Updated for v5.27.7
+
5.20171120
- Updated for v5.27.6
diff --git a/dist/Module-CoreList/lib/Module/CoreList.pm b/dist/Module-CoreList/lib/Module/CoreList.pm
index 8d0bc2cec5..0a37100752 100644
--- a/dist/Module-CoreList/lib/Module/CoreList.pm
+++ b/dist/Module-CoreList/lib/Module/CoreList.pm
@@ -320,6 +320,7 @@ sub changes_between {
5.026001 => '2017-09-22',
5.027005 => '2017-10-20',
5.027006 => '2017-11-20',
+ 5.027007 => '2017-12-20',
);
for my $version ( sort { $a <=> $b } keys %released ) {
@@ -14776,6 +14777,18 @@ for my $version ( sort { $a <=> $b } keys %released ) {
removed => {
}
},
+ 5.027007 => {
+ delta_from => 5.027006,
+ changed => {
+ 'B::Op_private' => '5.027007',
+ 'Config' => '5.027007',
+ 'Module::CoreList' => '5.20171220',
+ 'Module::CoreList::TieHashDelta'=> '5.20171220',
+ 'Module::CoreList::Utils'=> '5.20171220',
+ },
+ removed => {
+ }
+ },
);
sub is_core
@@ -15619,6 +15632,13 @@ for my $version (sort { $a <=> $b } keys %delta) {
removed => {
}
},
+ 5.027007 => {
+ delta_from => 5.027006,
+ 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 06b7c074ad..5d3ea432f2 100644
--- a/dist/Module-CoreList/lib/Module/CoreList/Utils.pm
+++ b/dist/Module-CoreList/lib/Module/CoreList/Utils.pm
@@ -1341,6 +1341,13 @@ my %delta = (
removed => {
}
},
+ 5.027007 => {
+ delta_from => 5.027006,
+ changed => {
+ },
+ removed => {
+ }
+ },
);
for my $version (sort { $a <=> $b } keys %delta) {