use inc::Module::Install; name ('Kwiki-AuthorOnlyPageEditing'); abstract ('Only the author of the page can edit it.'); author ('Kang-min Liu '); license ('perl'); version_from ('lib/Kwiki/AuthorOnlyPageEditing.pm'); requires ('Kwiki'); build_requires ('Test::More'); &WriteAll;