Daemon-Control/t/00_load.t
2012-02-12 03:58:05 -05:00

8 lines
131 B
Perl

#!/usr/bin/perl
use warnings;
use strict;
use Test::More;
use_ok( $_ ) for qw| Daemon::Control File::Spec POSIX |;
done_testing;