The Perl and Raku Conference 2025: Greenville, South Carolina - June 27-29 Learn more

#!/usr/bin/perl
use strict;
use Test::More tests => 1;
eval <<'EVAL';
use Proc::Daemon;
EVAL
cmp_ok( $@, 'eq', '', 'loading Proc::Daemon' );