Skip to content

Commit d5584eb

Browse files
committed
Bump Module::CoreList version
1 parent 23cf469 commit d5584eb

File tree

3 files changed

+22
-3
lines changed

3 files changed

+22
-3
lines changed

dist/Module-CoreList/lib/Module/CoreList.pm

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ use strict;
33
use vars qw/$VERSION %released %version %families %upstream
44
%bug_tracker %deprecated %delta/;
55
use version;
6-
$VERSION = '5.20161120';
6+
$VERSION = '5.20161220';
77

88
sub _undelta {
99
my ($delta) = @_;
@@ -316,6 +316,7 @@ sub changes_between {
316316
5.025005 => '2016-09-20',
317317
5.025006 => '2016-10-20',
318318
5.025007 => '2016-11-20',
319+
5.025008 => '????-??-??',
319320
);
320321

321322
for my $version ( sort { $a <=> $b } keys %released ) {
@@ -13381,6 +13382,17 @@ for my $version ( sort { $a <=> $b } keys %released ) {
1338113382
removed => {
1338213383
}
1338313384
},
13385+
5.025008 => {
13386+
delta_from => 5.025007,
13387+
changed => {
13388+
'Module::CoreList' => '5.20161220',
13389+
'Module::CoreList::TieHashDelta'=> '5.20161220',
13390+
'Module::CoreList::Utils'=> '5.20161220',
13391+
},
13392+
removed => {
13393+
}
13394+
},
13395+
1338413396
);
1338513397

1338613398
sub is_core

dist/Module-CoreList/lib/Module/CoreList/TieHashDelta.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ package Module::CoreList::TieHashDelta;
33
use strict;
44
use vars qw($VERSION);
55

6-
$VERSION = '5.20161120';
6+
$VERSION = '5.20161220';
77

88
sub TIEHASH {
99
my ($class, $changed, $removed, $parent) = @_;

dist/Module-CoreList/lib/Module/CoreList/Utils.pm

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ use warnings;
55
use vars qw[$VERSION %utilities];
66
use Module::CoreList;
77

8-
$VERSION = '5.20161120';
8+
$VERSION = '5.20161220';
99

1010
sub utilities {
1111
my $perl = shift;
@@ -1205,6 +1205,13 @@ my %delta = (
12051205
removed => {
12061206
}
12071207
},
1208+
5.025008 => {
1209+
delta_from => 5.025007,
1210+
changed => {
1211+
},
1212+
removed => {
1213+
}
1214+
},
12081215
);
12091216

12101217
%utilities = Module::CoreList::_undelta(\%delta);

0 commit comments

Comments
 (0)