summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAbigail <abigail@abigail.be>2014-07-20 17:25:04 +0200
committerSteve Hay <steve.m.hay@googlemail.com>2014-08-25 01:30:32 +0100
commita80c24043ee2218c22838c4478bbceef84c03a57 (patch)
tree9a7ccd39d5e26334e5dc0a1955b6781e88e8073c
parent85f3b2f0d76fa52a065465ff00be91f77d14ea57 (diff)
downloadperl-a80c24043ee2218c22838c4478bbceef84c03a57.tar.gz
Upped version numbers for ModuleList
(cherry picked from commit 633c51bcc9849e67652e4949bd0a125a1a9d0eca)
-rw-r--r--dist/Module-CoreList/lib/Module/CoreList.pm18
-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
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 7ed0ea29e2..0b1f201231 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.021002';
+$VERSION = '5.021003';
my $dumpinc = 0;
sub import {
@@ -252,6 +252,7 @@ sub changes_between {
5.021000 => '2014-05-27',
5.021001 => '2014-06-20',
5.021002 => '2014-07-20',
+ 5.021003 => '????-??-??',
);
for my $version ( sort { $a <=> $b } keys %released ) {
@@ -10082,6 +10083,14 @@ for my $version ( sort { $a <=> $b } keys %released ) {
removed => {
}
},
+ 5.021003 => {
+ delta_from => 5.021002,
+ changed => {
+ 'Config' => '5.021003',
+ },
+ removed => {
+ }
+ },
);
sub is_core
@@ -10504,6 +10513,13 @@ for my $version (sort { $a <=> $b } keys %delta) {
removed => {
}
},
+ 5.021003 => {
+ delta_from => 5.021002,
+ 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 be37e4dd86..2f3573cd19 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, 5.21.1 and 5.21.2 releases of perl.
+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.
=head1 HISTORY
diff --git a/dist/Module-CoreList/lib/Module/CoreList/TieHashDelta.pm b/dist/Module-CoreList/lib/Module/CoreList/TieHashDelta.pm
index a9fd40314c..470f42d0b5 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.021002';
+$VERSION = '5.021003';
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 218c37a8c5..483f481c5f 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.021002';
+$VERSION = '5.021003';
sub utilities {
my $perl = shift;
@@ -943,6 +943,13 @@ my %delta = (
removed => {
}
},
+ 5.021003 => {
+ delta_from => 5.021002,
+ changed => {
+ },
+ removed => {
+ }
+ },
);
for my $version (sort { $a <=> $b } keys %delta) {