summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--dist/Module-CoreList/Changes3
-rw-r--r--dist/Module-CoreList/lib/Module/CoreList.pm22
-rw-r--r--dist/Module-CoreList/lib/Module/CoreList/TieHashDelta.pm2
-rw-r--r--dist/Module-CoreList/lib/Module/CoreList/Utils.pm9
-rw-r--r--pod/perldelta.pod4
5 files changed, 36 insertions, 4 deletions
diff --git a/dist/Module-CoreList/Changes b/dist/Module-CoreList/Changes
index 3fdda25e85..2489aa79d8 100644
--- a/dist/Module-CoreList/Changes
+++ b/dist/Module-CoreList/Changes
@@ -1,3 +1,6 @@
+5.20150420
+ - Updated for v5.21.11
+
5.20150320
- Updated for v5.21.10
diff --git a/dist/Module-CoreList/lib/Module/CoreList.pm b/dist/Module-CoreList/lib/Module/CoreList.pm
index 942a6e35b2..9a041eba63 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.20150320';
+$VERSION = '5.20150420';
sub _released_order { # Sort helper, to make '?' sort after everything else
(substr($released{$a}, 0, 1) eq "?")
@@ -274,6 +274,7 @@ sub changes_between {
5.020002 => '2015-02-14',
5.021009 => '2015-02-21',
5.021010 => '2015-03-20',
+ 5.021011 => '????-??-??',
);
for my $version ( sort { $a <=> $b } keys %released ) {
@@ -11351,6 +11352,18 @@ for my $version ( sort { $a <=> $b } keys %released ) {
'Test::Stream::Util' => 1,
}
},
+ 5.021011 => {
+ delta_from => 5.02101,
+ changed => {
+ 'B::Op_private' => '5.021011',
+ 'Config' => '5.021011',
+ 'Module::CoreList' => '5.20150420',
+ 'Module::CoreList::TieHashDelta'=> '5.20150420',
+ 'Module::CoreList::Utils'=> '5.20150420',
+ },
+ removed => {
+ }
+ },
);
sub is_core
@@ -11857,6 +11870,13 @@ for my $version (sort { $a <=> $b } keys %delta) {
removed => {
}
},
+ 5.021011 => {
+ delta_from => 5.02101,
+ changed => {
+ },
+ removed => {
+ }
+ },
);
for my $version (sort { $a <=> $b } keys %deprecated) {
diff --git a/dist/Module-CoreList/lib/Module/CoreList/TieHashDelta.pm b/dist/Module-CoreList/lib/Module/CoreList/TieHashDelta.pm
index 255dab0adf..42fb05cf89 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.20150320';
+$VERSION = '5.20150420';
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 6b608a0612..3656660200 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.20150320';
+$VERSION = '5.20150420';
sub utilities {
my $perl = shift;
@@ -1038,6 +1038,13 @@ my %delta = (
removed => {
}
},
+ 5.021011 => {
+ delta_from => 5.02101,
+ changed => {
+ },
+ removed => {
+ }
+ },
);
for my $version (sort { $a <=> $b } keys %delta) {
diff --git a/pod/perldelta.pod b/pod/perldelta.pod
index 8d5724e6ee..0577a87f3a 100644
--- a/pod/perldelta.pod
+++ b/pod/perldelta.pod
@@ -119,7 +119,9 @@ XXX
=item *
-L<XXX> has been upgraded from version A.xx to B.yy.
+L<Module::CoreList> has been upgraded from version 5.20150320 to 5.20150420.
+
+Updated to cover the latest releases of Perl.
=back