diff options
author | Steve Hay <steve.m.hay@googlemail.com> | 2017-06-29 18:07:55 +0100 |
---|---|---|
committer | Steve Hay <steve.m.hay@googlemail.com> | 2017-06-29 18:07:55 +0100 |
commit | 9927ab6ab90ba710ebd3b027dd97c9fb9cc97623 (patch) | |
tree | 8ac86d9363e619fad9c088084514e5f91a411c67 /dist | |
parent | 59b1919d934677201186e6267d61208f8f1ac94a (diff) | |
download | perl-9927ab6ab90ba710ebd3b027dd97c9fb9cc97623.tar.gz |
5.27.0 contained 5.20170531; 5.27.1 contained 5.20170621
The 5.27.0 data was correct until commit a6b08d8b5d, 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?
Diffstat (limited to 'dist')
-rw-r--r-- | dist/Module-CoreList/Changes | 2 | ||||
-rw-r--r-- | dist/Module-CoreList/lib/Module/CoreList.pm | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/dist/Module-CoreList/Changes b/dist/Module-CoreList/Changes index 57f333b5d7..4aabd52a90 100644 --- a/dist/Module-CoreList/Changes +++ b/dist/Module-CoreList/Changes @@ -1,7 +1,7 @@ 5.20170720 - Updated for v5.27.2 -5.20170620 +5.20170621 - Updated for v5.27.1 5.20170531 diff --git a/dist/Module-CoreList/lib/Module/CoreList.pm b/dist/Module-CoreList/lib/Module/CoreList.pm index 17c202630e..58b433046a 100644 --- a/dist/Module-CoreList/lib/Module/CoreList.pm +++ b/dist/Module-CoreList/lib/Module/CoreList.pm @@ -14112,9 +14112,9 @@ for my $version ( sort { $a <=> $b } keys %released ) { 'B::Deparse' => '1.41', 'B::Op_private' => '5.027000', 'Config' => '5.027', - 'Module::CoreList' => '5.20170620', - 'Module::CoreList::TieHashDelta'=> '5.20170620', - 'Module::CoreList::Utils'=> '5.20170620', + 'Module::CoreList' => '5.20170531', + 'Module::CoreList::TieHashDelta'=> '5.20170531', + 'Module::CoreList::Utils'=> '5.20170531', 'O' => '1.02', 'attributes' => '0.3', 'feature' => '1.48', |