diff options
| author | franck cuny <franck@lumberjaph.net> | 2009-05-30 11:32:44 +0200 |
|---|---|---|
| committer | franck cuny <franck@lumberjaph.net> | 2009-05-30 11:32:44 +0200 |
| commit | d7bb51d41d3ae01438e2b510fe5f684915b2bb46 (patch) | |
| tree | 80320115c08e039a160d77866cbaebf9d5d7ec13 /t/lib/TestApp.pm | |
| parent | import (diff) | |
| download | catalystx-dispatcher-asgraph-d7bb51d41d3ae01438e2b510fe5f684915b2bb46.tar.gz | |
add tests
Diffstat (limited to 't/lib/TestApp.pm')
| -rw-r--r-- | t/lib/TestApp.pm | 8 |
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; |
