80bf1f
From a6209761a6209952689d766ab4f4cd99ee9db6bd Mon Sep 17 00:00:00 2001
80bf1f
From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= <ppisar@redhat.com>
80bf1f
Date: Mon, 16 Apr 2018 16:10:37 +0200
80bf1f
Subject: [PATCH] Upgrade database to 5.20180414_24
80bf1f
MIME-Version: 1.0
80bf1f
Content-Type: text/plain; charset=UTF-8
80bf1f
Content-Transfer-Encoding: 8bit
80bf1f
80bf1f
Taken from perl-5.24.4.
80bf1f
80bf1f
Signed-off-by: Petr Písař <ppisar@redhat.com>
80bf1f
---
80bf1f
 Changes                             |   9 +
80bf1f
 lib/Module/CoreList.pm              | 388 +++++++++++++++++++++++++++++++++++-
80bf1f
 lib/Module/CoreList/TieHashDelta.pm |   2 +-
80bf1f
 lib/Module/CoreList/Utils.pm        |  23 ++-
80bf1f
 4 files changed, 419 insertions(+), 3 deletions(-)
80bf1f
80bf1f
diff --git a/Changes b/Changes
80bf1f
index 9fb1073..04f5d75 100644
80bf1f
--- a/Changes
80bf1f
+++ b/Changes
80bf1f
@@ -1,3 +1,12 @@
80bf1f
+5.20180414_24
80bf1f
+  - Updated for v5.24.4
80bf1f
+
80bf1f
+5.20180221
80bf1f
+  - Updated for v5.27.10
80bf1f
+
80bf1f
+5.20180220
80bf1f
+  - Updated for v5.27.9
80bf1f
+
80bf1f
 5.20180120
80bf1f
   - Updated for v5.27.8
80bf1f
 
80bf1f
diff --git a/lib/Module/CoreList.pm b/lib/Module/CoreList.pm
80bf1f
index e3db2f9..beae442 100644
80bf1f
--- a/lib/Module/CoreList.pm
80bf1f
+++ b/lib/Module/CoreList.pm
80bf1f
@@ -4,7 +4,7 @@ use strict;
80bf1f
 our ( %released, %version, %families, %upstream, %bug_tracker, %deprecated, %delta );
80bf1f
 
80bf1f
 use version;
80bf1f
-our $VERSION = '5.20180120';
80bf1f
+our $VERSION = '5.20180414_24';
80bf1f
 
