I am trying to catch a timeout exception with IPC::Run on Windows 10 (using Strawberry Perl version 5.30.1):
use strict; use warnings; use feature qw(say); use Da