From f033faed1c59ebeb36605232ce62f4043da22124 Mon Sep 17 00:00:00 2001 From: franck cuny Date: Wed, 1 Sep 2010 12:08:46 +0200 Subject: initial import --- t/001_base.t | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 t/001_base.t (limited to 't/001_base.t') diff --git a/t/001_base.t b/t/001_base.t new file mode 100644 index 0000000..cb10866 --- /dev/null +++ b/t/001_base.t @@ -0,0 +1,5 @@ +use Test::More tests => 1; +use strict; +use warnings; + +use_ok 'mywebapp'; -- cgit 1.4.1