485d9d38f8d1289ac5caea10a2abb79551d39ef0
[catagits/Catalyst-Manual.git] / Makefile.PL
1 use strict;
2 use warnings;
3 use ExtUtils::MakeMaker;
4
5 WriteMakefile(
6     NAME                => 'Catalyst::Manual',
7     AUTHOR              => 'Jonathan Rockway <jrockway@cpan.org>',
8     VERSION             => '5.700301',
9     ABSTRACT            => q{The Catalyst Developer's Manual},
10     PL_FILES            => {},
11     PREREQ_PM => {
12         'Test::More' => 0,
13     },
14     dist                => { COMPRESS => 'gzip -9f', SUFFIX => 'gz', },
15     clean               => { FILES => 'Catalyst-Manual-*' },
16 );