From e77f1541aad4dd808c08289ce1ec68662278f524 Mon Sep 17 00:00:00 2001 From: Paul Howarth Date: Tue, 28 Jul 2020 19:05:21 +0100 Subject: [PATCH] Fix typo in changelog --- perl-IPC-Run.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/perl-IPC-Run.spec b/perl-IPC-Run.spec index c1d739f..af60379 100644 --- a/perl-IPC-Run.spec +++ b/perl-IPC-Run.spec @@ -114,7 +114,7 @@ make test - Switch Readonly testing requirement to a recommends (GH#127) - Fix full_result to always return $? (GH#129) - kill_kill: Immediately KILL the child process as documented for Win32 (GH#136) - - Switch to GitHub ctions for CI testing + - Switch to GitHub actions for CI testing - Re-structure shipped files into eg/ - Move author tests into xt/ and test them separately