summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Horsfall (alh) <wolfsage@gmail.com>2014-08-25 01:29:01 +0100
committerSteve Hay <steve.m.hay@googlemail.com>2014-08-25 01:29:14 +0100
commitcf4e8adb31a8adc732dfa22b3ff569697d19b1da (patch)
treeeb80688a6dd78ced569f28a5d46de2796d448fdf
parent2e763232a5acf8f208853f5162caa909ba4e80bc (diff)
downloadperl-cf4e8adb31a8adc732dfa22b3ff569697d19b1da.tar.gz
Update Module::CoreList for 5.21.2
(cherry picked from commit 2901561d6eabdbb1b7d6c7cbf667bbb08778387f) (pod/perldelta.pod part skipped)
-rw-r--r--dist/Module-CoreList/Changes2
-rw-r--r--dist/Module-CoreList/lib/Module/CoreList.pm23
-rw-r--r--dist/Module-CoreList/lib/Module/CoreList.pod2
-rw-r--r--dist/Module-CoreList/lib/Module/CoreList/TieHashDelta.pm2
-rw-r--r--dist/Module-CoreList/lib/Module/CoreList/Utils.pm9
5 files changed, 33 insertions, 5 deletions
diff --git a/dist/Module-CoreList/Changes b/dist/Module-CoreList/Changes
index ba5b4a2914..6b1b894091 100644
--- a/dist/Module-CoreList/Changes
+++ b/dist/Module-CoreList/Changes
@@ -1,3 +1,5 @@
+5.021002
+
5.021001_01
- Prepared for v5.21.1
diff --git a/dist/Module-CoreList/lib/Module/CoreList.pm b/dist/Module-CoreList/lib/Module/CoreList.pm
index aa93f5b1b0..e69b970115 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.021001_01';
+$VERSION = '5.021002';
my $dumpinc = 0;
sub import {
@@ -250,7 +250,8 @@ sub changes_between {
5.019011 => '2014-04-20',
5.020000 => '2014-05-27',
5.021000 => '2014-05-27',
- 5.021001 => '????-??-??',
+ 5.021001 => '2014-06-20',
+ 5.021002 => '????-??-??',
);
for my $version ( sort { $a <=> $b } keys %released ) {
@@ -10040,6 +10041,17 @@ for my $version ( sort { $a <=> $b } keys %released ) {
removed => {
}
},
+ 5.021002 => {
+ delta_from => 5.021001,
+ changed => {
+ 'Config' => '5.021002',
+ 'Module::CoreList' => '5.021002',
+ 'Module::CoreList::TieHashDelta'=> '5.021002',
+ 'Module::CoreList::Utils'=> '5.021002',
+ },
+ removed => {
+ }
+ },
);
sub is_core
@@ -10455,6 +10467,13 @@ for my $version (sort { $a <=> $b } keys %delta) {
removed => {
}
},
+ 5.021002 => {
+ delta_from => 5.021001,
+ changed => {
+ },
+ removed => {
+ }
+ },
);
for my $version (sort { $a <=> $b } keys %deprecated) {
diff --git a/dist/Module-CoreList/lib/Module/CoreList.pod b/dist/Module-CoreList/lib/Module/CoreList.pod
index cc6ad1abbb..be37e4dd86 100644
--- a/dist/Module-CoreList/lib/Module/CoreList.pod
+++ b/dist/Module-CoreList/lib/Module/CoreList.pod
@@ -230,7 +230,7 @@ Module::CoreList currently covers the 5.000, 5.001, 5.002, 5.003_07,
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, 5.17.9, 5.17.10, 5.17.11, 5.18.0,
5.19.0, 5.19.1, 5.19.2, 5.19.3, 5.19.4, 5.19.5, 5.19.6, 5.19.7, 5.19.8,
-5.19.9, 5.19.10, 5.19.11, 5.20.0, 5.21.0 and 5.21.1 releases of perl.
+5.19.9, 5.19.10, 5.19.11, 5.20.0, 5.21.0, 5.21.1 and 5.21.2 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 fd24ef1d99..ae9947e782 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.021001_01';
+$VERSION = '5.021002';
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 b3ac48da46..218c37a8c5 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.021001_01';
+$VERSION = '5.021002';
sub utilities {
my $perl = shift;
@@ -936,6 +936,13 @@ my %delta = (
's2p' => 1,
}
},
+ 5.021002 => {
+ delta_from => 5.021001,
+ changed => {
+ },
+ removed => {
+ }
+ },
);
for my $version (sort { $a <=> $b } keys %delta) {