Add CLI interface
[webservice-tdwtf.git] / t / App-TDWTF.t
diff --git a/t/App-TDWTF.t b/t/App-TDWTF.t
new file mode 100644 (file)
index 0000000..ddd02e5
--- /dev/null
@@ -0,0 +1,6 @@
+#!/usr/bin/perl
+use strict;
+use warnings;
+
+use Test::More tests => 1;
+BEGIN { use_ok('App::TDWTF') };
This page took 0.008973 seconds and 4 git commands to generate.