|
38 | 38 | )], |
39 | 39 | # breaking EV, hence AnyEvent |
40 | 40 | temporary => [qw( ExtUtils::ParseXS@3.51 )], |
41 | | - extra => [qw( JSON::XS Starman Imager::File::WEBP Plack::Middleware::ReverseProxy Devel::CheckLib )], |
42 | | - addons => [qw( |
| 41 | + extra => [qw( JSON::XS Starman Imager::File::WEBP Plack::Middleware::ReverseProxy Devel::CheckLib )], |
| 42 | + addons => [qw( |
43 | 43 | AnyEvent::FTP::Server Class::Method::Modifiers Capture::Tiny Moo File::chdir |
44 | 44 | Net::LDAP Linux::Pid Data::Section::Simple |
45 | 45 | )], |
|
78 | 78 | )], |
79 | 79 | # breaking EV, hence AnyEvent |
80 | 80 | temporary => [qw( ExtUtils::ParseXS@3.51 )], |
81 | | - extra => [qw( JSON::XS Starman Imager::File::WEBP Plack::Middleware::ReverseProxy Devel::CheckLib )], |
82 | | - addons => [qw( |
| 81 | + extra => [qw( JSON::XS Starman Imager::File::WEBP Plack::Middleware::ReverseProxy Devel::CheckLib )], |
| 82 | + addons => [qw( |
83 | 83 | AnyEvent::FTP::Server Class::Method::Modifiers Capture::Tiny Moo File::chdir |
84 | 84 | Net::LDAP Linux::Pid Data::Section::Simple |
85 | 85 | )], |
|
202 | 202 | # https://github.com/DCIT/perl-CryptX/issues/118 |
203 | 203 | no_test => [qw( CryptX App::Prove::Plugin::MySQLPool )], |
204 | 204 | }, |
205 | | - remove_from_cpanfile => [qw( YAML::Syck )], |
206 | | - patch => ['Test-mysqld-1.0030', 'Crypt-DES-2.07', 'Data-MessagePack-Stream-1.05'], |
207 | | - make_dummy_cert => '/usr/bin', |
| 205 | + remove_from_cpanfile => [qw( YAML::Syck )], |
| 206 | + patch => ['Test-mysqld-1.0030', 'Crypt-DES-2.07', 'Data-MessagePack-Stream-1.05'], |
| 207 | + make_dummy_cert => '/usr/bin', |
208 | 208 | create_make_dummy_cert => 1, |
209 | | - make => { |
| 209 | + make => { |
210 | 210 | # package is broken for unknown reason |
211 | 211 | GraphicsMagick => '1.3.43', |
212 | 212 | }, |
|
218 | 218 | rpm => 'https://dev.mysql.com/get/mysql84-community-release-fc42-1.noarch.rpm', |
219 | 219 | enable => 'mysql-8.4-lts-community', |
220 | 220 | # enable => 'mysql-innovation-community', |
221 | | - no_weak_deps => 1, |
| 221 | + no_weak_deps => 1, |
222 | 222 | fix_release_version => { |
223 | 223 | version => 42, |
224 | 224 | repo => 'mysql-community.repo', |
|
0 commit comments