summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Martini <PeterCMartini@GMail.com>2014-08-21 07:23:39 -0400
committerSteve Hay <steve.m.hay@googlemail.com>2014-08-25 01:35:29 +0100
commit839babd6f49e38814fc207bf7755c25f9ad4fbe1 (patch)
tree9c43e053a14e86e13e6c2011849de038cafa8460
parentcb486db7c0a4e4bbda3edfbc041fe8b27a1144d7 (diff)
downloadperl-839babd6f49e38814fc207bf7755c25f9ad4fbe1.tar.gz
Module::CoreList version number bump
(cherry picked from commit 5c851aa119b52322e162f3105f7395628dc16737)
-rw-r--r--dist/Module-CoreList/lib/Module/CoreList.pm17
-rw-r--r--dist/Module-CoreList/lib/Module/CoreList.pod3
-rw-r--r--dist/Module-CoreList/lib/Module/CoreList/TieHashDelta.pm2
-rw-r--r--dist/Module-CoreList/lib/Module/CoreList/Utils.pm9
4 files changed, 27 insertions, 4 deletions
diff --git a/dist/Module-CoreList/lib/Module/CoreList.pm b/dist/Module-CoreList/lib/Module/CoreList.pm
index 4fec3e9371..aaf8cd3d0b 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.021003';
+$VERSION = '5.021004';
my $dumpinc = 0;
sub import {
@@ -253,6 +253,7 @@ sub changes_between {
5.021001 => '2014-06-20',
5.021002 => '2014-07-20',
5.021003 => '2014-08-20',
+ 5.021004 => '????-??-??',
);
for my $version ( sort { $a <=> $b } keys %released ) {
@@ -10130,6 +10131,13 @@ for my $version ( sort { $a <=> $b } keys %released ) {
removed => {
}
},
+ 5.021004 => {
+ delta_from => 5.021003,
+ changed => {
+ },
+ removed => {
+ }
+ },
);
sub is_core
@@ -10559,6 +10567,13 @@ for my $version (sort { $a <=> $b } keys %delta) {
removed => {
}
},
+ 5.021004 => {
+ delta_from => 5.021003,
+ 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 2f3573cd19..bd2bd9c8db 100644
--- a/dist/Module-CoreList/lib/Module/CoreList.pod
+++ b/dist/Module-CoreList/lib/Module/CoreList.pod
@@ -230,7 +230,8 @@ 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, 5.21.1, 5.21.2 and 5.21.3 releases of perl.
+5.19.9, 5.19.10, 5.19.11, 5.20.0, 5.21.0, 5.21.1, 5.21.2, 5.21.3 and
+5.21.4 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 470f42d0b5..a01859ee04 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.021003';
+$VERSION = '5.021004';
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 483f481c5f..dc1c04a6cc 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.021003';
+$VERSION = '5.021004';
sub utilities {
my $perl = shift;
@@ -950,6 +950,13 @@ my %delta = (
removed => {
}
},
+ 5.021004 => {
+ delta_from => 5.021003,
+ changed => {
+ },
+ removed => {
+ }
+ },
);
for my $version (sort { $a <=> $b } keys %delta) {