b981c45125b995873ee597359016de5aff746fdf
[catagits/Catalyst-Component-ACCEPT_CONTEXT.git] / t / lib / TestApp.pm
1 package TestApp;
2 use strict;
3 use warnings;
4
5 use Catalyst;
6
7 __PACKAGE__->setup;
8
9 1;