X-Git-Url: http://git.ieval.ro/?p=gruntmaster-daemon.git;a=blobdiff_plain;f=t%2F00-compile.t;h=038520cdf124d6223f0621111b16807648afd694;hp=28dd755759f69d7a1f82dcaf9a5d656bc8b56ab7;hb=10c4f6f5ac0c8a3d3462416fd7e2f3ce62e72788;hpb=adb44605971dd30c3ea7eb753928277deac92816;ds=sidebyside diff --git a/t/00-compile.t b/t/00-compile.t index 28dd755..038520c 100644 --- a/t/00-compile.t +++ b/t/00-compile.t @@ -4,4 +4,5 @@ use strict; use warnings; use Test::More tests => 1; +use t::FakeData; BEGIN { use_ok('Gruntmaster::Daemon') };