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