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-GuestBook');
author('Brian Ingerson <ingy@cpan.org>');
abstract('Kwiki Plugin to Make a Guest Book of Users');
license('perl');
version_from('lib/Kwiki/GuestBook.pm');

requires(qw(
    perl 5.6.1
    Kwiki 0.37
    Kwiki::UserName 0.14
    DB_File 0
    DB_File::Lock 0
));

check_nmake();

&WriteAll();