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