From 29c557581ba1dc452254246d819270ef70565573 Mon Sep 17 00:00:00 2001 From: Oliver Kurz Date: Mon, 13 Dec 2021 14:37:34 +0100 Subject: [PATCH] Apply current perl tidy rules as of 20211213 --- t/01_run.t | 14 ++++++++++---- t/data/sigchld_handler.pl | 6 +++--- 2 files changed, 13 insertions(+), 7 deletions(-) diff --git a/t/01_run.t b/t/01_run.t index 36518f6..001f7fd 100644 --- a/t/01_run.t +++ b/t/01_run.t @@ -613,17 +613,23 @@ subtest 'execute exeption handling' => sub { }; subtest 'SIG_CHLD handler in spawned process' => sub { - my $simple_rwp = "$FindBin::Bin/data/simple_rwp.pl"; + my $simple_rwp = "$FindBin::Bin/data/simple_rwp.pl"; my $sigchld_handler = "$FindBin::Bin/data/sigchld_handler.pl"; # use `perl