Moved foo() from the app class to a root controller
[catagits/Catalyst-Runtime.git] / t / lib / TestAppMatchSingleArg.pm
CommitLineData
9dac01c7 1package TestAppMatchSingleArg;
2use strict;
3use warnings;
4use Catalyst;
5
6__PACKAGE__->setup;
7
81;