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-ShellBlocks');
author('Autrijus Tang <autrijus@autrijus.org>');
abstract('Kwiki Shell Blocks Plugin');
license('perl');
version_from('lib/Kwiki/ShellBlocks.pm');

requires(qw(
    perl 5.6.1
    Kwiki 0.31
));

&WriteAll();