X-Git-Url: http://git.vpit.fr/?p=perl%2Fmodules%2FIPC-MorseSignals.git;a=blobdiff_plain;f=t%2F02-sigusr.t;h=bfe2dc29ed9f56d198b1265c9a9a958ad89bf151;hp=112f5e6b11464945b929c3df5ee7bd733668b7f2;hb=8a4a3ba553f81cfdb679c19363f514efb04f29c1;hpb=5231a0009f35e98b287dc9633b67bb1de52a23ab diff --git a/t/02-sigusr.t b/t/02-sigusr.t index 112f5e6..bfe2dc2 100644 --- a/t/02-sigusr.t +++ b/t/02-sigusr.t @@ -1,8 +1,11 @@ #!perl -T +use strict; +use warnings; + use Test::More tests => 2; -use POSIX qw/SIGINT SIGTERM SIGKILL EXIT_SUCCESS EXIT_FAILURE WIFEXITED WEXITSTATUS/; +use POSIX qw/SIGUSR1 SIGUSR2/; my ($a, $b) = (0, 0);