Allow models and components to specify the names of any components they generate
[catagits/Catalyst-Runtime.git] / t / lib / TestAppMatchSingleArg.pm
CommitLineData
9dac01c7 1package TestAppMatchSingleArg;
2use strict;
3use warnings;
4use Catalyst;
5
6__PACKAGE__->setup;
7
81;