Prepend cwd to PATH instead of appending it in t/01-jobs.t
[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.024269 seconds and 4 git commands to generate.