requires 'perl', '5.008_001';

on 'test' => sub {
    requires 'Test::More', '0.98';
};

on 'build' => sub {
    requires 'Pod::Markdown::Github', '0.01';
};

