summaryrefslogtreecommitdiff
path: root/t/00-load.t
blob: 4f2d57ca2ef1bc4e5336917eccaf19a644d4055d (plain)
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;