I am fail today. Actually remove the Makefile
[catagits/Catalyst-View-ContentNegotiation-XHTML.git] / Makefile.PL
1 use inc::Module::Install;
2
3 name 'Catalyst-View-TT-XHTML';
4 all_from 'lib/Catalyst/View/TT/XHTML.pm';
5
6 requires 'Catalyst::Runtime';
7 requires 'Catalyst::View::TT';
8
9 build_requires 'Catalyst::Action::RenderView';
10 build_requires 'Test::WWW::Mechanize::Catalyst';
11 build_requires 'Test::More';
12
13 resources repository => 'http://dev.catalyst.perl.org/repos/Catalyst/Catalyst-View-TT-XHTML';
14
15 WriteAll();