Document and test what handle_unicode_exception is supposed to return
[catagits/Catalyst-Runtime.git] / t / lib / TestAppNonMooseController.pm
1 package TestAppNonMooseController;
2 use base qw/Catalyst/;
3 use Catalyst;
4
5 __PACKAGE__->setup;
6
7 1;
8