summaryrefslogtreecommitdiff
path: root/dist
diff options
context:
space:
mode:
authorRicardo Signes <rjbs@cpan.org>2016-05-08 07:58:09 -0400
committerRicardo Signes <rjbs@cpan.org>2016-05-09 08:09:12 -0400
commit4170737e25c85a87b607a645b8cbb5049ea57e58 (patch)
treeba78f5200da6e1d905d1493d1a9ad8e9ae53ef9c /dist
parent0302547a025c8a18719344e0ce7546340eb0aae4 (diff)
downloadperl-4170737e25c85a87b607a645b8cbb5049ea57e58.tar.gz
corelist: update for v5.25.1
Diffstat (limited to 'dist')
-rw-r--r--dist/Module-CoreList/lib/Module/CoreList.pm22
-rw-r--r--dist/Module-CoreList/lib/Module/CoreList/TieHashDelta.pm2
-rw-r--r--dist/Module-CoreList/lib/Module/CoreList/Utils.pm9
3 files changed, 30 insertions, 3 deletions
diff --git a/dist/Module-CoreList/lib/Module/CoreList.pm b/dist/Module-CoreList/lib/Module/CoreList.pm
index 3e6eae1d82..e1791647d2 100644
--- a/dist/Module-CoreList/lib/Module/CoreList.pm
+++ b/dist/Module-CoreList/lib/Module/CoreList.pm
@@ -4,7 +4,7 @@ use vars qw/$VERSION %released %version %families %upstream
%bug_tracker %deprecated %delta/;
use Module::CoreList::TieHashDelta;
use version;
-$VERSION = '5.20160507';
+$VERSION = '5.20160520';
sub _released_order { # Sort helper, to make '?' sort after everything else
(substr($released{$a}, 0, 1) eq "?")
@@ -294,6 +294,7 @@ sub changes_between {
5.022002 => '2016-04-29',
5.024000 => '2016-05-09',
5.025000 => '2016-05-09',
+ 5.025001 => '????-??-??',
);
for my $version ( sort { $a <=> $b } keys %released ) {
@@ -12426,6 +12427,18 @@ for my $version ( sort { $a <=> $b } keys %released ) {
removed => {
}
},
+ 5.025001 => {
+ delta_from => 5.024000,
+ changed => {
+ 'B::Op_private' => '5.025001',
+ 'Config' => '5.025001',
+ 'Module::CoreList' => '5.20160520',
+ 'Module::CoreList::TieHashDelta'=> '5.20160520',
+ 'Module::CoreList::Utils'=> '5.20160520',
+ },
+ removed => {
+ }
+ },
);
sub is_core
@@ -13086,6 +13099,13 @@ for my $version (sort { $a <=> $b } keys %delta) {
removed => {
}
},
+ 5.025001 => {
+ delta_from => 5.025000,
+ changed => {
+ },
+ removed => {
+ }
+ },
);
for my $version (sort { $a <=> $b } keys %deprecated) {
diff --git a/dist/Module-CoreList/lib/Module/CoreList/TieHashDelta.pm b/dist/Module-CoreList/lib/Module/CoreList/TieHashDelta.pm
index a6b7d9b90e..b9e39fb9bc 100644
--- a/dist/Module-CoreList/lib/Module/CoreList/TieHashDelta.pm
+++ b/dist/Module-CoreList/lib/Module/CoreList/TieHashDelta.pm
@@ -3,7 +3,7 @@ package Module::CoreList::TieHashDelta;
use strict;
use vars qw($VERSION);
-$VERSION = '5.20160507';
+$VERSION = '5.20160520';
sub TIEHASH {
my ($class, $changed, $removed, $parent) = @_;
diff --git a/dist/Module-CoreList/lib/Module/CoreList/Utils.pm b/dist/Module-CoreList/lib/Module/CoreList/Utils.pm
index 23ad8c2242..b793f6bb77 100644
--- a/dist/Module-CoreList/lib/Module/CoreList/Utils.pm
+++ b/dist/Module-CoreList/lib/Module/CoreList/Utils.pm
@@ -6,7 +6,7 @@ use vars qw[$VERSION %utilities];
use Module::CoreList;
use Module::CoreList::TieHashDelta;
-$VERSION = '5.20160507';
+$VERSION = '5.20160520';
sub utilities {
my $perl = shift;
@@ -1157,6 +1157,13 @@ my %delta = (
removed => {
}
},
+ 5.025001 => {
+ delta_from => 5.025,
+ changed => {
+ },
+ removed => {
+ }
+ },
);
for my $version (sort { $a <=> $b } keys %delta) {