80bf1f
 sub PKG_PATTERN () { q#\A[a-zA-Z_][0-9a-zA-Z_]*(?:(::|')[0-9a-zA-Z_]+)*\z# }
80bf1f
 sub _looks_like_invocant ($) { local $@; !!eval { $_[0]->isa(__PACKAGE__) } }
80bf1f
@@ -328,6 +328,9 @@ sub changes_between {
80bf1f
     5.027006 => '2017-11-20',
80bf1f
     5.027007 => '2017-12-20',
80bf1f
     5.027008 => '2018-01-20',
80bf1f
+    5.027009 => '2018-02-20',
80bf1f
+    5.027010 => '2018-03-20',
80bf1f
+    5.024004 => '2018-04-14',
80bf1f
   );
80bf1f
 
80bf1f
 for my $version ( sort { $a <=> $b } keys %released ) {
80bf1f
@@ -15014,6 +15017,368 @@ for my $version ( sort { $a <=> $b } keys %released ) {
80bf1f
         removed => {
80bf1f
         }
80bf1f
     },
80bf1f
+    5.027009 => {
80bf1f
+        delta_from => 5.027008,
80bf1f
+        changed => {
80bf1f
+            'B::Op_private'         => '5.027009',
80bf1f
+            'Carp'                  => '1.46',
80bf1f
+            'Carp::Heavy'           => '1.46',
80bf1f
+            'Config'                => '5.027009',
80bf1f
+            'Cwd'                   => '3.74',
80bf1f
+            'Devel::PPPort'         => '3.39',
80bf1f
+            'Encode'                => '2.96',
80bf1f
+            'Encode::Unicode'       => '2.17',
80bf1f
+            'Errno'                 => '1.29',
80bf1f
+            'ExtUtils::Command'     => '7.32',
80bf1f
+            'ExtUtils::Command::MM' => '7.32',
80bf1f
+            'ExtUtils::Liblist'     => '7.32',
80bf1f
+            'ExtUtils::Liblist::Kid'=> '7.32',
80bf1f
+            'ExtUtils::MM'          => '7.32',
80bf1f
+            'ExtUtils::MM_AIX'      => '7.32',
80bf1f
+            'ExtUtils::MM_Any'      => '7.32',
80bf1f
+            'ExtUtils::MM_BeOS'     => '7.32',
80bf1f
+            'ExtUtils::MM_Cygwin'   => '7.32',
80bf1f
+            'ExtUtils::MM_DOS'      => '7.32',
80bf1f
+            'ExtUtils::MM_Darwin'   => '7.32',
80bf1f
+            'ExtUtils::MM_MacOS'    => '7.32',
80bf1f
+            'ExtUtils::MM_NW5'      => '7.32',
80bf1f
+            'ExtUtils::MM_OS2'      => '7.32',
80bf1f
+            'ExtUtils::MM_QNX'      => '7.32',
80bf1f
+            'ExtUtils::MM_UWIN'     => '7.32',
80bf1f
+            'ExtUtils::MM_Unix'     => '7.32',
80bf1f
+            'ExtUtils::MM_VMS'      => '7.32',
80bf1f
+            'ExtUtils::MM_VOS'      => '7.32',
80bf1f
+            'ExtUtils::MM_Win32'    => '7.32',
80bf1f
+            'ExtUtils::MM_Win95'    => '7.32',
80bf1f
+            'ExtUtils::MY'          => '7.32',
80bf1f
+            'ExtUtils::MakeMaker'   => '7.32',
80bf1f
+            'ExtUtils::MakeMaker::Config'=> '7.32',
80bf1f
+            'ExtUtils::MakeMaker::Locale'=> '7.32',
80bf1f
+            'ExtUtils::MakeMaker::version'=> '7.32',
80bf1f
+            'ExtUtils::MakeMaker::version::regex'=> '7.32',
80bf1f
+            'ExtUtils::Mkbootstrap' => '7.32',
80bf1f
+            'ExtUtils::Mksymlists'  => '7.32',
80bf1f
+            'ExtUtils::ParseXS'     => '3.38',
80bf1f
+            'ExtUtils::ParseXS::Constants'=> '3.38',
80bf1f
+            'ExtUtils::ParseXS::CountLines'=> '3.38',
80bf1f
+            'ExtUtils::ParseXS::Eval'=> '3.38',
80bf1f
+            'ExtUtils::ParseXS::Utilities'=> '3.38',
80bf1f
+            'ExtUtils::Typemaps'    => '3.38',
80bf1f
+            'ExtUtils::Typemaps::Cmd'=> '3.38',
80bf1f
+            'ExtUtils::Typemaps::InputMap'=> '3.38',
80bf1f
+            'ExtUtils::Typemaps::OutputMap'=> '3.38',
80bf1f
+            'ExtUtils::Typemaps::Type'=> '3.38',
80bf1f
+            'ExtUtils::testlib'     => '7.32',
80bf1f
+            'File::Spec'            => '3.74',
80bf1f
+            'File::Spec::AmigaOS'   => '3.74',
80bf1f
+            'File::Spec::Cygwin'    => '3.74',
80bf1f
+            'File::Spec::Epoc'      => '3.74',
80bf1f
+            'File::Spec::Functions' => '3.74',
80bf1f
+            'File::Spec::Mac'       => '3.74',
80bf1f
+            'File::Spec::OS2'       => '3.74',
80bf1f
+            'File::Spec::Unix'      => '3.74',
80bf1f
+            'File::Spec::VMS'       => '3.74',
80bf1f
+            'File::Spec::Win32'     => '3.74',
80bf1f
+            'IPC::Cmd'              => '1.00',
80bf1f
+            'Math::BigFloat::Trace' => '0.49',
80bf1f
+            'Math::BigInt::Trace'   => '0.49',
80bf1f
+            'Module::CoreList'      => '5.20180220',
80bf1f
+            'Module::CoreList::Utils'=> '5.20180220',
80bf1f
+            'POSIX'                 => '1.82',
80bf1f
+            'PerlIO::encoding'      => '0.26',
80bf1f
+            'Storable'              => '3.06',
80bf1f
+            'Storable::Limit'       => undef,
80bf1f
+            'Storable::__Storable__'=> '3.06',
80bf1f
+            'Test2'                 => '1.302122',
80bf1f
+            'Test2::API'            => '1.302122',
80bf1f
+            'Test2::API::Breakage'  => '1.302122',
80bf1f
+            'Test2::API::Context'   => '1.302122',
80bf1f
+            'Test2::API::Instance'  => '1.302122',
80bf1f
+            'Test2::API::Stack'     => '1.302122',
80bf1f
+            'Test2::Event'          => '1.302122',
80bf1f
+            'Test2::Event::Bail'    => '1.302122',
80bf1f
+            'Test2::Event::Diag'    => '1.302122',
80bf1f
+            'Test2::Event::Encoding'=> '1.302122',
80bf1f
+            'Test2::Event::Exception'=> '1.302122',
80bf1f
+            'Test2::Event::Fail'    => '1.302122',
80bf1f
+            'Test2::Event::Generic' => '1.302122',
80bf1f
+            'Test2::Event::Note'    => '1.302122',
80bf1f
+            'Test2::Event::Ok'      => '1.302122',
80bf1f
+            'Test2::Event::Pass'    => '1.302122',
80bf1f
+            'Test2::Event::Plan'    => '1.302122',
80bf1f
+            'Test2::Event::Skip'    => '1.302122',
80bf1f
+            'Test2::Event::Subtest' => '1.302122',
80bf1f
+            'Test2::Event::TAP::Version'=> '1.302122',
80bf1f
+            'Test2::Event::Waiting' => '1.302122',
80bf1f
+            'Test2::EventFacet'     => '1.302122',
80bf1f
+            'Test2::EventFacet::About'=> '1.302122',
80bf1f
+            'Test2::EventFacet::Amnesty'=> '1.302122',
80bf1f
+            'Test2::EventFacet::Assert'=> '1.302122',
80bf1f
+            'Test2::EventFacet::Control'=> '1.302122',
80bf1f
+            'Test2::EventFacet::Error'=> '1.302122',
80bf1f
+            'Test2::EventFacet::Info'=> '1.302122',
80bf1f
+            'Test2::EventFacet::Meta'=> '1.302122',
80bf1f
+            'Test2::EventFacet::Parent'=> '1.302122',
80bf1f
+            'Test2::EventFacet::Plan'=> '1.302122',
80bf1f
+            'Test2::EventFacet::Render'=> '1.302122',
80bf1f
+            'Test2::EventFacet::Trace'=> '1.302122',
80bf1f
+            'Test2::Formatter'      => '1.302122',
80bf1f
+            'Test2::Formatter::TAP' => '1.302122',
80bf1f
+            'Test2::Hub'            => '1.302122',
80bf1f
+            'Test2::Hub::Interceptor'=> '1.302122',
80bf1f
+            'Test2::Hub::Interceptor::Terminator'=> '1.302122',
80bf1f
+            'Test2::Hub::Subtest'   => '1.302122',
80bf1f
+            'Test2::IPC'            => '1.302122',
80bf1f
+            'Test2::IPC::Driver'    => '1.302122',
80bf1f
+            'Test2::IPC::Driver::Files'=> '1.302122',
80bf1f
+            'Test2::Tools::Tiny'    => '1.302122',
80bf1f
+            'Test2::Util'           => '1.302122',
80bf1f
+            'Test2::Util::ExternalMeta'=> '1.302122',
80bf1f
+            'Test2::Util::Facets2Legacy'=> '1.302122',
80bf1f
+            'Test2::Util::HashBase' => '1.302122',
80bf1f
+            'Test2::Util::Trace'    => '1.302122',
80bf1f
+            'Test::Builder'         => '1.302122',
80bf1f
+            'Test::Builder::Formatter'=> '1.302122',
80bf1f
+            'Test::Builder::Module' => '1.302122',
80bf1f
+            'Test::Builder::Tester' => '1.302122',
80bf1f
+            'Test::Builder::Tester::Color'=> '1.302122',
80bf1f
+            'Test::Builder::TodoDiag'=> '1.302122',
80bf1f
+            'Test::More'            => '1.302122',
80bf1f
+            'Test::Simple'          => '1.302122',
80bf1f
+            'Test::Tester'          => '1.302122',
80bf1f
+            'Test::Tester::Capture' => '1.302122',
80bf1f
+            'Test::Tester::CaptureRunner'=> '1.302122',
80bf1f
+            'Test::Tester::Delegate'=> '1.302122',
80bf1f
+            'Test::use::ok'         => '1.302122',
80bf1f
+            'Time::HiRes'           => '1.9753',
80bf1f
+            'XS::APItest'           => '0.96',
80bf1f
+            'bigint'                => '0.49',
80bf1f
+            'bignum'                => '0.49',
80bf1f
+            'bigrat'                => '0.49',
80bf1f
+            'encoding'              => '2.22',
80bf1f
+            'if'                    => '0.0608',
80bf1f
+            'mro'                   => '1.22',
80bf1f
+            'ok'                    => '1.302122',
80bf1f
+            'threads'               => '2.22',
80bf1f
+            'warnings'              => '1.41',
80bf1f
+        },
80bf1f
+        removed => {
80bf1f
+            'Module::CoreList::TieHashDelta'=> 1,
80bf1f
+        }
80bf1f
+    },
80bf1f
+    5.027010 => {
80bf1f
+        delta_from => 5.027009,
80bf1f
+        changed => {
80bf1f
+            'App::Prove'            => '3.42',
80bf1f
+            'App::Prove::State'     => '3.42',
80bf1f
+            'App::Prove::State::Result'=> '3.42',
80bf1f
+            'App::Prove::State::Result::Test'=> '3.42',
80bf1f
+            'B::Deparse'            => '1.48',
80bf1f
+            'B::Op_private'         => '5.027010',
80bf1f
+            'Carp'                  => '1.49',
80bf1f
+            'Carp::Heavy'           => '1.49',
80bf1f
+            'Config'                => '5.02701',
80bf1f
+            'Encode'                => '2.97',
80bf1f
+            'ExtUtils::Command'     => '7.34',
80bf1f
+            'ExtUtils::Command::MM' => '7.34',
80bf1f
+            'ExtUtils::Liblist'     => '7.34',
80bf1f
+            'ExtUtils::Liblist::Kid'=> '7.34',
80bf1f
+            'ExtUtils::MM'          => '7.34',
80bf1f
+            'ExtUtils::MM_AIX'      => '7.34',
80bf1f
+            'ExtUtils::MM_Any'      => '7.34',
80bf1f
+            'ExtUtils::MM_BeOS'     => '7.34',
80bf1f
+            'ExtUtils::MM_Cygwin'   => '7.34',
80bf1f
+            'ExtUtils::MM_DOS'      => '7.34',
80bf1f
+            'ExtUtils::MM_Darwin'   => '7.34',
80bf1f
+            'ExtUtils::MM_MacOS'    => '7.34',
80bf1f
+            'ExtUtils::MM_NW5'      => '7.34',
80bf1f
+            'ExtUtils::MM_OS2'      => '7.34',
80bf1f
+            'ExtUtils::MM_QNX'      => '7.34',
80bf1f
+            'ExtUtils::MM_UWIN'     => '7.34',
80bf1f
+            'ExtUtils::MM_Unix'     => '7.34',
80bf1f
+            'ExtUtils::MM_VMS'      => '7.34',
80bf1f
+            'ExtUtils::MM_VOS'      => '7.34',
80bf1f
+            'ExtUtils::MM_Win32'    => '7.34',
80bf1f
+            'ExtUtils::MM_Win95'    => '7.34',
80bf1f
+            'ExtUtils::MY'          => '7.34',
80bf1f
+            'ExtUtils::MakeMaker'   => '7.34',
80bf1f
+            'ExtUtils::MakeMaker::Config'=> '7.34',
80bf1f
+            'ExtUtils::MakeMaker::Locale'=> '7.34',
80bf1f
+            'ExtUtils::MakeMaker::version'=> '7.34',
80bf1f
+            'ExtUtils::MakeMaker::version::regex'=> '7.34',
80bf1f
+            'ExtUtils::Mkbootstrap' => '7.34',
80bf1f
+            'ExtUtils::Mksymlists'  => '7.34',
80bf1f
+            'ExtUtils::ParseXS'     => '3.39',
80bf1f
+            'ExtUtils::ParseXS::Constants'=> '3.39',
80bf1f
+            'ExtUtils::ParseXS::CountLines'=> '3.39',
80bf1f
+            'ExtUtils::ParseXS::Eval'=> '3.39',
80bf1f
+            'ExtUtils::ParseXS::Utilities'=> '3.39',
80bf1f
+            'ExtUtils::testlib'     => '7.34',
80bf1f
+            'File::Glob'            => '1.31',
80bf1f
+            'I18N::Langinfo'        => '0.16',
80bf1f
+            'List::Util'            => '1.50',
80bf1f
+            'List::Util::XS'        => '1.50',
80bf1f
+            'Locale::Codes'         => '3.56',
80bf1f
+            'Locale::Codes::Constants'=> '3.56',
80bf1f
+            'Locale::Codes::Country'=> '3.56',
80bf1f
+            'Locale::Codes::Country_Codes'=> '3.56',
80bf1f
+            'Locale::Codes::Country_Retired'=> '3.56',
80bf1f
+            'Locale::Codes::Currency'=> '3.56',
80bf1f
+            'Locale::Codes::Currency_Codes'=> '3.56',
80bf1f
+            'Locale::Codes::Currency_Retired'=> '3.56',
80bf1f
+            'Locale::Codes::LangExt'=> '3.56',
80bf1f
+            'Locale::Codes::LangExt_Codes'=> '3.56',
80bf1f
+            'Locale::Codes::LangExt_Retired'=> '3.56',
80bf1f
+            'Locale::Codes::LangFam'=> '3.56',
80bf1f
+            'Locale::Codes::LangFam_Codes'=> '3.56',
80bf1f
+            'Locale::Codes::LangFam_Retired'=> '3.56',
80bf1f
+            'Locale::Codes::LangVar'=> '3.56',
80bf1f
+            'Locale::Codes::LangVar_Codes'=> '3.56',
80bf1f
+            'Locale::Codes::LangVar_Retired'=> '3.56',
80bf1f
+            'Locale::Codes::Language'=> '3.56',
80bf1f
+            'Locale::Codes::Language_Codes'=> '3.56',
80bf1f
+            'Locale::Codes::Language_Retired'=> '3.56',
80bf1f
+            'Locale::Codes::Script' => '3.56',
80bf1f
+            'Locale::Codes::Script_Codes'=> '3.56',
80bf1f
+            'Locale::Codes::Script_Retired'=> '3.56',
80bf1f
+            'Locale::Country'       => '3.56',
80bf1f
+            'Locale::Currency'      => '3.56',
80bf1f
+            'Locale::Language'      => '3.56',
80bf1f
+            'Locale::Script'        => '3.56',
80bf1f
+            'Module::CoreList'      => '5.20180221',
80bf1f
+            'Module::CoreList::Utils'=> '5.20180221',
80bf1f
+            'POSIX'                 => '1.83',
80bf1f
+            'Scalar::Util'          => '1.50',
80bf1f
+            'Sub::Util'             => '1.50',
80bf1f
+            'TAP::Base'             => '3.42',
80bf1f
+            'TAP::Formatter::Base'  => '3.42',
80bf1f
+            'TAP::Formatter::Color' => '3.42',
80bf1f
+            'TAP::Formatter::Console'=> '3.42',
80bf1f
+            'TAP::Formatter::Console::ParallelSession'=> '3.42',
80bf1f
+            'TAP::Formatter::Console::Session'=> '3.42',
80bf1f
+            'TAP::Formatter::File'  => '3.42',
80bf1f
+            'TAP::Formatter::File::Session'=> '3.42',
80bf1f
+            'TAP::Formatter::Session'=> '3.42',
80bf1f
+            'TAP::Harness'          => '3.42',
80bf1f
+            'TAP::Harness::Env'     => '3.42',
80bf1f
+            'TAP::Object'           => '3.42',
80bf1f
+            'TAP::Parser'           => '3.42',
80bf1f
+            'TAP::Parser::Aggregator'=> '3.42',
80bf1f
+            'TAP::Parser::Grammar'  => '3.42',
80bf1f
+            'TAP::Parser::Iterator' => '3.42',
80bf1f
+            'TAP::Parser::Iterator::Array'=> '3.42',
80bf1f
+            'TAP::Parser::Iterator::Process'=> '3.42',
80bf1f
+            'TAP::Parser::Iterator::Stream'=> '3.42',
80bf1f
+            'TAP::Parser::IteratorFactory'=> '3.42',
80bf1f
+            'TAP::Parser::Multiplexer'=> '3.42',
80bf1f
+            'TAP::Parser::Result'   => '3.42',
80bf1f
+            'TAP::Parser::Result::Bailout'=> '3.42',
80bf1f
+            'TAP::Parser::Result::Comment'=> '3.42',
80bf1f
+            'TAP::Parser::Result::Plan'=> '3.42',
80bf1f
+            'TAP::Parser::Result::Pragma'=> '3.42',
80bf1f
+            'TAP::Parser::Result::Test'=> '3.42',
80bf1f
+            'TAP::Parser::Result::Unknown'=> '3.42',
80bf1f
+            'TAP::Parser::Result::Version'=> '3.42',
80bf1f
+            'TAP::Parser::Result::YAML'=> '3.42',
80bf1f
+            'TAP::Parser::ResultFactory'=> '3.42',
80bf1f
+            'TAP::Parser::Scheduler'=> '3.42',
80bf1f
+            'TAP::Parser::Scheduler::Job'=> '3.42',
80bf1f
+            'TAP::Parser::Scheduler::Spinner'=> '3.42',
80bf1f
+            'TAP::Parser::Source'   => '3.42',
80bf1f
+            'TAP::Parser::SourceHandler'=> '3.42',
80bf1f
+            'TAP::Parser::SourceHandler::Executable'=> '3.42',
80bf1f
+            'TAP::Parser::SourceHandler::File'=> '3.42',
80bf1f
+            'TAP::Parser::SourceHandler::Handle'=> '3.42',
80bf1f
+            'TAP::Parser::SourceHandler::Perl'=> '3.42',
80bf1f
+            'TAP::Parser::SourceHandler::RawTAP'=> '3.42',
80bf1f
+            'TAP::Parser::YAMLish::Reader'=> '3.42',
80bf1f
+            'TAP::Parser::YAMLish::Writer'=> '3.42',
80bf1f
+            'Test2'                 => '1.302133',
80bf1f
+            'Test2::API'            => '1.302133',
80bf1f
+            'Test2::API::Breakage'  => '1.302133',
80bf1f
+            'Test2::API::Context'   => '1.302133',
80bf1f
+            'Test2::API::Instance'  => '1.302133',
80bf1f
+            'Test2::API::Stack'     => '1.302133',
80bf1f
+            'Test2::Event'          => '1.302133',
80bf1f
+            'Test2::Event::Bail'    => '1.302133',
80bf1f
+            'Test2::Event::Diag'    => '1.302133',
80bf1f
+            'Test2::Event::Encoding'=> '1.302133',
80bf1f
+            'Test2::Event::Exception'=> '1.302133',
80bf1f
+            'Test2::Event::Fail'    => '1.302133',
80bf1f
+            'Test2::Event::Generic' => '1.302133',
80bf1f
+            'Test2::Event::Note'    => '1.302133',
80bf1f
+            'Test2::Event::Ok'      => '1.302133',
80bf1f
+            'Test2::Event::Pass'    => '1.302133',
80bf1f
+            'Test2::Event::Plan'    => '1.302133',
80bf1f
+            'Test2::Event::Skip'    => '1.302133',
80bf1f
+            'Test2::Event::Subtest' => '1.302133',
80bf1f
+            'Test2::Event::TAP::Version'=> '1.302133',
80bf1f
+            'Test2::Event::V2'      => '1.302133',
80bf1f
+            'Test2::Event::Waiting' => '1.302133',
80bf1f
+            'Test2::EventFacet'     => '1.302133',
80bf1f
+            'Test2::EventFacet::About'=> '1.302133',
80bf1f
+            'Test2::EventFacet::Amnesty'=> '1.302133',
80bf1f
+            'Test2::EventFacet::Assert'=> '1.302133',
80bf1f
+            'Test2::EventFacet::Control'=> '1.302133',
80bf1f
+            'Test2::EventFacet::Error'=> '1.302133',
80bf1f
+            'Test2::EventFacet::Hub'=> '1.302133',
80bf1f
+            'Test2::EventFacet::Info'=> '1.302133',
80bf1f
+            'Test2::EventFacet::Meta'=> '1.302133',
80bf1f
+            'Test2::EventFacet::Parent'=> '1.302133',
80bf1f
+            'Test2::EventFacet::Plan'=> '1.302133',
80bf1f
+            'Test2::EventFacet::Render'=> '1.302133',
80bf1f
+            'Test2::EventFacet::Trace'=> '1.302133',
80bf1f
+            'Test2::Formatter'      => '1.302133',
80bf1f
+            'Test2::Formatter::TAP' => '1.302133',
80bf1f
+            'Test2::Hub'            => '1.302133',
80bf1f
+            'Test2::Hub::Interceptor'=> '1.302133',
80bf1f
+            'Test2::Hub::Interceptor::Terminator'=> '1.302133',
80bf1f
+            'Test2::Hub::Subtest'   => '1.302133',
80bf1f
+            'Test2::IPC'            => '1.302133',
80bf1f
+            'Test2::IPC::Driver'    => '1.302133',
80bf1f
+            'Test2::IPC::Driver::Files'=> '1.302133',
80bf1f
+            'Test2::Tools::Tiny'    => '1.302133',
80bf1f
+            'Test2::Util'           => '1.302133',
80bf1f
+            'Test2::Util::ExternalMeta'=> '1.302133',
80bf1f
+            'Test2::Util::Facets2Legacy'=> '1.302133',
80bf1f
+            'Test2::Util::HashBase' => '1.302133',
80bf1f
+            'Test2::Util::Trace'    => '1.302133',
80bf1f
+            'Test::Builder'         => '1.302133',
80bf1f
+            'Test::Builder::Formatter'=> '1.302133',
80bf1f
+            'Test::Builder::Module' => '1.302133',
80bf1f
+            'Test::Builder::Tester' => '1.302133',
80bf1f
+            'Test::Builder::Tester::Color'=> '1.302133',
80bf1f
+            'Test::Builder::TodoDiag'=> '1.302133',
80bf1f
+            'Test::Harness'         => '3.42',
80bf1f
+            'Test::More'            => '1.302133',
80bf1f
+            'Test::Simple'          => '1.302133',
80bf1f
+            'Test::Tester'          => '1.302133',
80bf1f
+            'Test::Tester::Capture' => '1.302133',
80bf1f
+            'Test::Tester::CaptureRunner'=> '1.302133',
80bf1f
+            'Test::Tester::Delegate'=> '1.302133',
80bf1f
+            'Test::use::ok'         => '1.302133',
80bf1f
+            'Time::HiRes'           => '1.9757',
80bf1f
+            'Time::Piece'           => '1.3204',
80bf1f
+            'Time::Seconds'         => '1.3204',
80bf1f
+            'attributes'            => '0.33',
80bf1f
+            'ok'                    => '1.302133',
80bf1f
+            'warnings'              => '1.42',
80bf1f
+        },
80bf1f
+        removed => {
80bf1f
+        }
80bf1f
+    },
80bf1f
+    5.024004 => {
80bf1f
+        delta_from => 5.024003,
80bf1f
+        changed => {
80bf1f
+            'B::Op_private'         => '5.024004',
80bf1f
+            'Config'                => '5.024004',
80bf1f
+            'Module::CoreList'      => '5.20180414_24',
80bf1f
+            'Module::CoreList::TieHashDelta'=> '5.20180414_24',
80bf1f
+            'Module::CoreList::Utils'=> '5.20180414_24',
80bf1f
+        },
80bf1f
+        removed => {
80bf1f
+        }
80bf1f
+    },
80bf1f
 );
80bf1f
 
80bf1f
 sub is_core
80bf1f
@@ -15863,6 +16228,27 @@ sub is_core
80bf1f
         removed => {
80bf1f
         }
80bf1f
     },
