1208c753b22611eef9e6e087b9cbd16efa8f6866
[catagits/Catalyst-Manual.git] / Makefile.PL
1 use inc::Module::Install 0.87;
2
3 name 'Catalyst-Manual';
4 all_from 'lib/Catalyst/Manual.pm';
5 author 'Kieren Diment <zarquon@cpan.org>';
6 license 'perl';
7
8 requires 'Test::More';
9
10 auto_install;
11 WriteAll;