Move test to make more sense in my idea of the naming scheme - t/dead_ is for tests...
[catagits/Catalyst-Runtime.git] / t / lib / TestAppMatchSingleArg.pm
CommitLineData
9dac01c7 1package TestAppMatchSingleArg;
2use strict;
3use warnings;
4use Catalyst;
5
6__PACKAGE__->setup;
7
81;