Checking in changes prior to tagging of version 1.002. Changelog diff is:
[catagits/Catalyst-View-ContentNegotiation-XHTML.git] / Makefile.PL
CommitLineData
0f9bcf09 1use inc::Module::Install;
2
3name 'Catalyst-View-TT-XHTML';
4all_from 'lib/Catalyst/View/TT/XHTML.pm';
5
6requires 'Catalyst::Runtime';
7requires 'Catalyst::View::TT';
06cf3efb 8requires 'HTTP::Negotiate';
cff6b07c 9requires 'Class::C3';
0f9bcf09 10
11build_requires 'Catalyst::Action::RenderView';
12build_requires 'Test::WWW::Mechanize::Catalyst';
13build_requires 'Test::More';
0f9bcf09 14
15resources repository => 'http://dev.catalyst.perl.org/repos/Catalyst/Catalyst-View-TT-XHTML';
16
17WriteAll();