Don't check mkrun_runner arguments for definedness twice
[gruntmaster-daemon.git] / t / 00-compile.t
1 #!/usr/bin/perl -w
2 use v5.14;
3 use strict;
4 use warnings;
5
6 use Test::More tests => 1;
7 BEGIN { use_ok('Gruntmaster::Daemon') };
This page took 0.022321 seconds and 4 git commands to generate.