Fix hash key name back to what it used to be for compat, keeping renamed accessor...
[catagits/Catalyst-Runtime.git] / t / lib / TestAppIndexDefault.pm
CommitLineData
05b47f2e 1package TestAppIndexDefault;
2ee0056e 2use strict;
3use warnings;
4use Catalyst;
5
6__PACKAGE__->setup;
7
81;