1 2 3 4 5 6 7 8
use strict; use warnings; use Test::More; # Load script without running main ok( do './foostats.pl', 'loaded foostats.pl' ); done_testing;