Document and test what handle_unicode_exception is supposed to return
[catagits/Catalyst-Runtime.git] / t / lib / ScriptTestApp.pm
CommitLineData
aee7cdcc 1package ScriptTestApp;
2use Moose;
3
4extends 'Catalyst';
5
6__PACKAGE__->setup;
71;
8