Skip to content

Commit 9927ab6

Browse files
committed
5.27.0 contained 5.20170531; 5.27.1 contained 5.20170621
The 5.27.0 data was correct until commit a6b08d8, which wrongly updated it to 5.20170620 instead of adding 5.27.1 stubs saying that. That mistake was perhaps the reason that 5.27.1 ended up containing 5.20170621 rather than the expected 5.20170620?
1 parent 59b1919 commit 9927ab6

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

dist/Module-CoreList/Changes

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
5.20170720
22
- Updated for v5.27.2
33

4-
5.20170620
4+
5.20170621
55
- Updated for v5.27.1
66

77
5.20170531

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14112,9 +14112,9 @@ for my $version ( sort { $a <=> $b } keys %released ) {
1411214112
'B::Deparse' => '1.41',
1411314113
'B::Op_private' => '5.027000',
1411414114
'Config' => '5.027',
14115-
'Module::CoreList' => '5.20170620',
14116-
'Module::CoreList::TieHashDelta'=> '5.20170620',
14117-
'Module::CoreList::Utils'=> '5.20170620',
14115+
'Module::CoreList' => '5.20170531',
14116+
'Module::CoreList::TieHashDelta'=> '5.20170531',
14117+
'Module::CoreList::Utils'=> '5.20170531',
1411814118
'O' => '1.02',
1411914119
'attributes' => '0.3',
1412014120
'feature' => '1.48',

0 commit comments

Comments
 (0)