summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStevan Little <stevan@cpan.org>2016-11-08 13:25:15 +0000
committerSteve Hay <steve.m.hay@googlemail.com>2016-11-08 13:25:31 +0000
commitb043e9b568dde8367400171059c7856b2493a917 (patch)
tree8ca999328c795bc8bc718cf76211766ce89df52d
parentbe811f22078622ba017140b6ce1e1ed3dd786f5f (diff)
downloadperl-b043e9b568dde8367400171059c7856b2493a917.tar.gz
update Module::CoreList
(manually cherry picked from commit bc46539af4d62797e9370956be958f5305250dde)
-rw-r--r--dist/Module-CoreList/lib/Module/CoreList.pm22
-rw-r--r--dist/Module-CoreList/lib/Module/CoreList/Utils.pm7
2 files changed, 29 insertions, 0 deletions
diff --git a/dist/Module-CoreList/lib/Module/CoreList.pm b/dist/Module-CoreList/lib/Module/CoreList.pm
index 1b3d6d0a84..2b5e256469 100644
--- a/dist/Module-CoreList/lib/Module/CoreList.pm
+++ b/dist/Module-CoreList/lib/Module/CoreList.pm
@@ -299,6 +299,7 @@ sub changes_between {
5.025003 => '2016-07-20',
5.025004 => '2016-08-20',
5.025005 => '2016-09-20',
+ 5.025006 => '????-??-??',
5.022003 => '????-??-??',
);
@@ -13162,6 +13163,20 @@ for my $version ( sort { $a <=> $b } keys %released ) {
removed => {
}
},
+ 5.025006 => {
+ delta_from => 5.025005,
+ changed => {
+ 'B::Op_private' => '5.025006',
+ 'Config' => '5.025006',
+ 'Data::Dumper' => '2.162',
+ 'OS2::DLL' => '1.07',
+ 'POSIX' => '1.73',
+ 'PerlIO::encoding' => '0.25',
+ 'Storable' => '2.58',
+ },
+ removed => {
+ }
+ },
5.022003 => {
delta_from => 5.022002,
changed => {
@@ -14026,6 +14041,13 @@ for my $version (sort { $a <=> $b } keys %delta) {
removed => {
}
},
+ 5.025006 => {
+ delta_from => 5.025005,
+ changed => {
+ },
+ removed => {
+ }
+ },
5.022003 => {
delta_from => 5.022002,
changed => {
diff --git a/dist/Module-CoreList/lib/Module/CoreList/Utils.pm b/dist/Module-CoreList/lib/Module/CoreList/Utils.pm
index 5b2693bff8..242474bc0c 100644
--- a/dist/Module-CoreList/lib/Module/CoreList/Utils.pm
+++ b/dist/Module-CoreList/lib/Module/CoreList/Utils.pm
@@ -1192,6 +1192,13 @@ my %delta = (
removed => {
}
},
+ 5.025006 => {
+ delta_from => 5.025005,
+ changed => {
+ },
+ removed => {
+ }
+ },
5.022003 => {
delta_from => 5.022002,
changed => {