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
CommitLineData
8a28782a 1package # Hide from PAUSE
2 TestApp::View::XHTML;
e2e866b4 3use strict;
4use warnings;
5use base qw/Catalyst::View::TT::XHTML/;
6
71;