summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorreneeb <reb@perl-services.de>2017-02-20 12:51:20 +0100
committerreneeb <reb@perl-services.de>2017-02-20 12:51:20 +0100
commita9f73db0fb49d960df10b0ed8acb12b9d0c1036d (patch)
treef59a42a953a3031f83073e2e9a23327d429cc292
parent2042c7f7297a837020c16f688bf5ba7c4d904b32 (diff)
downloadperl-a9f73db0fb49d960df10b0ed8acb12b9d0c1036d.tar.gz
Update Module::CoreList for 5.25.10
-rw-r--r--dist/Module-CoreList/lib/Module/CoreList.pm12
1 files changed, 11 insertions, 1 deletions
diff --git a/dist/Module-CoreList/lib/Module/CoreList.pm b/dist/Module-CoreList/lib/Module/CoreList.pm
index a0dc1a2753..b6fcb30b40 100644
--- a/dist/Module-CoreList/lib/Module/CoreList.pm
+++ b/dist/Module-CoreList/lib/Module/CoreList.pm
@@ -317,7 +317,7 @@ sub changes_between {
5.022003 => '2017-01-14',
5.024001 => '2017-01-14',
5.025009 => '2017-01-20',
- 5.025010 => '????-??-??',
+ 5.025010 => '2017-02-20',
);
for my $version ( sort { $a <=> $b } keys %released ) {
@@ -13929,11 +13929,21 @@ for my $version ( sort { $a <=> $b } keys %released ) {
5.025010 => {
delta_from => 5.025009,
changed => {
+ 'B' => '1.68',
'B::Op_private' => '5.025010',
+ 'CPAN' => '2.17',
+ 'CPAN::Distribution' => '2.17',
'Config' => '5.02501',
+ 'Getopt::Std' => '1.12',
'Module::CoreList' => '5.20170220',
'Module::CoreList::TieHashDelta'=> '5.20170220',
'Module::CoreList::Utils'=> '5.20170220',
+ 'PerlIO' => '1.10',
+ 'Storable' => '2.62',
+ 'Thread::Queue' => '3.12',
+ 'feature' => '1.47',
+ 'open' => '1.11',
+ 'threads' => '2.13',
},
removed => {
}