Skip to content
This repository was archived by the owner on Jun 1, 2023. It is now read-only.

Commit fb2788f

Browse files
committed
Porting: bumped Storable to 3.05_14
1 parent c077add commit fb2788f

File tree

5 files changed

+51
-439
lines changed

5 files changed

+51
-439
lines changed

.git-rr-cache

Submodule .git-rr-cache updated 182 files

Porting/Maintainers.pl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1282,7 +1282,7 @@ package Maintainers;
12821282
},
12831283

12841284
'Storable' => {
1285-
'DISTRIBUTION' => 'RURBAN/Storable-3.05_12.tar.gz',
1285+
'DISTRIBUTION' => 'RURBAN/Storable-3.05_14.tar.gz',
12861286
'FILES' => q[dist/Storable],
12871287
},
12881288

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

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15003,6 +15003,17 @@ our %delta = (
1500315003
removed => {
1500415004
}
1500515005
},
15006+
'5.026002c' => {
15007+
delta_from => '5.026001c',
15008+
changed => {
15009+
'Config' => '5.026',
15010+
'Module::CoreList' => '5.20170807c',
15011+
'Module::CoreList::Utils'=> '5.20170807c',
15012+
'Storable' => '3.05_14',
15013+
},
15014+
removed => {
15015+
}
15016+
},
1500615017
5.027000 => {
1500715018
delta_from => 5.026000,
1500815019
changed => {
@@ -15131,6 +15142,23 @@ our %delta = (
1513115142
removed => {
1513215143
}
1513315144
},
15145+
'5.027002c' => {
15146+
delta_from => '5.027001c',
15147+
changed => {
15148+
'Config' => '6.23',
15149+
'B::Op_private' => '5.027002',
15150+
'Module::CoreList' => '20170815c',
15151+
'Module::CoreList::Utils'=> '20170815c',
15152+
'coretypes' => '0.03c',
15153+
'Cpanel::JSON::XS' => '3.0239',
15154+
'Devel::Peek' => '1.26_03',
15155+
'fields' => '2.26c',
15156+
'Module::Load::Conditional' => '0.68_01',
15157+
'Mu' => '0.02c',
15158+
},
15159+
removed => {
15160+
}
15161+
},
1513415162
);
1513515163

1513615164
sub is_core

0 commit comments

Comments
 (0)