From: Dylan William Hardison Date: Sun, 9 Dec 2018 16:53:01 +0000 (-0500) Subject: no bug - fixup deps X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=8606ea3c9f80fdf90c957d012cbf60c9f1aeed80;p=thirdparty%2Fbugzilla.git no bug - fixup deps --- diff --git a/Makefile.PL b/Makefile.PL index 50f3121e8..915644044 100755 --- a/Makefile.PL +++ b/Makefile.PL @@ -54,13 +54,14 @@ my %requires = ( 'DateTime::TimeZone' => '2.11', 'Devel::NYTProf' => '6.04', 'Digest::SHA' => '5.47', + 'EV' => '4.0', 'Email::MIME' => '1.904', 'Email::Send' => '1.911', 'FFI::Platypus' => 0, 'Future' => '0.34', 'HTML::Escape' => '1.10', - 'IPC::System::Simple' => 0, 'IO::Async' => '0.71', + 'IPC::System::Simple' => 0, 'JSON::MaybeXS' => '1.003008', 'JSON::XS' => '2.01', 'LWP::Protocol::https' => '6.07', @@ -71,28 +72,28 @@ my %requires = ( 'Math::Random::ISAAC' => '1.0.1', 'Module::Metadata' => '1.000033', 'Module::Runtime' => '0.014', - 'Mojolicious' => '8.02', - 'MojoX::Log::Log4perl::Tiny' => '0.01', 'Mojo::JWT' => '0.07', + 'MojoX::Log::Log4perl::Tiny' => '0.01', + 'Mojolicious' => '8.02', 'Mojolicious::Plugin::OAuth2::Server' => '0.42', 'Moo' => '2.002004', 'MooX::StrictConstructor' => '0.008', 'Mozilla::CA' => '20160104', + 'Net::DNS' => '0', 'Package::Stash' => '0.37', 'Parse::CPAN::Meta' => '1.44', 'Role::Tiny' => '2.000003', 'Scope::Guard' => '0.21', 'Sereal' => '4.004', + 'Sub::Quote' => '2.005000', 'Taint::Util' => '0.08', 'Template' => '2.24', 'Text::CSV_XS' => '1.26', 'Throwable' => '0.200013', - 'Sub::Quote' => '2.005000', 'Type::Tiny' => '1.004002', 'URI' => '1.55', 'URI::Escape::XS' => '0.14', 'version' => '0.87', - 'EV' => '4.0', ); my %build_requires = ('ExtUtils::MakeMaker' => '7.22',);