summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve Hay <steve.m.hay@googlemail.com>2018-11-29 20:31:25 +0000
committerSteve Hay <steve.m.hay@googlemail.com>2018-11-29 20:31:25 +0000
commitb40abca4493c832d67e45a793bf0b6560b45bfec (patch)
treee760bf17611562a83b87d941219d968995c5fa48
parent399a6d78908fc610e4d620cbc7f21e06d80066eb (diff)
downloadperl-b40abca4493c832d67e45a793bf0b6560b45bfec.tar.gz
Update Module-CoreList with data for 5.28.1
(manually cherry picked from commit 0a26304aa8fb5fc9cc6b4a9c725134cf6ced6917)
-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 7a558dd538..8cc5ff085d 100644
--- a/dist/Module-CoreList/Changes
+++ b/dist/Module-CoreList/Changes
@@ -1,3 +1,6 @@
+5.20181129_28
+ - Updated for v5.28.1
+
5.20181129_26
- Updated for v5.26.3
diff --git a/dist/Module-CoreList/lib/Module/CoreList.pm b/dist/Module-CoreList/lib/Module/CoreList.pm
index 893185dc2b..eeb6e1bf3e 100644
--- a/dist/Module-CoreList/lib/Module/CoreList.pm
+++ b/dist/Module-CoreList/lib/Module/CoreList.pm
@@ -347,6 +347,7 @@ sub changes_between {
5.029004 => '2018-10-20',
5.029005 => '2018-11-20',
5.026003 => '2018-11-29',
+ 5.028001 => '2018-11-29',
);
for my $version ( sort { $a <=> $b } keys %released ) {
@@ -15863,6 +15864,17 @@ for my $version ( sort { $a <=> $b } keys %released ) {
removed => {
}
},
+ 5.028001 => {
+ delta_from => 5.028,
+ changed => {
+ 'B::Op_private' => '5.028001',
+ 'Config' => '5.028001',
+ 'Module::CoreList' => '5.20181129_28',
+ 'Module::CoreList::Utils'=> '5.20181129_28',
+ },
+ removed => {
+ }
+ },
);
sub is_core
@@ -16806,6 +16818,13 @@ sub is_core
removed => {
}
},
+ 5.028001 => {
+ delta_from => 5.028000,
+ changed => {
+ },
+ removed => {
+ }
+ },
);
%deprecated = _undelta(\%deprecated);
diff --git a/dist/Module-CoreList/lib/Module/CoreList/Utils.pm b/dist/Module-CoreList/lib/Module/CoreList/Utils.pm
index 0a8b981e14..4d3bc16437 100644
--- a/dist/Module-CoreList/lib/Module/CoreList/Utils.pm
+++ b/dist/Module-CoreList/lib/Module/CoreList/Utils.pm
@@ -1445,6 +1445,13 @@ my %delta = (
removed => {
}
},
+ 5.028001 => {
+ delta_from => 5.028000,
+ changed => {
+ },
+ removed => {
+ }
+ },
);
%utilities = Module::CoreList::_undelta(\%delta);