summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFather Chrysostomos <sprout@cpan.org>2016-05-20 18:04:52 -0700
committerSteve Hay <steve.m.hay@googlemail.com>2016-07-16 01:07:02 +0100
commit12f3c162bdf70f14ccd15be32e48cb89781aaa74 (patch)
treee2543492df584648a2bf16ac4ca92c1db164ef51
parent2c41fda7c5decbf5cde3938cba7deb858ed21a23 (diff)
downloadperl-12f3c162bdf70f14ccd15be32e48cb89781aaa74.tar.gz
corelist: update for v5.25.2
I really have no idea what I’m doing. I just copied 4170737e2, sort of, and the tests started passing. (cherry picked from commit a55ca2cb1c0fdf584fada8400e3f4ebe160cfe0d)
-rw-r--r--dist/Module-CoreList/lib/Module/CoreList.pm15
-rw-r--r--dist/Module-CoreList/lib/Module/CoreList/Utils.pm7
2 files changed, 22 insertions, 0 deletions
diff --git a/dist/Module-CoreList/lib/Module/CoreList.pm b/dist/Module-CoreList/lib/Module/CoreList.pm
index b1b9523a36..612ee31e22 100644
--- a/dist/Module-CoreList/lib/Module/CoreList.pm
+++ b/dist/Module-CoreList/lib/Module/CoreList.pm
@@ -295,6 +295,7 @@ sub changes_between {
5.024000 => '2016-05-09',
5.025000 => '2016-05-09',
5.025001 => '2016-05-20',
+ 5.025002 => '????-??-??',
);
for my $version ( sort { $a <=> $b } keys %released ) {
@@ -12535,6 +12536,13 @@ for my $version ( sort { $a <=> $b } keys %released ) {
removed => {
}
},
+ 5.025002 => {
+ delta_from => 5.025001,
+ changed => {
+ },
+ removed => {
+ }
+ },
);
sub is_core
@@ -13202,6 +13210,13 @@ for my $version (sort { $a <=> $b } keys %delta) {
removed => {
}
},
+ 5.025002 => {
+ delta_from => 5.025001,
+ 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 24a11a975f..6345f37acd 100644
--- a/dist/Module-CoreList/lib/Module/CoreList/Utils.pm
+++ b/dist/Module-CoreList/lib/Module/CoreList/Utils.pm
@@ -1164,6 +1164,13 @@ my %delta = (
removed => {
}
},
+ 5.025002 => {
+ delta_from => 5.025001,
+ changed => {
+ },
+ removed => {
+ }
+ },
);
for my $version (sort { $a <=> $b } keys %delta) {