Checking in changes prior to tagging of version 1.001. 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';
0f9bcf09 9
10build_requires 'Catalyst::Action::RenderView';
11build_requires 'Test::WWW::Mechanize::Catalyst';
12build_requires 'Test::More';
0f9bcf09 13
14resources repository => 'http://dev.catalyst.perl.org/repos/Catalyst/Catalyst-View-TT-XHTML';
15
16WriteAll();