/usr/local/CPAN/Kwiki-Autoformat/Makefile.PL


use inc::Module::Install;

name('Kwiki-Autoformat');
abstract('Autoformat preformatted forms of text');
author('Ian Langworth <langworth.com>');
version_from('lib/Kwiki/Autoformat.pm');
license('perl');

requires(qw(
    perl 5.6.1
    Kwiki 0.30
    Text::Autoformat 1.12
    Spiffy 0.22
));

check_nmake();

&WriteAll();