Skip to content

Commit e42cacf

Browse files
committed
Import 5.22.2's Module::CoreList data
1 parent e34630b commit e42cacf

File tree

3 files changed

+41
-0
lines changed

3 files changed

+41
-0
lines changed

dist/Module-CoreList/Changes

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
5.20160429
2+
- Updated for v5.22.2
3+
14
5.20160320
25
- Updated vor v5.23.9
36

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

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -291,6 +291,7 @@ sub changes_between {
291291
5.023007 => '2016-01-20',
292292
5.023008 => '2016-02-20',
293293
5.023009 => '2016-03-20',
294+
5.022002 => '2016-04-29',
294295
5.024000 => '2016-06-01',
295296
);
296297

@@ -12359,6 +12360,29 @@ for my $version ( sort { $a <=> $b } keys %released ) {
1235912360
'Win32API::File::ExtUtils::Myconst2perl'=> 1,
1236012361
}
1236112362
},
12363+
5.022002 => {
12364+
delta_from => 5.022001,
12365+
changed => {
12366+
'B::Op_private' => '5.022002',
12367+
'Config' => '5.022002',
12368+
'Cwd' => '3.56_01',
12369+
'File::Spec' => '3.56_01',
12370+
'File::Spec::Cygwin' => '3.56_01',
12371+
'File::Spec::Epoc' => '3.56_01',
12372+
'File::Spec::Functions' => '3.56_01',
12373+
'File::Spec::Mac' => '3.56_01',
12374+
'File::Spec::OS2' => '3.56_01',
12375+
'File::Spec::Unix' => '3.56_01',
12376+
'File::Spec::VMS' => '3.56_01',
12377+
'File::Spec::Win32' => '3.56_01',
12378+
'Module::CoreList' => '5.20160429',
12379+
'Module::CoreList::TieHashDelta'=> '5.20160429',
12380+
'Module::CoreList::Utils'=> '5.20160429',
12381+
'XS::APItest' => '0.72_01',
12382+
},
12383+
removed => {
12384+
}
12385+
},
1236212386
5.024000 => {
1236312387
delta_from => 5.023009,
1236412388
changed => {
@@ -13018,6 +13042,13 @@ for my $version (sort { $a <=> $b } keys %delta) {
1301813042
removed => {
1301913043
}
1302013044
},
13045+
5.022002 => {
13046+
delta_from => 5.022001,
13047+
changed => {
13048+
},
13049+
removed => {
13050+
}
13051+
},
1302113052
5.024000 => {
1302213053
delta_from => 5.023009,
1302313054
changed => {

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

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1136,6 +1136,13 @@ my %delta = (
11361136
removed => {
11371137
}
11381138
},
1139+
5.022002 => {
1140+
delta_from => 5.022001,
1141+
changed => {
1142+
},
1143+
removed => {
1144+
}
1145+
},
11391146
5.024000 => {
11401147
delta_from => 5.023009,
11411148
changed => {

0 commit comments

Comments
 (0)