X-Git-Url: http://git.ieval.ro/?p=webservice-tdwtf.git;a=blobdiff_plain;f=t%2FApp-TDWTF.t;fp=t%2FApp-TDWTF.t;h=ddd02e562feefc9694862108f63222ce6c35c43f;hp=0000000000000000000000000000000000000000;hb=c89ffc8c746bd1c3a34f87e96dca52a40d8b5720;hpb=73e257085d6bdf17f78d7f9a9abc6bda6b435bc7 diff --git a/t/App-TDWTF.t b/t/App-TDWTF.t new file mode 100644 index 0000000..ddd02e5 --- /dev/null +++ b/t/App-TDWTF.t @@ -0,0 +1,6 @@ +#!/usr/bin/perl +use strict; +use warnings; + +use Test::More tests => 1; +BEGIN { use_ok('App::TDWTF') };