Rename --no-close to --keep-stderr and make it only preserve stderr
[gruntmaster-daemon.git] / t / 00-compile.t
... / ...
CommitLineData
1#!/usr/bin/perl -w
2use v5.14;
3use strict;
4use warnings;
5
6use Test::More tests => 1;
7BEGIN { use_ok('Gruntmaster::Daemon') };
This page took 0.008819 seconds and 4 git commands to generate.