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;

all_from 'lib/SVK/Command/Churn.pm';
name 'SVK-Churn';
abstract 'Generate SVK Statistics graph.';

requires
    Quantum::Superpositions => 0,
    SVK                     => 2.00,
    IO::All                 => 0,
    Chart::Strip            => 0;

build_requires 'Test::More';
build_requires 'Test::Pod';
build_requires 'Test::Pod::Coverage';

WriteAll;