Add javascript
[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.007944 seconds and 4 git commands to generate.