summaryrefslogtreecommitdiff
path: root/dist
diff options
context:
space:
mode:
authorFather Chrysostomos <sprout@cpan.org>2016-05-20 18:04:52 -0700
committerFather Chrysostomos <sprout@cpan.org>2016-05-20 18:04:52 -0700
commita55ca2cb1c0fdf584fada8400e3f4ebe160cfe0d (patch)
treef7693a27295178cb81b5a2b775cbfcd5114d9f43 /dist
parenta50cb9d2d06ab72d549eaebb8b648f4dbe054a3d (diff)
downloadperl-a55ca2cb1c0fdf584fada8400e3f4ebe160cfe0d.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.
Diffstat (limited to 'dist')
-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 10d3b2d698..07c3904997 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) {