80bf1f
+    5.027009 => {
80bf1f
+        delta_from => 5.027008,
80bf1f
+        changed => {
80bf1f
+        },
80bf1f
+        removed => {
80bf1f
+        }
80bf1f
+    },
80bf1f
+    5.027010 => {
80bf1f
+        delta_from => 5.027009,
80bf1f
+        changed => {
80bf1f
+        },
80bf1f
+        removed => {
80bf1f
+        }
80bf1f
+    },
80bf1f
+    5.024004 => {
80bf1f
+        delta_from => 5.024003,
80bf1f
+        changed => {
80bf1f
+        },
80bf1f
+        removed => {
80bf1f
+        }
80bf1f
+    },
80bf1f
 );
80bf1f
 
80bf1f
 %deprecated = _undelta(\%deprecated);
80bf1f
diff --git a/lib/Module/CoreList/TieHashDelta.pm b/lib/Module/CoreList/TieHashDelta.pm
80bf1f
index caec326..cd19f73 100644
80bf1f
--- a/lib/Module/CoreList/TieHashDelta.pm
80bf1f
+++ b/lib/Module/CoreList/TieHashDelta.pm
80bf1f
@@ -1,7 +1,7 @@
80bf1f
 # For internal Module::CoreList use only.
80bf1f
 package Module::CoreList::TieHashDelta;
