summaryrefslogtreecommitdiff
path: root/t/lib/TestApp.pm
diff options
context:
space:
mode:
authorfranck cuny <franck@lumberjaph.net>2009-05-30 11:32:44 +0200
committerfranck cuny <franck@lumberjaph.net>2009-05-30 11:32:44 +0200
commitd7bb51d41d3ae01438e2b510fe5f684915b2bb46 (patch)
tree80320115c08e039a160d77866cbaebf9d5d7ec13 /t/lib/TestApp.pm
parentimport (diff)
downloadcatalystx-dispatcher-asgraph-d7bb51d41d3ae01438e2b510fe5f684915b2bb46.tar.gz
add tests
Diffstat (limited to 't/lib/TestApp.pm')
-rw-r--r--t/lib/TestApp.pm8
1 files changed, 8 insertions, 0 deletions
diff --git a/t/lib/TestApp.pm b/t/lib/TestApp.pm
new file mode 100644
index 0000000..49f7db5
--- /dev/null
+++ b/t/lib/TestApp.pm
@@ -0,0 +1,8 @@
+package TestApp;
+
+use Catalyst::Runtime '5.70';
+use parent 'Catalyst';
+
+__PACKAGE__->setup;
+
+1;