$ cat test.pl: #!/usr/bin/perl use strict; use warnings; use POSIX qw( :unistd_h :sys_wait_h setsid WNOHANG ); POSIX::setsid() or die 'failed'; $ perlcritic --stern ./test.pl Subroutine "setsid" not exported by "POSIX" at line...