Fix cover page POD structure
[catagits/Catalyst-Manual-Monthly.git] / Makefile.PL
1 use inc::Module::Install;
2
3 name     'Catalyst-Manual-Monthly';
4 all_from 'lib/Catalyst/Manual/Monthly.pm';
5 author   q{Kieren Diment <zarquon@cpan.org>};
6 license  'perl';
7
8 build_requires 'Test::More';
9
10 auto_install;
11
12 WriteAll;
13