summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSawyer X <xsawyerx@cpan.org>2017-04-20 14:14:29 +0200
committerSawyer X <xsawyerx@cpan.org>2017-04-20 14:14:29 +0200
commitb62b979e1f6994580cb2c005bb138a199b4dcd12 (patch)
tree05f0ba0c8e7c1f44e3b620f4bd47cbef5014ad9c
parent6e39efcde1c964d6b5a09200031dd52e10bf81bd (diff)
downloadperl-b62b979e1f6994580cb2c005bb138a199b4dcd12.tar.gz
Update Module::CoreList for 5.25.12
-rw-r--r--dist/Module-CoreList/lib/Module/CoreList.pm13
1 files changed, 11 insertions, 2 deletions
diff --git a/dist/Module-CoreList/lib/Module/CoreList.pm b/dist/Module-CoreList/lib/Module/CoreList.pm
index 1c479012ff..ce7a565578 100644
--- a/dist/Module-CoreList/lib/Module/CoreList.pm
+++ b/dist/Module-CoreList/lib/Module/CoreList.pm
@@ -319,7 +319,7 @@ sub changes_between {
5.025009 => '2017-01-20',
5.025010 => '2017-02-20',
5.025011 => '2017-03-20',
- 5.025012 => '????-??-??',
+ 5.025012 => '2017-04-20',
);
for my $version ( sort { $a <=> $b } keys %released ) {
@@ -14078,10 +14078,19 @@ for my $version ( sort { $a <=> $b } keys %released ) {
5.025012 => {
delta_from => 5.025011,
changed => {
- 'Config' => '5.025011',
+ 'B::Op_private' => '5.025012',
+ 'CPAN' => '2.18',
+ 'CPAN::Bundle' => '5.5003',
+ 'CPAN::Distribution' => '2.18',
+ 'Config' => '5.025012',
+ 'DynaLoader' => '1.42',
'Module::CoreList' => '5.20170420',
'Module::CoreList::TieHashDelta'=> '5.20170420',
'Module::CoreList::Utils'=> '5.20170420',
+ 'Safe' => '2.40',
+ 'XSLoader' => '0.27',
+ 'base' => '2.25',
+ 'threads::shared' => '1.56',
},
removed => {
}