The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
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();