Support problem parameters outside meta
[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 use t::FakeData;
8 BEGIN { use_ok('Gruntmaster::Daemon') };
This page took 0.023294 seconds and 4 git commands to generate.