summaryrefslogtreecommitdiff
path: root/dist
diff options
context:
space:
mode:
authorChris 'BinGOs' Williams <chris@bingosnet.co.uk>2016-02-28 15:53:56 +0000
committerChris 'BinGOs' Williams <chris@bingosnet.co.uk>2016-02-28 15:53:56 +0000
commitb564105ba1218c3a9b4c1f999a8e542b4e9a2d08 (patch)
tree8b7c8f9c08357550976e6d3d815a00f693b7b796 /dist
parent6c0a9fb7ff06153ce0eaf565405143e37520f0da (diff)
downloadperl-b564105ba1218c3a9b4c1f999a8e542b4e9a2d08.tar.gz
[perl #127624] corelist: wrong Digest::SHA version in 5.18.4
A bit of sleuthing showed that it was actually version bumped for the v5.18.3 release. Also noticed that Config hadn't been updated as well, sorted that out too.
Diffstat (limited to 'dist')
-rw-r--r--dist/Module-CoreList/Changes3
-rw-r--r--dist/Module-CoreList/lib/Module/CoreList.pm5
-rw-r--r--dist/Module-CoreList/lib/Module/CoreList/TieHashDelta.pm2
-rw-r--r--dist/Module-CoreList/lib/Module/CoreList/Utils.pm2
4 files changed, 9 insertions, 3 deletions
diff --git a/dist/Module-CoreList/Changes b/dist/Module-CoreList/Changes
index a4cd745409..cd96bde328 100644
--- a/dist/Module-CoreList/Changes
+++ b/dist/Module-CoreList/Changes
@@ -1,3 +1,6 @@
+5.20160228
+ - [perl #127624] corelist: wrong Digest::SHA version in 5.18.4
+
5.20160220
- Updated for v5.23.8
diff --git a/dist/Module-CoreList/lib/Module/CoreList.pm b/dist/Module-CoreList/lib/Module/CoreList.pm
index d78e235128..8448ca8564 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.20160221';
+$VERSION = '5.20160228';
sub _released_order { # Sort helper, to make '?' sort after everything else
(substr($released{$a}, 0, 1) eq "?")
@@ -8119,6 +8119,8 @@ for my $version ( sort { $a <=> $b } keys %released ) {
5.018003 => {
delta_from => 5.018002,
changed => {
+ 'Config' => '5.018003',
+ 'Digest::SHA' => '5.84_02',
'Module::CoreList' => '3.12',
'Module::CoreList::TieHashDelta'=> '3.12',
'Module::CoreList::Utils'=> '3.12',
@@ -8127,6 +8129,7 @@ for my $version ( sort { $a <=> $b } keys %released ) {
5.018004 => {
delta_from => 5.018003,
changed => {
+ 'Config' => '5.018004',
'Module::CoreList' => '3.13',
'Module::CoreList::TieHashDelta'=> '3.13',
'Module::CoreList::Utils'=> '3.13',
diff --git a/dist/Module-CoreList/lib/Module/CoreList/TieHashDelta.pm b/dist/Module-CoreList/lib/Module/CoreList/TieHashDelta.pm
index 7d28afd234..6ba3f06ef2 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.20160221';
+$VERSION = '5.20160228';
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 2f7cee0a90..a550da0568 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.20160221';
+$VERSION = '5.20160228';
sub utilities {
my $perl = shift;