Skip to content

Commit 69515c8

Browse files
committed
Tidy
1 parent 7f9794d commit 69515c8

1 file changed

Lines changed: 9 additions & 9 deletions

File tree

bin/update_dockerfile.pl

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@
3838
)],
3939
# breaking EV, hence AnyEvent
4040
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(
4343
AnyEvent::FTP::Server Class::Method::Modifiers Capture::Tiny Moo File::chdir
4444
Net::LDAP Linux::Pid Data::Section::Simple
4545
)],
@@ -78,8 +78,8 @@
7878
)],
7979
# breaking EV, hence AnyEvent
8080
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(
8383
AnyEvent::FTP::Server Class::Method::Modifiers Capture::Tiny Moo File::chdir
8484
Net::LDAP Linux::Pid Data::Section::Simple
8585
)],
@@ -202,11 +202,11 @@
202202
# https://github.com/DCIT/perl-CryptX/issues/118
203203
no_test => [qw( CryptX App::Prove::Plugin::MySQLPool )],
204204
},
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',
208208
create_make_dummy_cert => 1,
209-
make => {
209+
make => {
210210
# package is broken for unknown reason
211211
GraphicsMagick => '1.3.43',
212212
},
@@ -218,7 +218,7 @@
218218
rpm => 'https://dev.mysql.com/get/mysql84-community-release-fc42-1.noarch.rpm',
219219
enable => 'mysql-8.4-lts-community',
220220
# enable => 'mysql-innovation-community',
221-
no_weak_deps => 1,
221+
no_weak_deps => 1,
222222
fix_release_version => {
223223
version => 42,
224224
repo => 'mysql-community.repo',

0 commit comments

Comments
 (0)