Refactor Format
[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.022832 seconds and 4 git commands to generate.