summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRicardo Signes <rjbs@cpan.org>2016-04-26 20:21:39 -0400
committerSteve Hay <steve.m.hay@googlemail.com>2016-07-16 00:58:42 +0100
commit9c446558ff4feaeb387e6310176c73bc014819ee (patch)
treec04026545dc7607e808ad312d1459eea72f21c57
parentcedb116dd5eda74ed3f43410fd81e2697219152f (diff)
downloadperl-9c446558ff4feaeb387e6310176c73bc014819ee.tar.gz
corelist: update for v5.25.0
(cherry picked from commit c800d8b327c8e7dc5ec8c5ef099ce91b1a719c4d)
-rw-r--r--dist/Module-CoreList/lib/Module/CoreList.pm24
-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, 32 insertions, 3 deletions
diff --git a/dist/Module-CoreList/lib/Module/CoreList.pm b/dist/Module-CoreList/lib/Module/CoreList.pm
index 1fcae7bf2c..eb8790a7ed 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.20160506';
+$VERSION = '5.20160507';
sub _released_order { # Sort helper, to make '?' sort after everything else
(substr($released{$a}, 0, 1) eq "?")
@@ -293,6 +293,7 @@ sub changes_between {
5.023009 => '2016-03-20',
5.022002 => '2016-04-29',
5.024000 => '2016-05-09',
+ 5.025000 => '2016-05-09',
);
for my $version ( sort { $a <=> $b } keys %released ) {
@@ -12391,6 +12392,7 @@ for my $version ( sort { $a <=> $b } keys %released ) {
'File::Copy' => '2.31',
'File::Path' => '2.12_01',
'File::Spec::AmigaOS' => '3.64',
+ 'IO::Handle' => '1.36',
'Module::CoreList' => '5.20160506',
'Module::CoreList::TieHashDelta'=> '5.20160506',
'Module::CoreList::Utils'=> '5.20160506',
@@ -12406,6 +12408,19 @@ for my $version ( sort { $a <=> $b } keys %released ) {
'Time::HiRes' => '1.9733',
'threads' => '2.07',
'threads::shared' => '1.51',
+ 'locale' => '1.09',
+ },
+ removed => {
+ }
+ },
+ 5.025000 => {
+ delta_from => 5.024,
+ changed => {
+ 'B::Op_private' => '5.025000',
+ 'Config' => '5.025',
+ 'Module::CoreList' => '5.20160507',
+ 'Module::CoreList::TieHashDelta'=> '5.20160507',
+ 'Module::CoreList::Utils'=> '5.20160507',
},
removed => {
}
@@ -13063,6 +13078,13 @@ for my $version (sort { $a <=> $b } keys %delta) {
removed => {
}
},
+ 5.025000 => {
+ delta_from => 5.024,
+ 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 90662fc2c7..a6b7d9b90e 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.20160506';
+$VERSION = '5.20160507';
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 9099245b1a..23ad8c2242 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.20160506';
+$VERSION = '5.20160507';
sub utilities {
my $perl = shift;
@@ -1150,6 +1150,13 @@ my %delta = (
removed => {
}
},
+ 5.025000 => {
+ delta_from => 5.024000,
+ changed => {
+ },
+ removed => {
+ }
+ },
);
for my $version (sort { $a <=> $b } keys %delta) {