Checking in changes prior to tagging of version 1.100. Changelog diff is:
[catagits/Catalyst-View-ContentNegotiation-XHTML.git] / t / lib / TestApp.pm
1 package # Hide from PAUSE
2     TestApp;
3 use strict;
4 use warnings;
5
6 use Catalyst;
7
8 __PACKAGE__->setup;
9
10 1;