The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
use inc::Module::Install;

name('Text-KwikiFormatish');
abstract('convert Kwikitext into XML-compliant HTML');
author('Ian Langworth <ian@cpan.org>');
version_from('lib/Text/KwikiFormatish.pm');
license('perl');
requires(
    qw(
        CGI::Util 0
        )
);

WriteAll();