Some test fixing on os x
[gruntmaster-daemon.git] / t / 00-compile.t
1 use v5.14;
2 use strict;
3 use warnings;
4
5 use FindBin;
6
7 use Test::More tests => 1;
8 BEGIN {
9 $ENV{PATH} = "$FindBin::Bin/../blib/script:" . $ENV{PATH};
10 use_ok('Gruntmaster::Daemon')
11 };
This page took 0.021103 seconds and 4 git commands to generate.