The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.
use inc::Module::Install;

name('Kwiki-PageTemperature');
abstract('Provide a visual cue indicating the age of a page');
author('Chris Dent <cdent@burningchrome.com>');
version_from('lib/Kwiki/PageTemperature.pm');
license('perl');

requires('Kwiki' => 0.37);

check_nmake();

&WriteAll();