summaryrefslogtreecommitdiff
path: root/dist
diff options
context:
space:
mode:
authorChris 'BinGOs' Williams <chris@bingosnet.co.uk>2012-10-12 10:26:38 +0100
committerChris 'BinGOs' Williams <chris@bingosnet.co.uk>2012-10-12 11:58:49 +0100
commitf7a5efebd238ec9a1dc9839d1d642288cee9de56 (patch)
tree1bfbc17e799e9f9fae8746f4895912133b20b414 /dist
parent3875fc11b72f06ce61bc5ccdd5e5dfecde572d82 (diff)
downloadperl-f7a5efebd238ec9a1dc9839d1d642288cee9de56.tar.gz
Add v5.14.3 data to Module::CoreList and bump to 2.74
Diffstat (limited to 'dist')
-rw-r--r--dist/Module-CoreList/lib/Module/CoreList.pm16
-rw-r--r--dist/Module-CoreList/lib/Module/CoreList/TieHashDelta.pm2
2 files changed, 16 insertions, 2 deletions
diff --git a/dist/Module-CoreList/lib/Module/CoreList.pm b/dist/Module-CoreList/lib/Module/CoreList.pm
index f96e4c5bc8..246899a546 100644
--- a/dist/Module-CoreList/lib/Module/CoreList.pm
+++ b/dist/Module-CoreList/lib/Module/CoreList.pm
@@ -3,7 +3,7 @@ use strict;
use vars qw/$VERSION %released %version %families %upstream
%bug_tracker %deprecated/;
use Module::CoreList::TieHashDelta;
-$VERSION = '2.73';
+$VERSION = '2.74';
my $dumpinc = 0;
sub import {
@@ -207,6 +207,7 @@ sub changes_between {
5.017002 => '2012-07-20',
5.017003 => '2012-08-20',
5.017004 => '2012-09-20',
+ 5.014003 => '2012-10-12',
);
for my $version ( sort { $a <=> $b } keys %released ) {
@@ -5565,6 +5566,16 @@ my %delta = (
removed => {
}
},
+ 5.014003 => {
+ delta_from => 5.014002,
+ changed => {
+ 'Digest' => '1.16_01',
+ 'IPC::Open3' => '1.09_01',
+ 'Module::CoreList' => '2.49_04',
+ },
+ removed => {
+ }
+ },
5.015 => {
delta_from => 5.014001,
changed => {
@@ -7387,6 +7398,9 @@ for my $version (sort { $a <=> $b } keys %delta) {
},
5.017004 => {
},
+ 5.014003 => {
+ 'Shell' => '1',
+ },
);
%upstream = (
diff --git a/dist/Module-CoreList/lib/Module/CoreList/TieHashDelta.pm b/dist/Module-CoreList/lib/Module/CoreList/TieHashDelta.pm
index b4bee90fe3..e3b4bbe3dc 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 = "2.73";
+$VERSION = "2.74";
sub TIEHASH {
my ($class, $changed, $removed, $parent) = @_;