80bf1f
 use strict;
80bf1f
-our $VERSION = '5.20180120';
80bf1f
+our $VERSION = '5.20180414_24';
80bf1f
 
80bf1f
 sub TIEHASH {
80bf1f
     my ($class, $changed, $removed, $parent) = @_;
80bf1f
diff --git a/lib/Module/CoreList/Utils.pm b/lib/Module/CoreList/Utils.pm
80bf1f
index 9a74ddb..228028f 100644
80bf1f
--- a/lib/Module/CoreList/Utils.pm
80bf1f
+++ b/lib/Module/CoreList/Utils.pm
80bf1f
@@ -4,7 +4,7 @@ use strict;
80bf1f
 use warnings;
80bf1f
 use Module::CoreList;
80bf1f
 
80bf1f
-our $VERSION = '5.20180120';
80bf1f
+our $VERSION = '5.20180414_24';
80bf1f
 our %utilities;
80bf1f
 
80bf1f
 sub utilities {
80bf1f
@@ -1354,6 +1354,27 @@ my %delta = (
80bf1f
         removed => {
80bf1f
         }
80bf1f
     },
80bf1f
+    5.027009 => {
80bf1f
+        delta_from => 5.027008,
80bf1f
+        changed => {
80bf1f
+        },
80bf1f
+        removed => {
80bf1f
+        }
80bf1f
+    },
80bf1f
+    5.027010 => {
80bf1f
+        delta_from => 5.027009,
80bf1f
+        changed => {
80bf1f
+        },
80bf1f
+        removed => {
80bf1f
+        }
80bf1f
+    },
80bf1f
+    5.024004 => {
80bf1f
+        delta_from => 5.024003,
80bf1f
+        changed => {
80bf1f
+        },
80bf1f
+        removed => {
80bf1f
+        }
80bf1f
+    },
80bf1f
 );
80bf1f
 
80bf1f
 %utilities = Module::CoreList::_undelta(\%delta);
80bf1f
-- 
80bf1f
2.14.3
80bf1f