allow uri_for_action to be called with captures and args in a single arrayref
[catagits/Catalyst-Runtime.git] / t / lib / TestAppIndexDefault.pm
1 package TestAppIndexDefault;
2 use strict;
3 use warnings;
4 use Catalyst;
5
6 __PACKAGE__->setup;
7
8 1;