allow uri_for_action to be called with captures and args in a single arrayref
[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