]> iEval git - gruntmaster-data.git/blame - t/00-compile.t
Do not crash in t/tools.t if postgres is not running
[gruntmaster-data.git] / t / 00-compile.t
CommitLineData
4623c9f2
MG
1#!/usr/bin/perl
2use v5.14;
3use warnings;
4
a832cd59 5use Test::More tests => 2;
4623c9f2
MG
6
7BEGIN { use_ok('Gruntmaster::Data') };
a832cd59 8BEGIN { use_ok('Gruntmaster::Opener') };
This page took 0.022595 seconds and 4 git commands to generate.