28dd755759f69d7a1f82dcaf9a5d656bc8b56ab7
[gruntmaster-daemon.git] / 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.021188 seconds and 3 git commands to generate.