Add Exception::Interface and Exception::Basic. Make ::Base, ::Go and ::Detach use...
[catagits/Catalyst-Runtime.git] / t / lib / TestAppIndexDefault.pm
CommitLineData
05b47f2e 1package TestAppIndexDefault;
2ee0056e 2use strict;
3use warnings;
4use Catalyst;
5
6__PACKAGE__->setup;
7
81;