summaryrefslogtreecommitdiff
path: root/dist/Module-CoreList/lib/Module/CoreList.pm
diff options
context:
space:
mode:
Diffstat (limited to 'dist/Module-CoreList/lib/Module/CoreList.pm')
-rw-r--r--dist/Module-CoreList/lib/Module/CoreList.pm22
1 files changed, 21 insertions, 1 deletions
diff --git a/dist/Module-CoreList/lib/Module/CoreList.pm b/dist/Module-CoreList/lib/Module/CoreList.pm
index c88a7829fb..055728ac2b 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.20150420';
+$VERSION = '5.20150520';
sub _released_order { # Sort helper, to make '?' sort after everything else
(substr($released{$a}, 0, 1) eq "?")
@@ -275,6 +275,7 @@ sub changes_between {
5.021009 => '2015-02-21',
5.021010 => '2015-03-20',
5.021011 => '2015-04-20',
+ 5.021012 => '????-??-??',
);
for my $version ( sort { $a <=> $b } keys %released ) {
@@ -11396,6 +11397,18 @@ for my $version ( sort { $a <=> $b } keys %released ) {
removed => {
}
},
+ 5.021012 => {
+ delta_from => 5.021011,
+ changed => {
+ 'B::Op_private' => '5.021012',
+ 'Config' => '5.021012',
+ 'Module::CoreList' => '5.20150520',
+ 'Module::CoreList::TieHashDelta'=> '5.20150520',
+ 'Module::CoreList::Utils'=> '5.20150520',
+ },
+ removed => {
+ }
+ },
);
sub is_core
@@ -11911,6 +11924,13 @@ for my $version (sort { $a <=> $b } keys %delta) {
removed => {
}
},
+ 5.021012 => {
+ delta_from => 5.021011,
+ changed => {
+ },
+ removed => {
+ }
+ },
);
for my $version (sort { $a <=> $b } keys %deprecated) {