summaryrefslogtreecommitdiff
path: root/dist
diff options
context:
space:
mode:
authorSteve Hay <steve.m.hay@googlemail.com>2014-04-20 23:51:30 +0100
committerSteve Hay <steve.m.hay@googlemail.com>2014-04-20 23:56:35 +0100
commit48cbd9ddb013e691dad18f9da66a3090be9ad176 (patch)
tree05ef98844df75df22d1e57f3c954e8b98a105d6d /dist
parent181b799adc0a07530f0b9f6a74f5210b0d60b360 (diff)
downloadperl-48cbd9ddb013e691dad18f9da66a3090be9ad176.tar.gz
Prepare Module::CoreList for 5.19.12 (not that it's expected to exist...)
Diffstat (limited to 'dist')
-rw-r--r--dist/Module-CoreList/Changes3
-rw-r--r--dist/Module-CoreList/lib/Module/CoreList.pm21
-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, 4 deletions
diff --git a/dist/Module-CoreList/Changes b/dist/Module-CoreList/Changes
index 20a2b18a71..7152d1ba5c 100644
--- a/dist/Module-CoreList/Changes
+++ b/dist/Module-CoreList/Changes
@@ -1,3 +1,6 @@
+3.11
+ - Prepared for v5.19.12
+
3.10
- Updated for v5.19.11
diff --git a/dist/Module-CoreList/lib/Module/CoreList.pm b/dist/Module-CoreList/lib/Module/CoreList.pm
index 61aa394c9d..0fc31d2ebf 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 = '3.10';
+$VERSION = '3.11';
my $dumpinc = 0;
sub import {
@@ -248,6 +248,7 @@ sub changes_between {
5.019009 => '2014-02-20',
5.01901 => '2014-03-20',
5.019011 => '2014-04-20',
+ 5.019012 => '????-??-??',
);
for my $version ( sort { $a <=> $b } keys %released ) {
@@ -9759,6 +9760,17 @@ for my $version ( sort { $a <=> $b } keys %released ) {
removed => {
}
},
+ 5.019012 => {
+ delta_from => 5.019011,
+ changed => {
+ 'Config' => '5.019012',
+ 'Module::CoreList' => '3.11',
+ 'Module::CoreList::TieHashDelta'=> '3.11',
+ 'Module::CoreList::Utils'=> '3.11',
+ },
+ removed => {
+ }
+ },
);
sub is_core
@@ -10153,6 +10165,13 @@ for my $version (sort { $a <=> $b } keys %delta) {
removed => {
}
},
+ 5.019012 => {
+ delta_from => 5.019011,
+ 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 d7cab5f50a..2cd1237753 100644
--- a/dist/Module-CoreList/lib/Module/CoreList.pod
+++ b/dist/Module-CoreList/lib/Module/CoreList.pod
@@ -229,7 +229,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 and 5.19.11 releases of perl.
+5.19.9, 5.19.10, 5.19.11 and 5.19.12 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 588977e281..c4098bc889 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 = "3.10";
+$VERSION = "3.11";
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 f6fc975cc2..de7d6ee3b7 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 = '3.10';
+$VERSION = '3.11';
sub utilities {
my $perl = shift;
@@ -910,6 +910,13 @@ my %delta = (
removed => {
}
},
+ 5.019012 => {
+ delta_from => 5.019011,
+ changed => {
+ },
+ removed => {
+ }
+ },
);
for my $version (sort { $a <=> $b } keys %delta) {