summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSawyer X <xsawyerx@cpan.org>2017-05-31 14:25:02 +0200
committerSawyer X <xsawyerx@cpan.org>2017-05-31 14:26:12 +0200
commit753bd946506d34bc9c6a8f96fcb33ed0b59cf597 (patch)
tree052a91bfe77c434f8f085b6e54de5534cc45211e
parenta1e45bc126dd4ae8b4aafcf7ffba2bab1af768a9 (diff)
downloadperl-753bd946506d34bc9c6a8f96fcb33ed0b59cf597.tar.gz
Update Module::CoreList
-rw-r--r--dist/Module-CoreList/lib/Module/CoreList.pm20
-rw-r--r--dist/Module-CoreList/lib/Module/CoreList/Utils.pm7
2 files changed, 26 insertions, 1 deletions
diff --git a/dist/Module-CoreList/lib/Module/CoreList.pm b/dist/Module-CoreList/lib/Module/CoreList.pm
index a4868b1485..be4af22adb 100644
--- a/dist/Module-CoreList/lib/Module/CoreList.pm
+++ b/dist/Module-CoreList/lib/Module/CoreList.pm
@@ -320,7 +320,8 @@ sub changes_between {
5.025010 => '2017-02-20',
5.025011 => '2017-03-20',
5.025012 => '2017-04-20',
- 5.026000 => '????-??-??',
+ 5.026000 => '2017-05-30',
+ 5.027000 => '2017-05-31',
);
for my $version ( sort { $a <=> $b } keys %released ) {
@@ -14108,6 +14109,16 @@ for my $version ( sort { $a <=> $b } keys %released ) {
removed => {
}
},
+ 5.027000 => {
+ delta_from => 5.026000,
+ changed => {
+ 'B::Op_private' => '5.027000',
+ 'Config' => '5.027',
+ 'feature' => '1.48',
+ },
+ removed => {
+ }
+ },
);
sub is_core
@@ -14867,6 +14878,13 @@ sub is_core
removed => {
}
},
+ 5.027000 => {
+ delta_from => 5.026000,
+ 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 b0b02f4c65..7b6ec46304 100644
--- a/dist/Module-CoreList/lib/Module/CoreList/Utils.pm
+++ b/dist/Module-CoreList/lib/Module/CoreList/Utils.pm
@@ -1263,6 +1263,13 @@ my %delta = (
removed => {
}
},
+ 5.027000 => {
+ delta_from => 5.026000,
+ changed => {
+ },
+ removed => {
+ }
+ },
);
%utilities = Module::CoreList::_undelta(\%delta);