summaryrefslogtreecommitdiff
path: root/dist
diff options
context:
space:
mode:
authorChris 'BinGOs' Williams <chris@bingosnet.co.uk>2013-03-11 16:42:10 +0000
committerChris 'BinGOs' Williams <chris@bingosnet.co.uk>2013-03-11 16:42:10 +0000
commitcd98b2f5ef92c23a03108e12e32be9685ad8e564 (patch)
treed224a38e03d44ede6d1c0883dfc5496edc019700 /dist
parent8af848c0456f973c6c7979ad5a53c4bd0b9d353a (diff)
downloadperl-cd98b2f5ef92c23a03108e12e32be9685ad8e564.tar.gz
Update Module-CoreList for v5.16.3
Diffstat (limited to 'dist')
-rw-r--r--dist/Module-CoreList/Changes3
-rw-r--r--dist/Module-CoreList/lib/Module/CoreList.pm17
-rw-r--r--dist/Module-CoreList/lib/Module/CoreList.pod4
-rw-r--r--dist/Module-CoreList/lib/Module/CoreList/TieHashDelta.pm2
4 files changed, 21 insertions, 5 deletions
diff --git a/dist/Module-CoreList/Changes b/dist/Module-CoreList/Changes
index c6fc6b9a1c..d332377572 100644
--- a/dist/Module-CoreList/Changes
+++ b/dist/Module-CoreList/Changes
@@ -1,3 +1,6 @@
+2.84 Mon Mar 11 2013
+ - Updated for v5.16.3
+
2.83 Sun Mar 10 2013
- Updated for v5.14.4
diff --git a/dist/Module-CoreList/lib/Module/CoreList.pm b/dist/Module-CoreList/lib/Module/CoreList.pm
index 7ba2ce994e..5797608adc 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.83';
+$VERSION = '2.84';
my $dumpinc = 0;
sub import {
@@ -227,6 +227,7 @@ sub changes_between {
5.017008 => '2013-01-20',
5.017009 => '2013-02-20',
5.014004 => '2013-03-10',
+ 5.016003 => '2013-03-11',
);
for my $version ( sort { $a <=> $b } keys %released ) {
@@ -6772,6 +6773,16 @@ my %delta = (
removed => {
}
},
+ 5.016003 => {
+ delta_from => 5.016002,
+ changed => {
+ 'Encode' => '2.44_01',
+ 'Module::CoreList' => '2.76_02',
+ 'XS::APItest' => '0.39',
+ },
+ removed => {
+ }
+ },
5.017 => {
delta_from => 5.016,
changed => {
@@ -8034,9 +8045,11 @@ for my $version (sort { $a <=> $b } keys %delta) {
'Term::UI' => '1',
'Term::UI::History' => '1',
},
- 5.014003 => {
+ 5.014004 => {
'Shell' => '1',
},
+ 5.016003 => {
+ },
);
%upstream = (
diff --git a/dist/Module-CoreList/lib/Module/CoreList.pod b/dist/Module-CoreList/lib/Module/CoreList.pod
index a56454a531..46f4f9ec99 100644
--- a/dist/Module-CoreList/lib/Module/CoreList.pod
+++ b/dist/Module-CoreList/lib/Module/CoreList.pod
@@ -195,8 +195,8 @@ Module::CoreList currently covers the 5.000, 5.001, 5.002, 5.003_07,
5.12.5, 5.13.0, 5.13.1, 5.13.2, 5.13.3, 5.13.4, 5.13.5, 5.13.6, 5.13.7,
5.13.8, 5.13.9, 5.13.10, 5.13.11, 5.14.0, 5.14.1, 5.14.2 5.14.3, 5.14.4,
5.15.0, 5.15.1, 5.15.2, 5.15.3, 5.15.4, 5.15.5, 5.15.6, 5.15.7, 5.15.8,
-5.15.9, 5.16.0, 5.16.1, 5.16.2, 5.17.0, 5.17.1, 5.17.2, 5.17.3, 5.17.4,
-5.17.5, 5.17.6, 5.17.7, 5.17.8 and 5.17.9 releases of perl.
+5.15.9, 5.16.0, 5.16.1, 5.16.2, 5.16.3, 5.17.0, 5.17.1, 5.17.2, 5.17.3,
+5.17.4, 5.17.5, 5.17.6, 5.17.7, 5.17.8 and 5.17.9 releases of perl.
=head1 HISTORY
diff --git a/dist/Module-CoreList/lib/Module/CoreList/TieHashDelta.pm b/dist/Module-CoreList/lib/Module/CoreList/TieHashDelta.pm
index a186b0115c..934b3a6517 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.83";
+$VERSION = "2.84";
sub TIEHASH {
my ($class, $changed, $removed, $parent) = @_;