prevent actions named index from registering as an index dispatchtype if they can...
[catagits/Catalyst-Runtime.git] / t / lib / TestAppIndexActionName.pm
CommitLineData
1315d253 1package TestAppIndexActionName;
2ee0056e 2use strict;
3use warnings;
4use Catalyst;
5
6__PACKAGE__->setup;
7
81;