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