From 6d0bd92e26a6da6af2adcbb9e5caf11c50fc5701 Mon Sep 17 00:00:00 2001 From: franck cuny Date: Tue, 17 Mar 2009 21:39:41 +0100 Subject: initial commit --- t/view_TT.t | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 t/view_TT.t (limited to 't/view_TT.t') diff --git a/t/view_TT.t b/t/view_TT.t new file mode 100644 index 0000000..83154fe --- /dev/null +++ b/t/view_TT.t @@ -0,0 +1,6 @@ +use strict; +use warnings; +use Test::More tests => 1; + +BEGIN { use_ok 'intentioncloud::View::TT' } + -- cgit v1.2.3