Prep for release
[catagits/Catalyst-Manual.git] / Makefile.PL
CommitLineData
b1a08fe1 1use strict;
2use warnings;
85c3415e 3use inc::Module::Install 0.87;
169144c5 4
3efd2fac 5if ($Module::Install::AUTHOR) {
6 require Module::Install::AuthorRequires;
b1a08fe1 7}
8
8dbc5a5b 9name 'Catalyst-Manual';
3778bcbe 10all_from 'lib/Catalyst/Manual.pm';
ee47dd20 11author 'Kieren Diment <zarquon@cpan.org>';
8dbc5a5b 12license 'perl';
13
b1a08fe1 14test_requires 'Test::More';
15
16author_requires 'Test::Pod';
17author_requires 'Test::Pod::Coverage';
8dbc5a5b 18
19auto_install;
b1a08fe1 20resources repository => 'http://dev.catalyst.perl.org/repos/Catalyst/Catalyst-Manual/5.80/trunk/';
ffb3eec6 21
8dbc5a5b 22WriteAll;
b1a08fe1 23